i want to know what should i do for the optimisation of dynamic page , how the ? is remove. i need the name of tool other than coldfusion and also it must be free one
If you are referring to ?'s like PHP Sessid's.. etc... Google and other SE's really don't have a problem spidering and indexing them like they did several years ago.... However, depending on your Programming Language being used = you should be using serverside page rewrites so that url? is rewritten and seen as either category/test or category.html.... it's relatively easy....
You mean address like this: http://www.wuuzi.com/health_item.ph...at_you_need_to_understand_about_vitamins.html Just creat a .htaccess file and set some command in it. And a php function which translate the address to normal one is needed.