feat: Add generateCategoryMetaTags function for enhanced SEO in category pages and integrate it into prerender process
This commit is contained in:
@@ -5,6 +5,7 @@ const {
|
||||
} = require('./product.cjs');
|
||||
|
||||
const {
|
||||
generateCategoryMetaTags,
|
||||
generateCategoryJsonLd,
|
||||
} = require('./category.cjs');
|
||||
|
||||
@@ -41,6 +42,7 @@ module.exports = {
|
||||
generateProductJsonLd,
|
||||
|
||||
// Category functions
|
||||
generateCategoryMetaTags,
|
||||
generateCategoryJsonLd,
|
||||
|
||||
// Homepage functions
|
||||
|
||||
Reference in New Issue
Block a user