DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "ClothingStore",
"@id": "https://blog.jimsformalwear.com/#organization",
"name": "Jim\\'s Formal Wear",
"url": "https://blog.jimsformalwear.com",
"sameAs": [
"https://www.facebook.com/jimsformalwearco/",
"https://twitter.com/JimsFormalWear"
],
"logo": {
"@type": "ImageObject",
"@id": "https://blog.jimsformalwear.com/#logo",
"url": "https://blog.jimsformalwear.com/wp-content/uploads/2017/10/Jims-Formal-Wear.png",
"contentUrl": "https://blog.jimsformalwear.com/wp-content/uploads/2017/10/Jims-Formal-Wear.png",
"caption": "Jim's Formal Wear Blog",
"inLanguage": "en-US",
"width": "450",
"height": "175"
},
"openingHours": [
"Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 09:00-17:00"
],
"image": {
"@id": "https://blog.jimsformalwear.com/#logo"
}
},
{
"@type": "WebSite",
"@id": "https://blog.jimsformalwear.com/#website",
"url": "https://blog.jimsformalwear.com",
"name": "Jim's Formal Wear Blog",
"publisher": {
"@id": "https://blog.jimsformalwear.com/#organization"
},
"inLanguage": "en-US",
"potentialAction": {
"@type": "SearchAction",
"target": "https://blog.jimsformalwear.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://blog.jimsformalwear.com/#webpage",
"url": "https://blog.jimsformalwear.com/",
"name": "Jim's Formal Wear Blog - Black Tie Alive",
"about": {
"@id": "https://blog.jimsformalwear.com/#organization"
},
"isPartOf": {
"@id": "https://blog.jimsformalwear.com/#website"
},
"inLanguage": "en-US"
}
]
}