IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 7 forks source link

Add SEO Tags #91

Closed nishant-nayak closed 9 months ago

nishant-nayak commented 10 months ago

Add meta tags in the base.html head section for SEO. Check meta tags defined in the old website template for reference.

imApoorva36 commented 10 months ago

Hey @nishant-nayak actually there is this meta tag as below, should we remove it or are we supposed to modify and keep it?

<meta name="web_author" content="IEEE NITK">
<meta name="author" content="Salman Shah">
<!-- Email ID -->
<meta name="contact" content="chairman.nitkieee@gmail.com" />
<!-- Email ID to reply to -->
<meta name="reply-to" content="chairman.nitkieee@gmail.com">
nishant-nayak commented 10 months ago

Keep it in, but modify it as follows:

<meta name="web_author" content="IEEE NITK">
<meta name="author" content="IEEE NITK">
<!-- Email ID -->
<meta name="contact" content="corpusieeenitk@gmail.com" />
<!-- Email ID to reply to -->
<meta name="reply-to" content="corpusieeenitk@gmail.com">
imApoorva36 commented 10 months ago

got it, will do