DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://support.papaki.com/#website",
"url": "https://support.papaki.com/",
"name": "web.papaki.com",
"description": "papaki.com",
"potentialAction": [
{
"@type": "SearchAction",
"target": "https://support.papaki.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
],
"inLanguage": "el"
},
{
"@type": "CollectionPage",
"@id": "https://support.papaki.com/help/#webpage",
"url": "https://support.papaki.com/help/",
"name": "Γνωσιακή βάση - Papaki",
"isPartOf": {
"@id": "https://support.papaki.com/#website"
},
"breadcrumb": {
"@id": "https://support.papaki.com/help/#breadcrumb"
},
"inLanguage": "el",
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://support.papaki.com/help/"
]
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://support.papaki.com/help/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "WebPage",
"@id": "https://support.papaki.com/",
"url": "https://support.papaki.com/",
"name": "Αρχική σελίδα"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "WebPage",
"@id": "https://support.papaki.com/help/",
"url": "https://support.papaki.com/help/",
"name": "Articles"
}
}
]
}
]
}