1. parseProductJsonLd: remove sku requirement — out-of-stock products have Product JSON-LD but no sku field, causing false "No product JSON-LD found" errors. Now picks block with offers.price or description instead. 2. extractProductImages: add fallback for non-standard image paths — products with images at /catalog/KTM/... or other custom paths were falling through to JSON-LD fallback (1 image). Now also scans the product-img anchor HTML. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
JavaScript
100%