Open vishalchopra666 opened 2 months ago
It will be great also if we can modify meta tag for canonical URL, as this will decrease chance of duplicate content found by search engine. Maybe change to url friendly something like blabla?pages=5 to blabla/pages/5 a bit easier than add this metatag for editing.
Description: It would be highly beneficial to have the ability to add a meta robots tag in the content editor for blog posts, static pages, and other content types. This feature would allow users to control search engine indexing on a per-page or per-post basis, with the default setting being
noindex, nofollow
. This is particularly important for avoiding thin content issues, such as tags, categories, and pagination pages, which could negatively impact SEO if indexed.Why is this important?
noindex, nofollow
to prevent unwanted content from being indexed by search engines.robots.txt
, which can be ignored by search engines, themeta robots
tag embedded in HTML has a stronger influence on crawling behavior, making it more effective for controlling indexing.Suggested Implementation:
noindex, nofollow
.noindex, nofollow
tag is automatically applied to tags, categories, and pagination pages unless manually overridden.Examples:
index, follow
noindex, nofollow
(default)noindex, nofollow
(default)noindex, nofollow
(default)Expected Benefits:
Potential Challenges:
Conclusion: Adding meta robots tag support with a default setting of
noindex, nofollow
would greatly enhance the flexibility and SEO control that users have over their content, especially in avoiding thin content issues like pagination and tag/category pages. This feature will make the platform even more powerful for bloggers and website owners, ensuring better search engine optimization and content privacy.Thank you for considering this feature request!