🔧 SEO Fix: Homepage Canonical URL Issue
Problem Description
Google Search Console URL Inspection reveals that the homepage canonical URL is incorrectly set to https://satware.ai/index.html instead of the clean URL https://satware.ai/.
Technical Details
Current Behavior:
- User-declared canonical:
https://satware.ai/index.html
- Expected canonical:
https://satware.ai/
- Root cause: MkDocs Material default behavior for index.md files
SEO Impact
- Duplicate content signals to Google
- URL inconsistency affecting search rankings
- Potential ranking dilution between two URL versions
- User experience confusion with inconsistent URLs
Discovery Context
Found during comprehensive Google Search Console analysis and URL inspection of homepage performance.
Technical Solution Required
MkDocs Material Configuration Fix:
The issue is specific to the homepage (index.md) and needs to be addressed in the MkDocs configuration to ensure the canonical URL points to the clean domain root.
Potential Solutions:
- mkdocs.yml configuration - Set canonical URL override for homepage
- Custom template override - Modify the canonical meta tag for index page
- Plugin configuration - Use MkDocs plugins to handle canonical URLs properly
Files Likely Affected
mkdocs.yml (main configuration)
docs/index.md (homepage content)
- Possibly custom templates if overrides exist
Acceptance Criteria
Priority
Medium-High - SEO optimization that could improve homepage search performance
Technical Notes
- Framework: MkDocs Material
- Scope: Homepage only (index.md)
- Testing: Use GSC URL Inspection to verify fix
- Deployment: Standard site deployment process
Related
- Part of comprehensive SEO optimization initiative
- Discovered during GSC analysis session
- May impact homepage search performance metrics
Assignee: @jane-alesi
Labels: seo, mkdocs, canonical-url, homepage
🔧 SEO Fix: Homepage Canonical URL Issue
Problem Description
Google Search Console URL Inspection reveals that the homepage canonical URL is incorrectly set to
https://satware.ai/index.htmlinstead of the clean URLhttps://satware.ai/.Technical Details
Current Behavior:
https://satware.ai/index.htmlhttps://satware.ai/SEO Impact
Discovery Context
Found during comprehensive Google Search Console analysis and URL inspection of homepage performance.
Technical Solution Required
MkDocs Material Configuration Fix:
The issue is specific to the homepage (index.md) and needs to be addressed in the MkDocs configuration to ensure the canonical URL points to the clean domain root.
Potential Solutions:
Files Likely Affected
mkdocs.yml(main configuration)docs/index.md(homepage content)Acceptance Criteria
https://satware.ai/(without index.html)Priority
Medium-High - SEO optimization that could improve homepage search performance
Technical Notes
Related
Assignee: @jane-alesi
Labels: seo, mkdocs, canonical-url, homepage