{
"@context": "https://schema.org",
"@graph": [
{
"@type": "LocalBusiness",
"@id": "https://parfait.web-pit.com/#localbusiness",
"name": "◯◯会社",
"alternateName": [
"別名A",
"別名B"
],
"description": "【トップページのdescription】",
"url": "https://parfait.web-pit.com/",
"logo": "https://parfait.web-pit.com/img/logo.svg",
"image": "https://parfait.web-pit.com/img/shop.jpg",
"telephone": "+819011112222",
"address": {
"@type": "PostalAddress",
"streetAddress": "駅前町1丁目8−1 新光ビル5階",
"addressLocality": "岡山市北区",
"addressRegion": "岡山県",
"postalCode": "700-0023",
"addressCountry": "JP"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 0,
"longitude": 0
},
"hasMap": "https://www.google.com/maps/place/【会社名】/",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "18:00"
}
],
"sameAs": [
"https://www.instagram.com/your_account/",
"https://www.instagram.com/your_account02/"
],
"areaServed": [
{
"@type": "AdministrativeArea",
"name": "◯◯市"
},
{
"@type": "AdministrativeArea",
"name": "◯◯市"
}
]
},
{
"@type": "WebSite",
"@id": "https://parfait.web-pit.com/#website",
"url": "https://parfait.web-pit.com/",
"name": "◯◯会社",
"publisher": {
"@id": "https://parfait.web-pit.com/#localbusiness"
},
"inLanguage": "ja-JP"
}
]
}
CTA