Scans HTML/SHTML pages and updates sitemap.xml with canonical URLs and modification dates.
Audits .htaccess 301/302 rules and ensures target destination files exist on disk.
Verifies and fixes <link rel="canonical"> tags across all site pages.
Checks every page for missing title, description, viewport, and canonical SEO tags.
Parses sitemap.xml to verify every listed URL corresponds to an existing file.
Scans site for duplicate page titles or description tags that can hurt search rankings.
Injects Schema.org JSON-LD structured data into articles to enable rich Google search results.
Verifies Open Graph tags (og:title, og:image, og:description) for social media previews.
Scans local relative links across all pages to catch 404 errors or missing pages.
Audits outgoing HTTP/HTTPS links to detect dead external sites or broken URLs.
Verifies jump links (e.g., #section) to ensure matching element IDs exist on target pages.
Finds missing image files and flags <img> tags missing accessibility alt text.
Identifies unlinked images, HTML pages, or documents sitting unused in site directories.
Verifies all Amazon product links contain your Amazon Associate tracking tag parameter.
Finds oversized images, PDFs, or large files that may slow down website performance.
Checks HTML pages for unclosed tags, missing doctypes, or structural markup issues.
Strips deprecated <font> tags, <center> tags, and inline body styles.
Compares style.css against HTML files to find CSS classes no longer used anywhere.
Verifies Google Analytics and AdSense code blocks are present across all pages.
Finds insecure HTTP script or image URLs that trigger browser mixed-content warnings.
Traces .htaccess redirect paths to detect multi-step redirect loops or chains.
Extracts headings and titles into search_index.json for client-side search.
Compresses .css files into .min.css to improve website page load speeds.
Calculates total page count, aggregate word counts, and average article length across the site.
Generates a compressed .zip backup archive of the entire website root folder.
Automated execution for amazon-tag-checker.py.
Automated execution for batch_replace.py.
Automated execution for find_duplicates.py.
Automated execution for fix_links.py.
Automated execution for link_checker.py.
Automated execution for regex_replace.py.
Automated execution for update_includes.py.
Automated execution for fix_html.py.
Automated execution for report_html_issues.py.