Skip to content

Merge SEO Indexing Fixes to Main Branch #9

@CuWilliams

Description

@CuWilliams

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:

  1. 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
  2. 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

  • Review changes on GitHub
    • Check sitemap.xml changes
    • Check 404.html changes
    • Verify no unintended changes
  • Verify App Store link fix is included (already done by you)
  • Ensure branch is up to date with main
  • Review commit message for clarity

Merge Instructions

  1. Go to Pull Requests tab
  2. Click "New pull request"
  3. Set base: main, compare: claude/fix-indexing-issues-01HbnxGmBfWcXJg1xU4ecLFc
  4. Review changes one more time
  5. Click "Create pull request"
  6. Add description: "SEO indexing fixes for Google Search Console issues"
  7. Click "Merge pull request"
  8. Delete branch after merge (optional but recommended)

Post-Merge Testing

After merge, verify deployment:

  • Visit https://trendfitapp.com/sitemap.xml
    • Confirm signup.html is NOT listed
    • Confirm 7 pages are present
  • Visit any non-existent page (triggers 404)
    • View page source
    • Confirm no canonical tag in <head>
    • Confirm noindex meta tag is present
  • Visit https://trendfitapp.com/signup.html
    • Verify redirect still works
    • Should redirect to community.html after 3 seconds

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions