DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://blog.alkemion.com/#/schema/WebSite",
"url": "https://blog.alkemion.com/",
"name": "Alkemion",
"inLanguage": "en-US",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://blog.alkemion.com/search/{search_term_string}/"
},
"query-input": "required name=search_term_string"
},
"publisher": {
"@id": "https://blog.alkemion.com/#/schema/Organization"
}
},
{
"@type": "WebPage",
"@id": "https://blog.alkemion.com/",
"url": "https://blog.alkemion.com/",
"name": "Alkemion",
"inLanguage": "en-US",
"isPartOf": {
"@id": "https://blog.alkemion.com/#/schema/WebSite"
},
"breadcrumb": {
"@type": "BreadcrumbList",
"@id": "https://blog.alkemion.com/#/schema/BreadcrumbList",
"itemListElement": {
"@type": "ListItem",
"position": 1,
"name": "Alkemion"
}
},
"about": {
"@id": "https://blog.alkemion.com/#/schema/Organization"
}
},
{
"@type": "Organization",
"@id": "https://blog.alkemion.com/#/schema/Organization",
"name": "Alkemion",
"url": "https://blog.alkemion.com/",
"logo": {
"@type": "ImageObject",
"url": "https://blog.alkemion.com/wp-content/uploads/2024/10/studio-logo-new.png",
"contentUrl": "https://blog.alkemion.com/wp-content/uploads/2024/10/studio-logo-new.png",
"width": 1024,
"height": 1024,
"contentSize": "91710"
}
}
]
}