fix sitelinks searchbox
This commit is contained in:
@@ -49,11 +49,11 @@
|
|||||||
"@context": "http://schema.org",
|
"@context": "http://schema.org",
|
||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
"url" : "http://<%= Danbooru.config.hostname%>",
|
"url" : "http://<%= Danbooru.config.hostname%>",
|
||||||
"potentialAction": {
|
"potentialAction": [{
|
||||||
"@type": "SearchAction",
|
"@type": "SearchAction",
|
||||||
"target": "http://<%= Danbooru.config.hostname%>/posts?tags={search_term_string}",
|
"target": "http://<%= Danbooru.config.hostname%>/posts?tags={search_term_string}",
|
||||||
"query-input": "required name=search_term_string"
|
"query-input": "required name=search_term_string"
|
||||||
}
|
}]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user