by Aryanpanwar10005
功能丰富的SEO/GEO优化工具,但社区冷清且安全策略缺失,适合开发者谨慎尝试。
该仓库未检测到 SKILL.md 文件,Skill 结构评分为 0。如需提高评分,请添加标准格式的 SKILL.md。
用户有一个新创建的博客网站,希望快速完成SEO和GEO优化,包括生成robots.txt、sitemap.xml、JSON-LD结构化数据和llms.txt文件,并确保符合AI搜索最佳实践。
请对我的博客网站(https://example-blog.com)进行完整的SEO和GEO优化。网站主要发布技术教程,目标受众是开发者。请生成所有必要的文件:robots.txt、sitemap.xml、JSON-LD结构化数据(文章、网站、发布者)、llms.txt,并给出优化建议。
## 1. 网站信息收集 通过40个问题自动收集信息,已获取: - 网站URL: https://example-blog.com - 网站类型: 博客 - 主要内容: 技术教程 - 目标受众: 开发者 - 已有内容: 50篇技术文章 - 语言: 中文 - 是否启用HTTPS: 是 ## 2. 生成文件 ### robots.txt ``` User-agent: * Allow: / Sitemap: https://example-blog.com/sitemap.xml ``` ### sitemap.xml ```xml <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://example-blog.com/</loc> <lastmod>2025-03-15</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> <url> <loc>https://example-blog.com/article1</loc> <lastmod>2025-03-14</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <!-- 更多文章... --> </urlset> ``` ### JSON-LD 结构化数据 ```json { "@context": "https://schema.org", "@type": "Blog", "name": "Example Blog", "url": "https://example-blog.com", "description": "技术教程博客", "publisher": { "@type": "Person", "name": "作者名" }, "blogPost": [ { "@type":
评测数据可能已过期,建议管理员刷新
评测由 AI 结合 GitHub 公开数据生成,仅供参考。请以实际使用体验为准。
评测时间:2026/05/22 11:47