Fixed: Bulk AI Fix no longer fails with “Page not found for URL” for taxonomy archive pages (WooCommerce product categories, product tags, and any other public custom taxonomy). The plugin now correctly resolves these URLs and applies SEO meta updates via Yoast SEO and Rank Math.
Improved: Error messages for URLs that cannot be resolved now explain specifically why the fix could not be applied — covering cases such as a different domain, date archives, author archives, search results pages, and deleted or renamed pages — instead of showing the generic “Page not found for URL” error.
1.0.6
Added: Plugin now redirects to the Crawl Hunt home screen automatically after activation.
Added: Product tour for first-time users — guides through the Connect button, Open App button, How It Works section, and the final CTA. Accessible at any time via the “Take a tour” link.
Improved: Connect flow redesigned to match the Shopify integration. Clicking Connect now registers the site with Crawl Hunt, creates or links the user account using the WordPress admin email, and opens a short-lived login link in a popup — no pre-existing crawlhunt.com session required.
Improved: Popup closes automatically after a successful connection and the status banner refreshes in place without a page reload.
Improved: “Open Crawl Hunt Application” button now reads “Start Free SEO Scan” when the site is not yet connected.
Fixed: Tour popover font rendering — added explicit font-smoothing and font-family declarations to counteract driver.js all: unset reset.
Fixed: Tour popover was rendering as a small invisible dot because driver.js CSS was not being extracted by wp-scripts. Base styles are now enqueued as a standalone stylesheet.
1.0.5
Fixed: readme.txt external service links now render as proper anchors on WordPress.org.
Fixed: Data sent to service list now renders as proper unordered list on WordPress.org.
Improved: Expanded installation instructions with a full 10-step guide covering connection, audit, and fix workflow.
1.0.4
Fixed: Replaced manual canonical and schema tag output paths with WordPress built-in canonical/script APIs.
Fixed: Updated asset loading and path handling for WordPress.org compliance.
1.0.3
Fixed: Removed Shopify references from the plugin settings page to comply with WordPress.org guidelines.
Fixed: Removed all locked or restricted built-in features to comply with Guideline 5 (no trialware or feature gating).
1.0.2
Fixed: Replaced raw inline script output with wp_print_inline_script_tag() in auth.php
Fixed: Debug log paths now use wp_upload_dir() and WP_CONTENT_DIR instead of hardcoded ABSPATH references
Fixed: Renamed JavaScript global crawlHuntConfig to crawlHuntSEOAudit for uniqueness
1.0.1
Fixed: Resolved WordPress database query warnings in auth.php
Improved: Optimized meta query for OAuth state validation