SEO for codeigniter
-
Is there anything similar to Yoast's Wordpress SEO for Codeigniter?
-
Unfortunately, I didn’t see any SEO plugin like Yoast who can do your job but there are scripts here and there on the internet that might help!
Like this one: http://www.jamesstoddern.net/seo-friendly-urls-in-codeigniter-the-challenge.html
This is all what I got!!
-
Codeigniter is the php version of MVC, to be honest if you wanted to follow the MVC pattern Codeigniter would be my last choice, from a coding perspective it is ugly, from a performance perspective it is very slow, but all MVC patterns allow for good url structures, and you should be able to make a good crawlable site. Yost is a plugin to hide the short commings of wordpress, with a hand built site you should not have a need for such things.
As for the MVC pattern, the best MVC solution I think by far is ASP.NET MVC, but many will say ruby on rails. ASP.NET MVC makes good seo very easy.