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

Web metadata: application/ld+json #54

Open
Querela opened this issue Feb 21, 2023 · 0 comments
Open

Web metadata: application/ld+json #54

Querela opened this issue Feb 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Querela
Copy link
Contributor

Querela commented Feb 21, 2023

Adding some application/ld+json page/resource description. An example below:

VLO @ https://vlo.clarin.eu
<script type="application/ld+json">
/*<![CDATA[*/
{
  "url": "https://vlo.clarin.eu",
  "potentialAction": {
    "target": "https://vlo.clarin.eu/search?q={search_term_string}",
    "query-input": "required name=search_term_string",
    "@type": "SearchAction"
  },
  "@context": "https://schema.org",
  "@type": "WebSite"
}/*]]>*/
</script>
<script type="application/ld+json">
/*<![CDATA[*/
{
  "url": "https://vlo.clarin.eu",
  "@context": "https://schema.org",
  "@type": "DataCatalog"
}/*]]>*/
</script>
@Querela Querela self-assigned this Feb 21, 2023
@Querela Querela added the enhancement New feature or request label Apr 12, 2023
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