diff --git a/src/config.js b/src/config.js index 8c7d1135f..1e21ea8c4 100644 --- a/src/config.js +++ b/src/config.js @@ -55,25 +55,25 @@ module.exports = Object.assign({ { type: 'application/ld+json', innerHTML: `{ - '@context': 'http://schema.org', - '@type': 'WebSite', - 'name': 'Quran', - 'alternateName': 'Quran.com', - 'url': 'http://quran.com', - 'potentialAction': { - '@type': 'SearchAction', - 'target': 'http://quran.com/search?q={search_term_string}', - 'query-input': 'required name=search_term_string' + "@context": "http://schema.org", + "@type": "WebSite", + "name": "Quran", + "alternateName": "Quran.com", + "url": "http://quran.com", + "potentialAction": { + "@type": "SearchAction", + "target": "http://quran.com/search?q={search_term_string}&referrer=sitelinks_searchbox", + "query-input": "required name=search_term_string" } }` }, { type: 'application/ld+json', innerHTML: `{ - '@context': 'http://schema.org', - '@type': 'Organization', - 'url': 'http://quran.com', - 'logo': 'http://quran.com/images/thumbnail.png' + "@context": "http://schema.org", + "@type": "Organization", + "url": "http://quran.com", + "logo": "http://quran.com/images/thumbnail.png" }` } ],