-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Monthly SEO Maintenance Checklist for March 2026
This is your automated monthly reminder to update the TrendFit website's SEO data.
🌟 Update App Store Ratings
Location: index.html lines 75-81
Current Values:
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"ratingCount": "7",
"bestRating": "5",
"worstRating": "1"
}Steps:
- Visit App Store Connect
- Navigate to TrendFit app → Ratings & Reviews
- Note the current:
- Average rating (update
ratingValue) - Total number of ratings (update
ratingCount)
- Average rating (update
- Update
index.htmlwith new values - Commit changes with message:
chore: Update App Store ratings for March 2026
📅 Update Sitemap Last Modified Date
Location: sitemap.xml line 6
Steps:
- Update
<lastmod>2026-03-01</lastmod>for homepage if content changed - Review and update other pages if modified this month
✅ Verify All Links
Steps:
- Check that all social media links are still active
- Verify App Store download link works
- Test Open Graph image is loading correctly
🔍 Review & Test
- Updated aggregateRating in index.html
- Tested schema with Google Rich Results Test
- Verified sitemap.xml is current
- All social links tested
- Changes committed and pushed
📖 Documentation: See .github/SEO-MAINTENANCE.md for detailed instructions.
This issue was automatically created by the Monthly SEO Update Reminder workflow.
Reactions are currently unavailable