Question : turning dynamic URL's into Static URLs in ASP classic

Hi,

I'm using ASP classic and some of my URL's look like this:
http://www.glowfishtw.com/landing_pages/landing_page.asp?term=2

I've noticed that Google wont search the dynamic content on these pages. Does anyone have a suggestion for making these crawlable?

Thanks

Answer : turning dynamic URL's into Static URLs in ASP classic

Something that I've seen on several pages (especially some boards) is that an asp page generates a html page.

How this works is quite easy. When a page changes the asp page generates a HTML document. And uses a FileSystemObject to write the HTML file.
With the writing itself you can get help from here: http://www.w3schools.com/asp/asp_ref_filesystem.asp

So what you do is when you change data from the database you let ASP generate the HTML file again.

This is not easy and will cost a lot of your time, but when it's done you have a unique reusable system.

But that's something you should do it you believe that Google doesn't find dynamic ASP pages, it doesn't actually have something to do with the language.
What is important tough is that the links to those pages are on other pages of the sites.

Here's a great topic about ASP and SEO (Search Engine Optimization): http://hubpages.com/hub/ASP-and-SEO

Something you might look into is Permalinks, it's a good form of SEO, but I never looked into it, so I can't explain you how it's done.
Random Solutions  
 
programming4us programming4us