|
Converting Dynamic PagesSome websites are database driven – meaning they pull the text seen on the page from a database. This can affect the url of a page - as an example, consider the dynamic URL: http://www.yourwebsite.com/index.asp?id=123. Search engines do not know how to interpret the last part of the url (?id=123). Using a program called ISAP, the dynamically generated pages can be re-written, as they are produced. So, the example page above will become www.yourwebsite.com/index123.htm and the search engines will know how to index it. |




