Description
Review and merge the SEO indexing fixes from branch claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFc into the main branch to deploy fixes to production.
Changes in This Branch
This branch contains two critical SEO fixes:
-
Removed signup.html from sitemap.xml
- signup.html redirects to community.html
- Keeping it in sitemap created conflicting SEO signals
- Removal prevents Google from indexing a redirecting page
-
Removed canonical tag from 404.html
- 404 pages should not have self-referencing canonical tags
- Removed conflicting directive (canonical vs noindex)
- Aligns with SEO best practices
Pull Request
Create PR at: https://github.com/CuWilliams/TrendFitApp.github.io/pull/new/claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFc
Pre-Merge Checklist
Merge Instructions
- Go to Pull Requests tab
- Click "New pull request"
- Set base:
main, compare: claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFc
- Review changes one more time
- Click "Create pull request"
- Add description: "SEO indexing fixes for Google Search Console issues"
- Click "Merge pull request"
- Delete branch after merge (optional but recommended)
Post-Merge Testing
After merge, verify deployment:
Expected Impact
- ✅ Resolves "page with redirect" indexing issue
- ✅ Resolves "improper canonical tag" indexing issue
- ✅ Improves Google Search Console health score
- ✅ Provides clearer signals to search engines
- ✅ Better crawl budget efficiency
Priority
High - Ready to merge, waiting for review and approval
Labels
SEO, deployment, priority: high, ready-to-merge
Related Issues
Links to Issue #1 (legacy URLs) - not a blocker for this merge
Deployment
GitHub Pages will automatically deploy changes to production within 1-2 minutes of merge.
Notes
- No breaking changes
- All existing functionality remains intact
- Changes are purely for SEO improvement
Description
Review and merge the SEO indexing fixes from branch
claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFcinto the main branch to deploy fixes to production.Changes in This Branch
This branch contains two critical SEO fixes:
Removed signup.html from sitemap.xml
Removed canonical tag from 404.html
Pull Request
Create PR at: https://github.com/CuWilliams/TrendFitApp.github.io/pull/new/claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFc
Pre-Merge Checklist
Merge Instructions
main, compare:claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFcPost-Merge Testing
After merge, verify deployment:
<head>Expected Impact
Priority
High - Ready to merge, waiting for review and approval
Labels
SEO,deployment,priority: high,ready-to-mergeRelated Issues
Links to Issue #1 (legacy URLs) - not a blocker for this merge
Deployment
GitHub Pages will automatically deploy changes to production within 1-2 minutes of merge.
Notes