🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": "{{site_name}}",
|
|
"alternateName": "{{alternate_name}}",
|
|
"url": "{{url}}",
|
|
"description": "{{description}}",
|
|
"inLanguage": "{{language}}",
|
|
"potentialAction": {
|
|
"@type": "SearchAction",
|
|
"target": {
|
|
"@type": "EntryPoint",
|
|
"urlTemplate": "{{search_url_template}}"
|
|
},
|
|
"query-input": "required name=search_term_string"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "{{publisher_name}}",
|
|
"logo": {
|
|
"@type": "ImageObject",
|
|
"url": "{{logo_url}}"
|
|
}
|
|
}
|
|
}
|