Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "CollectionPage",
"@id": "https://nlp-blog.dk/",
"url": "https://nlp-blog.dk/",
"name": "NLP & Udviklings Blog - Tanker om personlig udvikling, NLP og lign.",
"isPartOf": {
"@id": "https://nlp-blog.dk/#website"
},
"description": "Tanker om personlig udvikling, NLP og lign.",
"breadcrumb": {
"@id": "https://nlp-blog.dk/#breadcrumb"
},
"inLanguage": "da-DK"
},
{
"@type": "BreadcrumbList",
"@id": "https://nlp-blog.dk/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Hjem"
}
]
},
{
"@type": "WebSite",
"@id": "https://nlp-blog.dk/#website",
"url": "https://nlp-blog.dk/",
"name": "NLP & Udviklings Blog",
"description": "Tanker om personlig udvikling, NLP og lign.",
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://nlp-blog.dk/?s={search_term_string}"
},
"query-input": "required name=search_term_string"
}
],
"inLanguage": "da-DK"
}
]
}
] |