DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "CollectionPage",
"@id": "https://blog.noodle-head.com/",
"url": "https://blog.noodle-head.com/",
"name": "Noodlehead - noodlehead sewing patterns and tutorials",
"isPartOf": {
"@id": "https://blog.noodle-head.com/#website"
},
"description": "noodlehead sewing patterns and tutorials",
"breadcrumb": {
"@id": "https://blog.noodle-head.com/#breadcrumb"
},
"inLanguage": "en-US"
},
{
"@type": "BreadcrumbList",
"@id": "https://blog.noodle-head.com/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home"
}
]
},
{
"@type": "WebSite",
"@id": "https://blog.noodle-head.com/#website",
"url": "https://blog.noodle-head.com/",
"name": "Noodlehead",
"description": "noodlehead sewing patterns and tutorials",
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://blog.noodle-head.com/?s={search_term_string}"
},
"query-input": {
"@type": "PropertyValueSpecification",
"valueRequired": true,
"valueName": "search_term_string"
}
}
],
"inLanguage": "en-US"
}
]
}