Free Schema Markup Generator – Website Schema
My Schema tool will generate compliant Json-LD structured data based on your required field. Each field will generate an item property
Generated JSON-LD:
Structured data sample for ‘Website’ Schema
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://davidcarralon.com/",
"name": "David Carralon Website",
"alternateName": "David",
"potentialAction": {
"@type": "SearchAction",
target": "https://example.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}

