Can Any one explain me what is dynamic page optimization... Actually i need a difference between dynamic and static page optimization..
Static page is a page whose content does not change but in dynamic page result is come from database through query and content is frequently change. In dynamic page optimization any url with string make it static URL through mod rewrite and so the same thing in promotion
Just to add a little more detail with an example: Popular dynamic pages are created in wordpress, based around a MySQL database. Each page gets built up from parts defined by the theme and stored in the database - header, posts, footer, sidebar (including widgets). So, for example, the main page content may change to display the latest blog post - which can also be accessed via a different url unique to the post. The url unique to each post can use SEO to target keywords in the post. But the home page containing changing content also needs to have some content and keywords that always get displayed - for example by using a 'sticky post' that always gets displayed first.
If your URL looks something like this; root.domain/ProductList.aspx?ProductCategoryMap=green-sweather Then its smart to make it more simpel for the crawlers and of course users, in other words, optimizing it After optimization it may look like this; root.domain/Products/Sweathers/green-sweather Much bether indeed!
Optimizing a dynamic website is a difficult task. Mostly dynamic websites are preferred as they contain more Web pages, member only areas, managing visitor by retaining functionality is easy so that visitors remain hooked-up in the website for long time. Product pages, article pages, discussion forum archives, very often dynamically generated and will benefit greatly. Limit the number of variables that you use, if you are to use dynamic url without any rewriting. The chance of indexing your site by the search engine spiders would be greater.
Static website means where we cannot done changes from backend. & dynamics website where we can do changes from the backend like content management system& e-commerce sites