DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://blogs.emorphis.com/#organization",
"name": "Emorphis Technologies",
"url": "https://blogs.emorphis.com/",
"sameAs": [],
"logo": {
"@type": "ImageObject",
"@id": "https://blogs.emorphis.com/#logo",
"url": "https://blogs.emorphis.com/wp-content/uploads/2018/01/0057-01.png",
"width": 201,
"height": 48,
"caption": "Emorphis Technologies"
},
"image": {
"@id": "https://blogs.emorphis.com/#logo"
}
},
{
"@type": "WebSite",
"@id": "https://blogs.emorphis.com/#website",
"url": "https://blogs.emorphis.com/",
"name": "blogs.emorphis",
"publisher": {
"@id": "https://blogs.emorphis.com/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://blogs.emorphis.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "WebPage",
"@id": "https://blogs.emorphis.com/#webpage",
"url": "https://blogs.emorphis.com/",
"inLanguage": "en-US",
"name": "blogs.emorphis - Think.Do.Achieve",
"isPartOf": {
"@id": "https://blogs.emorphis.com/#website"
},
"about": {
"@id": "https://blogs.emorphis.com/#organization"
},
"description": "Think.Do.Achieve"
}
]
}