Full-site SEO Audit
Version updated for https://github.com/nurkamol/seo-audit to version v1.8.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action checks every page of a site’s sitemap for SEO, metadata, and structured data issues to ensure technical correctness across all pages, including cross-page links, broken links, and performance issues. It provides comprehensive reports in HTML, Markdown, and JSON format, helping users maintain a high level of technical quality on their websites without relying solely on free SEO tools that may overlook certain problems or estimates performance metrics.
What’s Changed
Added
Two checks on the image
titleattribute —img-title-duplicates-altandimg-title-on-decorative, both notes.Deliberately not a “missing title” check, which is what tools normally ship here. A
titleis a hover tooltip: invisible on touch, unread by Google, and W3C guidance discourages putting anything that matters in it. An image without one has nothing wrong with it, so that check would fire on nearly every image on nearly every site.What is worth reporting is when
titlecontradicts something on the same tag. Repeatingaltverbatim adds nothing for a sighted visitor and is read twice by a screen reader that surfaces both — usually one CMS field populating both attributes. And atitleon an image declared decorative byalt=""orrole="presentation"is markup saying “ignore this” while attaching a tooltip to it; one of the two statements is wrong.Verified against wpbeginner.com, which carries a
titleon 26 of its 117 images: 14 identical to thealt, 6 on decorative images.