vibe-seo
Version:
AI-friendly SEO generator for modern web frameworks
21 lines • 509 B
JSON
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "{{siteName}}",
"url": "{{siteUrl}}",
"description": "{{siteDescription}}",
"inLanguage": "{{language}}",
"publisher": {
"@type": "Organization",
"name": "{{siteName}}",
"logo": {
"@type": "ImageObject",
"url": "{{logoUrl}}"
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "{{siteUrl}}/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}