DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://blog.appnext.com/#organization",
"name": "Appnext",
"url": "https://blog.appnext.com/",
"sameAs": [
"https://www.facebook.com/Appnext/",
"https://www.linkedin.com/company/2651924/",
"https://twitter.com/appnext_updates"
],
"logo": {
"@type": "ImageObject",
"@id": "https://blog.appnext.com/#logo",
"url": "https://blog.appnext.com/wp-content/uploads/2017/12/logo800.png",
"width": 800,
"height": 234,
"caption": "Appnext"
},
"image": {
"@id": "https://blog.appnext.com/#logo"
}
},
{
"@type": "WebSite",
"@id": "https://blog.appnext.com/#website",
"url": "https://blog.appnext.com/",
"name": "The Appnext Blog",
"publisher": {
"@id": "https://blog.appnext.com/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://blog.appnext.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "WebPage",
"@id": "https://blog.appnext.com/#webpage",
"url": "https://blog.appnext.com/",
"inLanguage": "en-US",
"name": "The Appnext Blog - The Appnext Blog",
"isPartOf": {
"@id": "https://blog.appnext.com/#website"
},
"about": {
"@id": "https://blog.appnext.com/#organization"
},
"description": "The Appnext Blog"
}
]
}