Structured Data | [
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "123Party Sp. z o.o.",
"url": "https://www.ctiparty.dk/",
"logo": {
"@type": "ImageObject",
"url": "https://www.ctiparty.dk/img/logo-1686903045.jpg"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+4560728344",
"contactType": "customer service"
},
"address": {
"@type": "PostalAddress",
"postalCode": "32-005",
"streetAddress": "ul. \u0141\u0105kowa 2",
"addressLocality": "Niepo\u0142omice, Polen"
}
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.ctiparty.dk/",
"image": {
"@type": "ImageObject",
"url": "https://www.ctiparty.dk/img/logo-1686903045.jpg"
}
},
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://www.ctiparty.dk/#website",
"url": "https://www.ctiparty.dk/",
"name": "123Party Sp. z o.o.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.ctiparty.dk/search?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "BreadcrumbList",
"@id": "https://www.ctiparty.dk/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "WebPage",
"name": "Home",
"@id": "https://www.ctiparty.dk/",
"url": "https://www.ctiparty.dk/"
}
}
]
}
]
}
] |