diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index ed08352ec..4dd377130 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -49,11 +49,11 @@ "@context": "http://schema.org", "@type": "WebSite", "url" : "http://<%= Danbooru.config.hostname%>", - "potentialAction": { + "potentialAction": [{ "@type": "SearchAction", "target": "http://<%= Danbooru.config.hostname%>/posts?tags={search_term_string}", "query-input": "required name=search_term_string" - } + }] }