"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://lakilahde.fi/#website",
"url": "https://lakilahde.fi/",
"name": "Lakitoimisto LakiLähde Oy",
"inLanguage": "fi-FI"
},
{
"@type": "Organization",
"@id": "https://lakilahde.fi/#organization",
"name": "Lakitoimisto LakiLähde Oy",
"url": "https://lakilahde.fi/",
"email": "mailto:lakiapua@lakilahde.fi",
"telephone": "+358458518661",
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": "+358458518661",
"email": "lakiapua@lakilahde.fi",
"availableLanguage": ["fi"]
},
{
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": "+358248092348",
"email": "lakiapua@lakilahde.fi",
"availableLanguage": ["fi"]
}
]
/*
"logo": "LIITÄ_TÄHÄN_LOGON_KUVATIEDOSTON_URL",
"image": "LIITÄ_TÄHÄN_BRÄNDIKUVAN_URL"
*/
},
{
"@type": "LegalService",
"@id": "https://lakilahde.fi/#legalservice",
"name": "Lakitoimisto LakiLähde Oy",
"url": "https://lakilahde.fi/",
"email": "mailto:lakiapua@lakilahde.fi",
"telephone": [
"+358458518661",
"+358248092348"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "Yliopistonkatu 31",
"postalCode": "20100",
"addressLocality": "Turku",
"addressCountry": "FI"
},
"areaServed": [
{ "@type": "City", "name": "Turku" },
{ "@type": "City", "name": "Helsinki" },
{ "@type": "City", "name": "Espoo" },
{ "@type": "City", "name": "Vantaa" }
],
"availableLanguage": ["fi"],
"isPartOf": { "@id": "https://lakilahde.fi/#website" },
"provider": { "@id": "https://lakilahde.fi/#organization" }
/*
"image": "LIITÄ_TÄHÄN_PALVELUA_KUVAAVA_KUVA_URL"
*/
}
]
}