add google sitelinks

This commit is contained in:
castdrian 2023-06-30 21:42:54 +02:00
parent 915c69a434
commit 7cbe8e1d00
2 changed files with 17 additions and 1 deletions

View File

@ -36,6 +36,23 @@
<!-- OpenSearch -->
<link rel="search" type="application/opensearchdescription+xml" title="movie-web" href="/opensearch.xml">
<!-- Google Sitelinks -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://movie-web.app/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://movie-web.app/browse/{search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -4,6 +4,5 @@
<InputEncoding>UTF-8</InputEncoding>
<!-- <Url type="text/html" template="https://movie-web.app/browse/{searchTerms}" /> -->
<Url type="text/html" template="https://dev.movie-web.app/browse/{searchTerms}" />
<!-- <Url type="text/html" template="http://localhost:5173/#/browse/{searchTerms}" /> -->
<Url type="application/opensearchdescription+xml" rel="self" template="https://movie-web.app/opensearch.xml" />
</OpenSearchDescription>