Effect of ASP pages on AdSense/Google

Discussion in 'AdSense' started by Snowblind, Jun 4, 2005.

  1. #1
    Hi! Does anyone know the effect of using ASP pages on a site on AdSense and on Google search placement (if any)? I've always used static pages, and would like to switch to ASP pages for some things, but am afraid to lose my good Google placement and the good context ads.

    Thanks for any info and tips anyone has.
     
    Snowblind, Jun 4, 2005 IP
  2. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #2
    will not change anything with adSense, if your page was products.html and is now products.asp then it will have to be re-crawled by google for google search but will work instantly with adSense.
     
    Critters, Jun 4, 2005 IP
  3. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I would leave the html in place, and put a meta-reresh on it to redirect to the ASP, so you dont get any broken links :)
     
    Critters, Jun 4, 2005 IP
  4. Snowblind

    Snowblind Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, Critters. Good plan on the redirect!
     
    Snowblind, Jun 6, 2005 IP
  5. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you wanna be a smart arse you could write a 404 script to see if the URL ends in HTML.. if it does then change the HTML to ASP and redirect. If it 404's and ends in ASP then get it to display a 404 message and site map.. (or redirect to your home page)

    That will keep your web root tidy and you can rename all HTML to ASP

    ..if you wanna be smart that is ;)
     
    Critters, Jun 6, 2005 IP
  6. paymentapprovaltooslow

    paymentapprovaltooslow Banned

    Messages:
    1,038
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #6
    As usual good advice critters.
     
    paymentapprovaltooslow, Jun 7, 2005 IP
  7. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I could write the code in ASP if needed.
     
    Critters, Jun 7, 2005 IP