|
|
|
@ -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> |
|
|
|
|