CodeIgniter Forums
About title and other meta tags - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: About title and other meta tags (/showthread.php?tid=46242)



About title and other meta tags - El Forum - 10-24-2011

[eluser]Unknown[/eluser]
I want to know where should I put the title, and other meta tags? I have changed in application/config/routes.php
Code:
$route['default_controller'] = "main";

That is my main controller which points to view main.php, so I thought it would be wise to put the all meta tags there.
In fact when I open the site and go to view source it shows all the meta tags but when I put my site into a meta tag analyzer, it says no title and other meta tags found.
Why this thing happens. And what is the remedy? How search engine robots will find my site?