Browse Source

add google sitelinks

pull/376/head
castdrian 2 years ago
parent
commit
7cbe8e1d00
  1. 17
      index.html
  2. 1
      public/opensearch.xml

17
index.html

@ -36,6 +36,23 @@ @@ -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>

1
public/opensearch.xml

@ -4,6 +4,5 @@ @@ -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>

Loading…
Cancel
Save