Renumber 12 existing skills to new ranges: - SEO: 11→13, 12→18, 13→16, 14→17, 15→14, 16→15, 17→29, 18→30, 19→12 - GTM: 20→60, 21→61, 22→62 Update cross-references in gateway architect/builder skills, GTM guardian README, CLAUDE.md (skill tables + directory layout), and AGENTS.md (domain routing ranges). Co-Authored-By: Claude Opus 4.6 <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}}"
|
|
}
|
|
}
|
|
}
|