DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://blog.acrcloud.com/#website",
"url": "https://blog.acrcloud.com/",
"name": "ACRCloud Blog",
"description": "All Things Automatic Content Recognition",
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://blog.acrcloud.com/?s={search_term_string}"
},
"query-input": "required name=search_term_string"
}
],
"inLanguage": "en-US"
},
{
"@type": [
"WebPage",
"CollectionPage"
],
"@id": "https://blog.acrcloud.com/blog",
"url": "https://blog.acrcloud.com/blog",
"name": "ACRCloud Blog - All Things Automatic Content Recognition",
"isPartOf": {
"@id": "https://blog.acrcloud.com/#website"
},
"datePublished": "2016-04-21T02:52:45+00:00",
"dateModified": "2016-04-21T06:49:26+00:00",
"breadcrumb": {
"@id": "https://blog.acrcloud.com/blog#breadcrumb"
},
"inLanguage": "en-US",
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://blog.acrcloud.com/blog"
]
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://blog.acrcloud.com/blog#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home"
}
]
}
]
}