Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "#Organization",
"url": "https://wallbox.com/",
"legalName": "Wallbox N.V.",
"name": "Wallbox",
"description": "Wallbox is a global company, dedicated to changing the way the world uses energy in the electric vehicle industry. Wallbox creates smart charging systems that combine innovative technology with outstanding design and manage the communication between vehicle, grid, building and charger.",
"logo": "https://wallbox.com/logo.svg",
"telephone": [
"+34 673 22 84 82",
"+1 888 787 5780"
],
"address": [
{
"@type": "PostalAddress",
"streetAddress": "Carrer del Foc 68",
"addressLocality": "Barcelona",
"addressRegion": "Catalonia",
"addressCountry": "Spain",
"postalCode": "08038"
},
{
"@type": "PostalAddress",
"streetAddress": "2240 Forum Dr.",
"addressLocality": "Arlington",
"addressRegion": "Texas",
"addressCountry": "United States",
"postalCode": "TX 76010"
}
],
"sameAs": [
"https://www.facebook.com/wallboxchargers/",
"https://www.youtube.com/@WallboxChargers",
"https://www.instagram.com/wallboxchargers/",
"https://www.linkedin.com/company/wallbox-chargers"
]
},
{
"@type": "WebPage",
"@id": "https://wallbox.com/en/",
"url": "https://wallbox.com/en/",
"name": "Wallbox Home",
"description": "Wallbox is a global company dedicated to providing smart charging solutions for electric vehicles, combining innovative technology with outstanding design.",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"@id": "https://wallbox.com/#website",
"name": "Wallbox",
"url": "https://wallbox.com/"
},
"publisher": {
"@type": "Organization",
"name": "Wallbox",
"url": "https://wallbox.com",
"logo": {
"@type": "ImageObject",
"url": "https://wallbox.com/logo.svg"
}
}
}
]
}
] |