Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Search engine friendly pages ASP

  1. #1
    Join Date
    Feb 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Search engine friendly pages ASP

    I currently developing a site that will be using asp and a database, but I've been thinking alot about how to make sure that my site is search engine friendly.

    When my site is finished about 99% of the pages will be created on the fly from a database, and the page name will be something like page.asp?pageid=10 (Not search engine friendly)

    To make my pages search engine friendlt I want them to read something like page10.html

    Does any one have an tips on how to do this? I've heard of a com object called ISAPI_Rewrite that does exectly this but I don't suppose that it is installed here.

    Thoughts anyone?

  2. #2
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    Create a 404 custom asp error page which looks at the url and from the url it does a server.execute to the desired page. e.g. www.yourdomainname.com/page10.html do a server.execute of page.asp and pass to the page the parameter 10 via a session parameter.

  3. #3
    Join Date
    Feb 2004
    Posts
    4,877
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by philplatt
    When my site is finished about 99% of the pages will be created on the fly from a database, and the page name will be something like page.asp?pageid=10 (Not search engine friendly)
    Youd be surprised, most of the major search engines are fine with URLs with data.
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  4. #4
    Join Date
    Oct 2005
    Location
    Manchester
    Posts
    155
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Like Warren says they are mostly fine.

    It's only if you start passing loads of arguments they have problems like
    page.asp?something=1&this=2&that=3

  5. #5
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 23 Times in 23 Posts

    Default

    Quote Originally Posted by Reactivate
    Like Warren says they are mostly fine.

    It's only if you start passing loads of arguments they have problems like
    page.asp?something=1&this=2&that=3
    I have certainly read this too, but I think it only really applies to very large query strings, say 10 arguments or more.
    The main reason for the 'friendly' url these days is aesthetically for the end user, and tbh I actually doubt that many people give it a second thought.

  6. #6
    Join Date
    Feb 2004
    Posts
    4,877
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    For example:
    http://www.google.co.uk/search?hl=en...nG=Search&meta=

    Look at all those green links.
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  7. #7
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 23 Times in 23 Posts

    Default

    Quote Originally Posted by Warren Ashcroft
    For example:
    http://www.google.co.uk/search?hl=en...nG=Search&meta=

    Look at all those green links.
    true, but as yet I've never seen a search engine spider filling in a search query and indexing the resulting page.

  8. #8
    Join Date
    Feb 2004
    Posts
    4,877
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by nick
    true, but as yet I've never seen a search engine spider filling in a search query and indexing the resulting page.
    No, I dont think it would submit forms...
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  9. #9
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    From my experience of SEO a page with a friendly url will be ranked higher than the same equivalent page with horrible query string parameters. Its not to do with the fact that google cant spider pages with lots of query string parameters because google can.

    Google will extract certain information from a page to help determine its page rank: url, file name, page title, meta data, page content, headings etc. It also looks at other information external to the page to determine its page rank: how many link point to the site, are the links from reputable sites, how often does the page content change etc.

    Given a page with a url of www.ipod.com/ipodaccessories.html google will be able to extract useful information from the filename which can be used to rank the page compared to www.ipod.com/content.aspx?Page=1.

    At one point google ranked pages higher if the search term existed in the domain name such as www.cheapipodaccessories.com.

    James

  10. #10
    Join Date
    Jun 2005
    Posts
    1,080
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    Quote Originally Posted by Warren Ashcroft
    No, I dont think it would submit forms...
    This is why a site should implement a Robots.txt file. What you shuld do is create a page that produces links from the database query (ie. a page that gets all results). You then add this page to your robots.txt to tell the search engine to crawl this page and follow the links.

    Some people put a 'hidden' link to this page on an existing page within the site. However, you need to be careful doing this as some search engines will not like the 'hidden' link. A good way around this is to incorporate a SiteMap and have that pull information from the database.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom error pages.....
    By jigsawsrusdotcom in forum Sales and Service Feature Enquiries
    Replies: 5
    Last Post: 17th November 2006, 04:54 PM
  2. Search Engine Optimization
    By JamesU2002 in forum General Technical Support
    Replies: 1
    Last Post: 11th May 2006, 06:52 PM
  3. Yellow pages
    By Jaro in forum Portal/CMS Applications
    Replies: 2
    Last Post: 29th December 2005, 12:38 PM
  4. search engine script/classified scr./
    By HostCan in forum Portal/CMS Applications
    Replies: 0
    Last Post: 5th October 2005, 11:39 AM
  5. Exclude search engine bots in smarterstats?
    By RobvK in forum Technical Support
    Replies: 0
    Last Post: 7th September 2005, 10:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •