I've done basic work suggested by Google and others to improve Google ranking. What are the 'specific' things I should do with Zend Framework (or in general any MVC architecture) to make it better? It seems all the usual methods aren't working that well with Zend Framework.
+4
A:
There is nothing special to ZF or any other MVC framework. The only ZF-specific thing I can think of is that in ZF you can use the router and routes to create those nice looking URLs that people claim to be SEO friendly. Also, you can use the headMeta helper to create metatags but that's basically all...
There is no magic trick to it.
Jani Hartikainen
2009-12-22 20:40:30
@Jani: All the files (application, models, views) are below web root directoty. Does that make any difference?
understack
2009-12-22 20:42:49
No, because those files should never be accessed directly anyway.
Brad
2009-12-22 20:44:21
Nope. Other than it's a good practice.
Derek Illchuk
2009-12-22 20:44:23
+2
A:
With Zend_Navigation you can also easily create XML Sitemaps which can help to index your website.
Htbaa
2009-12-23 07:54:27