feat: add canonical URLs and meta tags for SEO#537
Conversation
d735243 to
5b4b5e3
Compare
|
@Vaishnav88sk any changes to the layout are very very sensitive and ideally must be avoided... So, this needs to be thoroughly tested, and the pros and cons of any layout modification must be carefully evaluated. |
@yada I tested this thoroughly locally using
The screenshot below from browser Inspector → Elements → confirms my changes work exactly as intended - canonical URL, meta description, keywords, and author tags are cleanly injected with no impact on any visual rendering or image processing.
My changes only add invisible metadata tags inside - no structural HTML, no image processing, no rendering logic is touched. Happy to address any further concerns or to make any adjustments!! |
Signed-off-by: Vaishnav88sk <vaishnavsk8804@gmail.com>
5b4b5e3 to
2eaa716
Compare



Description
Without canonical URLs, search engines may index duplicate content from different URL variations (with/without trailing slashes, different case, etc.). This dilutes page authority and can hurt rankings.
SEO enhancement requested in issue #209. Canonical tags are essential for any professional website to ensure proper search engine indexing.
This PR adds to the head.html partial:
How will this change help?
Related issue(s)
#209