tindrew / redot-landing-page

https://redot-landing.pages.dev/
MIT License
0 stars 2 forks source link

14 feat: adding seo module #19

Closed opdev1004 closed 1 week ago

opdev1004 commented 1 week ago

This is for creating a sitemap and managing all SEO matters.

the change for MainPageNew.vue is for query recent news that is marked as published

This is not good enough to close #14 but good start. Once website is running, the sitemap needs to be added into seach engine platforms.

SerkZex commented 1 week ago

Do you have intention to add the meta tags or just the package in this merge request?

opdev1004 commented 1 week ago

This is needed for automatically generate sitemap from pages and contents(blog posts + other type). And at the same time adding meta tags into each page from template script. So every page template and further any content development would need this module for SEO. I can or others can. Anyone who developing new page or adding content system other than news(blog) in the future.

I can add meta tags but others also need this to add meta tags.

So this pull request is for just adding them. So others can use it too.

Actually is there specific data for SEO tags that we want to use for home page? Is it okay that I can just create them?