DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Place",
"@id": "https://help.designmodo.com/#place",
"address": {
"@type": "PostalAddress",
"streetAddress": "50 N 1st St, 4i Brooklyn",
"addressLocality": "New York",
"addressRegion": "New York",
"postalCode": "11249",
"addressCountry": "United States"
}
},
{
"@type": "Organization",
"@id": "https://help.designmodo.com/#organization",
"name": "Designmodo inc.",
"url": "https://help.designmodo.com",
"email": "info@designmodo.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "50 N 1st St, 4i Brooklyn",
"addressLocality": "New York",
"addressRegion": "New York",
"postalCode": "11249",
"addressCountry": "United States"
},
"logo": {
"@type": "ImageObject",
"@id": "https://help.designmodo.com/#logo",
"url": "https://help.designmodo.com/wp-content/uploads/2020/09/dm-icon-white.png",
"contentUrl": "https://help.designmodo.com/wp-content/uploads/2020/09/dm-icon-white.png",
"caption": "Designmodo inc.",
"inLanguage": "en-US",
"width": "800",
"height": "800"
},
"location": {
"@id": "https://help.designmodo.com/#place"
}
},
{
"@type": "WebSite",
"@id": "https://help.designmodo.com/#website",
"url": "https://help.designmodo.com",
"name": "Designmodo inc.",
"publisher": {
"@id": "https://help.designmodo.com/#organization"
},
"inLanguage": "en-US",
"potentialAction": {
"@type": "SearchAction",
"target": "https://help.designmodo.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://help.designmodo.com/#webpage",
"url": "https://help.designmodo.com/",
"name": "Designmodo Help - Documentations, Support and Knowledge Base",
"about": {
"@id": "https://help.designmodo.com/#organization"
},
"isPartOf": {
"@id": "https://help.designmodo.com/#website"
},
"inLanguage": "en-US"
}
]
}