-
Notifications
You must be signed in to change notification settings - Fork 15
[internal-analysis]Feat/fix checker scripts #1273
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
Open
Kanishkavijay39
wants to merge
10
commits into
main
Choose a base branch
from
feat/fix-checker-scripts-clean
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+6,237
−63
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add check-metatags-fixed.mjs: compares AI suggestions with current content to detect fixes - Add check-sitemap-fixed.mjs: tests HTTP status codes to verify sitemap fixes - Use direct database queries for outdated suggestions (performance improvement) - Clean implementation without unused fallback code - Generate CSV reports for analysis
|
This PR will trigger a minor release when merged. |
- Add unified CSV utilities with standardized schemas for all audit types - Add metatags fix checker with duplicate H1 detection and access denied handling - Add sitemap/broken links fix verification with URL status checking - Add structured data validation fix checker with schema validation - Add CWV fix checker with RUM API integration for performance metrics - Add alt text fix checker for accessibility compliance verification - Add internal links fix checker for navigation issue detection - Support multi-site processing and consolidated reporting - Include comprehensive error tracking and detailed logging - Handle edge cases like missing S3 data, access denied pages, and network errors Provides production-ready fix verification across all major audit types with detailed CSV reporting for tracking suggestion implementation success.
- Fix sitemap script to handle both sitemapUrl/siteMapUrl field names - Fix sitemap script to process suggestions with missing type field - Fix broken backlinks script to use GET instead of HEAD requests - Remove problematic soft 404 detection from broken backlinks - All scripts now have robust error handling and consistent behavior
…V headers; fix(internal-links): detect LINK_REMOVED_FROM_SOURCE via source page scraping; fix(structured-data): include currentJsonLdContent in CSV output
…d fuzzy logic; use isFixed in CSV/summary; remove unused import
- Remove pageview threshold filtering to check all CWV data - Only mark suggestions as fixed when ALL problematic metrics are resolved - Identify originally bad metrics and verify each is fixed - Add detailed fix type reporting (ALL_FIXED, STILL_BAD, etc)
Signed-off-by: Sahil Silare <[email protected]>
Signed-off-by: Sahil Silare <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!