Actions
ClientProject #2997
openClientProject #2996: [SEO]: Configure SEO meta information, sitemap, and schema generation
[SEO]: Configure meta title & description
Start date:
08/26/2025
Due date:
09/04/2025 (about 7 months late)
% Done:
90%
Estimated time:
5:00 h
Spent time:
Description
Description:
Implement SEO configuration for default and dynamic pages using next-seo setup.
Tasks:¶
-
Setup SEO Config File
- Create a
next-seo.config.tsfile. - Handle all default meta information (title, description, canonical, OpenGraph, etc.).
- Create a
-
Integrate SEO for Dynamic Pages
- Apply SEO for maker, model, and body types pages.
- Ensure dynamic titles and descriptions are generated based on page data.
-
Implement
generateSEOMeta()Utility-
Create a function
generateSEOMeta()to generate meta tags dynamically. -
Accepts parameters:
titledescriptioncanonicalthumbnail image url
-
Apply function call on relevant pages.
-
Updated by Md.Sajib Ahmed 8 months ago
- % Done changed from 0 to 40
Here is the github commit message
Initilly focud on the configuration and dynamiclly handle all the dynamic pages and static pages.
Updated by Md.Sajib Ahmed 8 months ago
- % Done changed from 40 to 90
Here is the github commit message
Integrated local, truck stock and korean stock meta title and description
Actions