@@ -0,0 +1,18 @@
|
||||
//-
|
||||
//- Crafting Guide - _google_sitelinks.jade
|
||||
//-
|
||||
//- Copyright © 2014-2016 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
script(type="application/ld+json").
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "http://crafting-guide.com/",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": "http://crafting-guide.com?search={search_term}",
|
||||
"query-input": "required name=search_term"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user