[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?