Add support for Google Sitelinks

fixes #187
This commit is contained in:
Andrew Miner
2016-05-07 13:36:49 -07:00
parent da1419d6b6
commit 05bc1a271d
5 changed files with 34 additions and 4 deletions
@@ -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"
}
}