Skip to content

Commit

Permalink
Fix json-ld (quran#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahalwy authored and thabti committed Jul 10, 2016
1 parent ffb7059 commit b29740d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}`
}
],
Expand Down

0 comments on commit b29740d

Please sign in to comment.