seo-local-business by jezweb/claude-skills
npx skills add https://github.com/jezweb/claude-skills --skill seo-local-business为本地企业网站生成完整的 SEO 包。生成元标签、结构化数据、robots.txt 和 sitemap.xml。
<head> 部分,包含元标签、Open Graph、Twitter Cardsrobots.txtsitemap.xml询问(或从现有网站提取):
| 必需信息 | 可选信息 |
|---|---|
| 企业名称 | ABN |
| 主要服务 | 营业时间 |
| 地点(城市/郊区) | 社交媒体 URL |
| 电话号码 | 价格范围 |
| 网站 URL | 服务区域(郊区) |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 企业描述 | GPS 坐标 |
使用 assets/head-template.html 作为基础。填写所有占位符。
标题标签模式(最多 50-60 个字符):
| 页面 | 模式 | 示例 |
|---|---|---|
| 首页 | 品牌 - 标语 | Newcastle Plumbing - 24/7 Emergency Service |
| 服务页面 | `地点 | 品牌` |
| 关于页面 | `关于我们 | 品牌` |
| 联系页面 | `联系我们 | 品牌` |
元描述模式(150-160 个字符):
| 页面 | 模式 |
|---|---|
| 首页 | [独特卖点]. [地点]的[服务]. [行动号召]. 致电[电话]. |
| 服务页面 | [地点]的专业[服务]. [优势]. [信任信号]. 立即获取免费报价. |
| 关于页面 | 服务[地点][X]年. [团队信息]. [资质]. 了解[品牌]. |
| 联系页面 | 联系[品牌]获取[地点]的[服务]. [营业时间]. 致电[电话]或在线请求报价. |
LocalBusiness(首页 — 始终包含):
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "ABC Plumbing Newcastle",
"image": "https://www.abcplumbing.com.au/og-image.jpg",
"description": "Professional plumbing services in Newcastle and Lake Macquarie.",
"@id": "https://www.abcplumbing.com.au/#organization",
"url": "https://www.abcplumbing.com.au",
"telephone": "+61-2-4900-1234",
"email": "info@abcplumbing.com.au",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Hunter Street",
"addressLocality": "Newcastle",
"addressRegion": "NSW",
"postalCode": "2300",
"addressCountry": "AU"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -32.9283,
"longitude": 151.7817
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "07:00",
"closes": "17:00"
}
],
"areaServed": [
{ "@type": "City", "name": "Newcastle" },
{ "@type": "City", "name": "Lake Macquarie" }
],
"sameAs": [
"https://www.facebook.com/abcplumbing",
"https://www.instagram.com/abcplumbing"
]
}
Service(服务页面 — 按服务添加):
{
"@context": "https://schema.org",
"@type": "Service",
"name": "Hot Water System Installation",
"description": "Professional hot water system installation and replacement in Newcastle.",
"provider": { "@id": "https://www.abcplumbing.com.au/#organization" },
"areaServed": { "@type": "City", "name": "Newcastle" },
"serviceType": "Plumbing",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"priceRange": "$$"
}
}
FAQ(包含 FAQ 部分的页面):
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much does a plumber cost in Newcastle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plumber callout fees in Newcastle typically range from $80-150."
}
}
]
}
使用 assets/robots-template.txt 和 assets/sitemap-template.xml。填入所有网站页面。
在以下网址测试结构化数据:https://validator.schema.org/
<!-- 链接:国际格式。显示:本地格式。 -->
<a href="tel:+61249001234">(02) 4900 1234</a>
Schema telephone: "+61-2-4900-1234"
| 前缀 | 国际格式 |
|---|---|
| 02 | +612 |
| 04 | +614 |
| 1300 | 保持原样 |
可用时添加到 LocalBusiness 模式:
{ "taxID": "12 345 678 901" }
使用澳大利亚城市和郊区名称:
"areaServed": [
{ "@type": "City", "name": "Newcastle" },
{ "@type": "City", "name": "Maitland" },
{ "@type": "City", "name": "Lake Macquarie" }
]
包含特定州的地理元标签:
<meta name="geo.region" content="AU-NSW">
<meta name="geo.placename" content="Newcastle">
<meta name="geo.position" content="-32.9283;151.7817">
<meta name="ICBM" content="-32.9283, 151.7817">
完整 LocalBusiness 和 Service 模式属性列表请参阅 references/schema-properties.md。
每周安装量
499
代码仓库
GitHub 星标数
643
首次出现
2026年2月18日
安全审计
安装于
opencode455
codex452
github-copilot450
gemini-cli448
cursor443
kimi-cli437
Generate a complete SEO package for local business websites. Produces meta tags, structured data, robots.txt, and sitemap.xml.
<head> section with meta tags, Open Graph, Twitter Cardsrobots.txtsitemap.xmlAsk for (or extract from existing site):
| Required | Optional |
|---|---|
| Business name | ABN |
| Primary service | Opening hours |
| Location (city/suburb) | Social media URLs |
| Phone number | Price range |
| Website URL | Service areas (suburbs) |
| Business description | GPS coordinates |
Use assets/head-template.html as your base. Fill in all placeholders.
Title tag patterns (50-60 chars max):
| Page | Pattern | Example |
|---|---|---|
| Homepage | Brand - Tagline | Newcastle Plumbing - 24/7 Emergency Service |
| Service | `Service in Location | Brand` |
| About | `About Us | Brand` |
| Contact | `Contact | Brand` |
Meta description patterns (150-160 chars):
| Page | Pattern |
|---|---|
| Homepage | [USP]. [Service] in [Location]. [CTA]. Call [phone]. |
| Service | Professional [service] in [location]. [Benefit]. [Trust signal]. Get a free quote today. |
| About | [X] years serving [location]. [Team info]. [Credentials]. Learn about [brand]. |
| Contact | Contact [brand] for [service] in [location]. [Hours]. Call [phone] or request a quote online. |
LocalBusiness (homepage — always include):
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "ABC Plumbing Newcastle",
"image": "https://www.abcplumbing.com.au/og-image.jpg",
"description": "Professional plumbing services in Newcastle and Lake Macquarie.",
"@id": "https://www.abcplumbing.com.au/#organization",
"url": "https://www.abcplumbing.com.au",
"telephone": "+61-2-4900-1234",
"email": "info@abcplumbing.com.au",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Hunter Street",
"addressLocality": "Newcastle",
"addressRegion": "NSW",
"postalCode": "2300",
"addressCountry": "AU"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -32.9283,
"longitude": 151.7817
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "07:00",
"closes": "17:00"
}
],
"areaServed": [
{ "@type": "City", "name": "Newcastle" },
{ "@type": "City", "name": "Lake Macquarie" }
],
"sameAs": [
"https://www.facebook.com/abcplumbing",
"https://www.instagram.com/abcplumbing"
]
}
Service (service pages — add per service):
{
"@context": "https://schema.org",
"@type": "Service",
"name": "Hot Water System Installation",
"description": "Professional hot water system installation and replacement in Newcastle.",
"provider": { "@id": "https://www.abcplumbing.com.au/#organization" },
"areaServed": { "@type": "City", "name": "Newcastle" },
"serviceType": "Plumbing",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"priceRange": "$$"
}
}
FAQ (pages with FAQ sections):
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much does a plumber cost in Newcastle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plumber callout fees in Newcastle typically range from $80-150."
}
}
]
}
Use assets/robots-template.txt and assets/sitemap-template.xml. Populate with all site pages.
Test structured data at: https://validator.schema.org/
<!-- Link: international format. Display: local format. -->
<a href="tel:+61249001234">(02) 4900 1234</a>
Schema telephone: "+61-2-4900-1234"
| Prefix | International |
|---|---|
| 02 | +612 |
| 04 | +614 |
| 1300 | Keep as-is |
Add to LocalBusiness schema when available:
{ "taxID": "12 345 678 901" }
Use Australian city and suburb names:
"areaServed": [
{ "@type": "City", "name": "Newcastle" },
{ "@type": "City", "name": "Maitland" },
{ "@type": "City", "name": "Lake Macquarie" }
]
Include state-specific geo meta tags:
<meta name="geo.region" content="AU-NSW">
<meta name="geo.placename" content="Newcastle">
<meta name="geo.position" content="-32.9283;151.7817">
<meta name="ICBM" content="-32.9283, 151.7817">
See references/schema-properties.md for the full list of LocalBusiness and Service schema properties.
Weekly Installs
499
Repository
GitHub Stars
643
First Seen
Feb 18, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode455
codex452
github-copilot450
gemini-cli448
cursor443
kimi-cli437
营销心理学与心智模型应用指南 | 提升营销决策与客户行为理解
37,100 周安装
Expo EAS CI/CD 工作流配置指南 - YAML 文件编写与验证工具
13,200 周安装
小红书信息图生成器 - AI自动生成多风格小红书图文内容,提升内容创作效率
13,800 周安装
文章插图生成器 - AI智能分析文章内容,自动生成类型风格一致的配图
13,800 周安装
AI封面图片生成器 - 5维定制文章封面,一键生成优雅视觉
13,800 周安装
Azure Kubernetes Service (AKS) 权威配置指南:集群规划、网络设置与安全最佳实践
16,000 周安装
Expo中使用Tailwind CSS v4和NativeWind v5跨平台样式配置指南
14,500 周安装