Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Jekyll Plugin
Jekyll Plugin
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 4
    • Merge Requests 4
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • F-Droid
  • Jekyll PluginJekyll Plugin
  • Issues
  • #17

Closed
Open
Opened Apr 15, 2017 by Friedger @friedger

Add schema data to application page

fossdroid.com has nice meta data like the one below for https://fossdroid.com/a/comfort-reader.html

<script type="application/ld+json">
        {
          "@context": "http://schema.org",
          "@type": "MobileApplication",
          "name": "Comfort Reader",
          "description": "Streams text directly to your eyes",
          "softwareVersion": "1.9alpha",
          "applicationCategory": "Reading",
          "operatingSystem": "Android",
          "image": "https://fossdroid.com/images/icons/com.mschlauch.comfortreader.6.png",
          "url": "https://fossdroid.com/a/comfort-reader.html",
          "offers": {
            "@type": "Offer",
            "price": "0.00",
            "priceCurrency": "EUR"
          }
        }
</script>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: fdroid/jekyll-fdroid#17