feat: enhance SEO capabilities and add All Tools page
- Updated generate-seo-assets script to create separate sitemap files for static, blog, tools, and SEO pages. - Introduced render-seo-shells script to generate HTML shells for SEO pages with dynamic metadata. - Added All Tools page with categorized tool listings and SEO metadata. - Updated routing to include /tools path and linked it in the footer. - Enhanced SEOHead component to remove unused keywords and improve OpenGraph metadata. - Updated translations for tools hub in English, Arabic, and French. - Refactored SEO-related utility functions to support new structured data formats.
This commit is contained in:
@@ -21,6 +21,7 @@ const STATIC_PAGE_ROUTES = [
|
||||
'/blog',
|
||||
'/blog/:slug',
|
||||
'/developers',
|
||||
'/tools',
|
||||
'/internal/admin',
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user