Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow targeting by operating system #1

Open
kkostov opened this issue May 7, 2024 · 0 comments
Open

Allow targeting by operating system #1

kkostov opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kkostov
Copy link
Member

kkostov commented May 7, 2024

It should be possible to provide links specific to a given operating system. For example:

{
  "@context": "http://schema.org",
  "@type": "CreativeWorkSeries",
  "hasPart": [
    {
      "@type": "SoftwareApplication",
      "provider": {
        "@type": "Organization",
        "name": "Apple"
      },
      "operatingSystem": "macOS", <------ ADDED
      "potentialAction": {
        "@type": "ViewAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://apps.apple.com/app/id12345"
        }
      }
    }
  ]
}
@kkostov kkostov added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant