Organization Structured Data
Example
CODE
{
"@context":"https://schema.org",
"@type":"Organization",
"url":"https://www.mpowerpromo.com",
"logo":"https://store-media.mpowerpromo.com/5c7edfd8208c866f6f7c7fd0/assets/1552582236660.png",
"contactPoint":[
{
"@type":"ContactPoint",
"telephone":"+1-435-557-0445",
"contactType":"Sales",
"availableLanguage":"English",
"areaServed":[
"US",
"CA"
]
}
]
}