I have a client who wants to use my content management system for his project. SEO is important for top search engine ranking, which is fine; there is support for mod_rewrite to ensure that all dynamic content links are written in a search engine friendly way as in:
www.yoursite.com/content/mypage/example
instead of something like:
www.yoursite.com/content.php?mypage=example
The problem is that the client is hell bent on having a feature to have static pages generated every time the user changes content. Not only is this pointless because the search engines will not see any difference, but it's going to take extra time that I wont be paid for and will likely raise extra testing and user support issues - again that I wont be paid any extra for.
Lots of people have told him that the search engines will see no difference between dynamic content urls using mod_rewrite and static images, but he is still stuck in wanting the static pages created for every change. Can anyone suggest an idea of how I can handle this?
www.yoursite.com/content/mypage/example
instead of something like:
www.yoursite.com/content.php?mypage=example
The problem is that the client is hell bent on having a feature to have static pages generated every time the user changes content. Not only is this pointless because the search engines will not see any difference, but it's going to take extra time that I wont be paid for and will likely raise extra testing and user support issues - again that I wont be paid any extra for.
Lots of people have told him that the search engines will see no difference between dynamic content urls using mod_rewrite and static images, but he is still stuck in wanting the static pages created for every change. Can anyone suggest an idea of how I can handle this?