ASP or HTML?

Discussion in 'HTML & Website Design' started by Arcos, Jan 4, 2006.

  1. #1
    Now, I have recently been told that having a web site designed in .asp is not good news for search engine marketing. Basically search engines struggle to index .asp pages. Is this true???

    HTML is far more search engine friendly. Really?

    I actually have the opposite feelings about this from personal experience.

    Would be really interested in your comments.
     
    Arcos, Jan 4, 2006 IP
  2. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is false.

    asp, php and html are all the same for search engines.

    if you have page.asp?id=27&x=5678&user=ajdf&t=1234 then you may suffer, otherwise you will be fine.
     
    dave487, Jan 4, 2006 IP
  3. Arcos

    Arcos Peon

    Messages:
    474
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ah well may suffer a bit then.........

    Suffer a lot or a bit??
     
    Arcos, Jan 4, 2006 IP
  4. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    a lot. urls like yoururl.com/yourpage.asp?sub=1&cat=3 you could have 2000 different queries - and search engines will often see these 2000 pages as 1 page. also, any time you're showing your variable names - i.e. "sub" and "cat", it's like wearing a "hack me" sign taped to your back. Giving away variable names in the url makes it that much easier for hackers to affect your sql statement via sql injection.
     
    vectorgraphx, Jan 4, 2006 IP
  5. Arcos

    Arcos Peon

    Messages:
    474
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #5
    So, is there anything I can do about it now that the site has been written and is live??
     
    Arcos, Jan 4, 2006 IP
  6. Arcos

    Arcos Peon

    Messages:
    474
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Arcos, Jan 4, 2006 IP
  7. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You will need to get an application running on the server that will convert you URLs for search engine friendly use. mod_rewrite is one for PHP, I am not sure of what will work for IIS though
     
    ServerUnion, Jan 4, 2006 IP
  8. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #8
    We use ISAPI_Rewrite on our Windows servers and it works great.
     
    Corey Bryant, Jan 4, 2006 IP
  9. legend2

    legend2 Well-Known Member

    Messages:
    1,537
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    115
    #9
    ASP is dynamic, as opposed to static html. but if you want to make everything look as if it's named a .html, you can use mod_rewrite.
     
    legend2, Jan 6, 2006 IP
  10. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #10
    mod_rewrite is apache - not iis. he'll have to go with something like Corey suggested, i.e. a third party app like Isapi Rewrite.
     
    vectorgraphx, Jan 6, 2006 IP