| Structured
Data |
[
{
"@context": "http://schema.org/",
"@graph": [
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "Weber",
"description": "The world's premiere manufacturer of charcoal, gas and electric grills and accessories, Weber also features the best grilling recipes and maintenance tips.",
"publisher": {
"@type": "ProfilePage",
"name": "Weber"
}
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Weber",
"legalName": "Weber, Llc",
"url": "http://www.weber.com",
"logo": "https://dw-images.weber.com/base/header-logo.png",
"foundingDate": 1952,
"address": {
"@type": "PostalAddress",
"streetAddress": "1415 S. Roselle Road",
"addressLocality": "Palatine",
"addressRegion": "IL",
"postalCode": 60067,
"addressCountry": "USA"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"telephone": "[+800-446-1071]"
},
"sameAs": [
" ",
"https://www.instagram.com/webergrills/",
"https://www.pinterest.com/webergrills/",
" ",
"https://www.youtube.com/channel/UCEBG5mwkD55WseNJryLdDSw"
]
}
]
}
]
|