-
Notifications
You must be signed in to change notification settings - Fork 609
Exclude redirect-only pages from sitemap #8488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@claude review this pr |
|
Claude finished @svelle's task —— View job Code Review: Exclude redirect-only pages from sitemapTodo List:
Review SummaryThis PR effectively implements the goal of excluding redirect-only pages from sitemap generation. The implementation is well-structured and follows good practices. 🟢 Positive Aspects
🟡 Areas for ImprovementMinor Issues
Documentation
🟢 Code Quality Assessment
🟢 Security & Best Practices
Final Recommendation✅ APPROVE - This is a solid implementation that meets the PR objectives. The minor improvements suggested above are optional and don't prevent the code from working correctly. The solution effectively prevents redirect-only pages from cluttering the sitemap while preserving legitimate content pages that happen to have redirects pointing to them. |
|
Newest code from mattermost has been published to preview environment for Git SHA 25edb63 |
1 similar comment
|
Newest code from mattermost has been published to preview environment for Git SHA 25edb63 |
|
@cwarnermm would appreciate a review on this. right now we're indexing all the sitemap urls that are redirects and I'm getting a ton of errors in zendesk for this. |
|
Newest code from mattermost has been published to preview environment for Git SHA 19eb06f |
this pr should blacklist all redirects from sitemap creation