helloworld-iiitt / iiitt

Dev Repo for revamping iiitt.ac.in as PWA
http://dev.iiitt.ac.in
MIT License
1 stars 16 forks source link

Search Engine Optimmization #43

Open fahad-israr opened 4 years ago

fahad-israr commented 4 years ago
dinskid commented 4 years ago

Just adding the following from iiitt.ac.in to our public/index.html should do the trick right? Or is there something else to it?

<meta name="keywords" content="IIIT, IIITT, IIIT Trichy, IIIT Tiruchirappalli, IIITS, IIIT Srirangam, NIT Trichy, IIM Trichy">
    <meta name="description" content='The official website of Indian Institute of Information Technology, Tiruchirappalli (IIITT), an Institute of National Importance, established by MHRD, Government of India'>
    <meta name='subject' content='Indian Institute of Information Technology, Tiruchirappalli'>
    <meta name='copyright' content='Indian Institute of Information Technology, Tiruchirappalli'>
    <meta name="author" content="Web Devs Club">
    <meta name='language' content='English' />
    <meta name='robots' content='index,follow'>
    <meta name='Classification' content='University'>
    <meta charset="UTF-8">

Edit: I just read an article that states copyright, author, robots here are not necessary as they are present elsewhere in the page. So it is not required!

fahad-israr commented 4 years ago

I think yes copying this should do the trick.

dinskid commented 4 years ago

I've done this. I'll make a PR along with the next thing that I do!

dinskid commented 4 years ago

TODO: