fix(seo): resolve sitemap/robots routing conflict and fix schema errors#53
Merged
calderbuild merged 1 commit intomainfrom Feb 18, 2026
Merged
fix(seo): resolve sitemap/robots routing conflict and fix schema errors#53calderbuild merged 1 commit intomainfrom
calderbuild merged 1 commit intomainfrom
Conversation
- Remove static public/sitemap.xml and public/robots.txt that were shadowing dynamic routes (40+ city pages missing from sitemap) - Remove duplicate sitemap/robots handlers in api/index.py - Fix Organization schema: remove non-existent logo, correct email - Remove fabricated aggregateRating from LocalBusiness schema - Rewrite all meta descriptions in Chinese (were mixed Chinese/English) - Fix homepage heading hierarchy (hero h2->h1, content h1->h2) - Fix HowTo schema supply/tool format (string->HowToSupply/HowToTool) - Add favicon link tag to base template - Update copyright year to 2025-2026 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying meetspot with
|
| Latest commit: |
5ceef24
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3bd203d7.meetspot.pages.dev |
| Branch Preview URL: | https://fix-seo-audit-fixes.meetspot.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
public/sitemap.xml和public/robots.txt,解除对动态路由的覆盖(40+ 城市页此前未出现在 sitemap 中)api/index.py中重复的 sitemap/robots 静态文件处理器Test plan
/sitemap.xml确认包含城市页 URL/robots.txt确认返回动态版本