sebseb7
1b51da69a9
feat(Images): update image URLs to AVIF format in SEO components
...
- Changed image file extensions from JPG to AVIF in category, feeds, and product SEO components to enhance performance and reduce file sizes.
- Ensured consistent image handling across the application by updating relevant image paths.
2025-11-21 13:21:58 +01:00
sebseb7
e6faa63219
fix(SEO): update skipCategoryIds to include additional categories
...
- Expanded the skipCategoryIds array to include new category IDs: 924, 923, 922, 921, 916, 278, 259, and 258.
- This change ensures that the specified categories are excluded from product XML generation.
2025-11-18 08:35:19 +01:00
sebseb7
11ba2db893
u
2025-11-17 08:43:57 +01:00
sebseb7
521cc307a3
u
2025-11-17 07:53:04 +01:00
sebseb7
d397930f2c
u
2025-11-17 07:49:06 +01:00
sebseb7
8e43eaaede
u
2025-11-17 07:38:16 +01:00
sebseb7
13c63db643
u
2025-11-17 07:26:46 +01:00
sebseb7
ea05a83901
u
2025-09-07 07:10:40 +02:00
sebseb7
349b004627
fix: validate product weight before XML generation and update weight handling
2025-07-19 23:04:52 +02:00
sebseb7
2774c6924f
fix: add missing weight and description logs
2025-07-19 22:03:43 +02:00
sebseb7
f93cde5131
Enhance XML generation for products: Added logging for products missing weight and those with insufficient descriptions. Implemented checks to track and log these products, ensuring better data quality for SEO. Created log files for missing data, improving maintainability and oversight of product information.
2025-07-19 11:40:44 +02:00
sebseb7
b602444066
Skip out-of-stock products in XML generation: Added logic to exclude products that are not available from the generated XML, improving the accuracy of product listings for SEO purposes.
2025-07-19 06:25:57 +02:00
sebseb7
8bc80c872d
Enhance GTIN validation in product XML generation: Improved the GTIN validation logic in feeds.cjs to include checksum verification, ensuring only products with valid GTINs are processed. This update enhances data integrity for SEO purposes.
2025-07-18 16:09:37 +02:00
sebseb7
33fadc0279
Update excluded terms in product XML generation: Added 'marihuana' to the list of excluded terms in product titles within feeds.cjs, enhancing content filtering for SEO purposes.
2025-07-18 13:18:08 +02:00
sebseb7
5c2b4172da
Enhance GTIN validation in product XML generation: Updated logic in feeds.cjs to skip products with invalid GTIN formats, ensuring only valid products are included in the generated XML. This improves data integrity for SEO purposes.
2025-07-18 13:13:37 +02:00
sebseb7
c663e902ea
Implement product filtering based on excluded terms: Added logic to skip products with specific terms in their title or description during XML generation in feeds.cjs, enhancing content management for SEO purposes.
2025-07-18 12:49:54 +02:00
seb
02aff1e456
Enhance unit pricing logic in feeds.cjs by adding a comprehensive unit mapping for German to Google Shopping units. Implemented a helper function to convert units and adjusted base measure calculations to ensure compliance with German regulations. Improved formatting of unit pricing measures for better clarity.
2025-07-07 02:34:13 +02:00
seb
9e14827c91
Enhance 404 handling in webpack configuration with async middleware for prerendering. Updated NotFound404 page to improve user experience with localized messaging and responsive image styling. Added taxonomy ID mappings in feeds.cjs for better compliance and clarity in product categorization.
2025-07-07 02:12:19 +02:00
seb
987de641e4
Refactor unit pricing logic in feeds.cjs to enhance compliance with German regulations. Updated the helper function to return structured unit pricing data, including both unit and base measures, and adjusted XML generation accordingly.
2025-07-06 22:54:13 +02:00
seb
23e1742e40
Add unit pricing measure to product XML generation in feeds.cjs. Updated Product, ProductDetailPage, and AddToCartButton components to support new pricing fields (fGrundPreis, cGrundEinheit) for compliance with German regulations. Enhanced SearchBar with enter icon functionality for improved user experience.
2025-07-06 20:36:23 +02:00
seb
161e377de4
Update category mappings in feeds.cjs for improved accuracy and clarity. Adjusted several category paths to reflect more specific classifications, and added validation to ensure non-empty category returns. Updated language setting to 'de-DE' for consistency.
2025-07-06 09:30:10 +02:00
seb
f8f03b45b8
Refactor SEO module to utilize a modular structure by re-exporting all SEO functions from a new index file. This change maintains backward compatibility while streamlining the codebase for future enhancements.
2025-07-05 15:52:34 +02:00