1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Is AJAX Bad from SEO point of view?

Discussion in 'Search Engine Optimization' started by Nick_Mayhem, Jul 23, 2006.

  1. #1
    I have always heard that SE's like to crawl lots and lots of nice content.

    So I was thinking if say my site has AJAX then is it good from SEO point of view.

    I stay only on one page. AJAX handles the requests.

    Just asking for some opinions.

    Thanks.
     
    Nick_Mayhem, Jul 23, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It technically has no influence on SEO. Only when you make bad design decisions, like showing no content unless an onclick event is done.

    So it depends on how you use it. It would be stupid to run a forum without any new pageloads, but showing a little loginn form onclick like on Digg has no effect on SEO, the form wasn't usefull for the spider's evaluation anyway.

    Tehre are many articles on AJAX do's and don'ts. Might want to Google them.
     
    T0PS3O, Jul 23, 2006 IP
    genkied likes this.
  3. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #3
    Humm.... Right. Will have to figure it out. Bcoz if SE's gets article after article on the same index.php page then i will only have one page indexed in SE.
     
    Nick_Mayhem, Jul 23, 2006 IP
  4. CCD

    CCD Peon

    Messages:
    330
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd disagree and say AJAX is disasterous for SEO unless you handle it carefully.

    For example, Google et al will see nothing beyond your first page content if you solely use AJAX to update the page. And they won't even see your first page if you generate the content after the fact using AJAX.

    Progressive enhancement is the way to go if you need good SEO - in other words, if javascript support is not enabled, the site falls back to traditional page requests to deliver the new content.
     
    CCD, Jul 23, 2006 IP
  5. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That's what I meant, CCD. I meant that if Google sees you use AJAX, it won't penalize you per se. Only if you have very poor implementation and indeed make AJAX events a requirement for certain content to show, that's when you'll definitely get in trouble.

    You make a good point of fall backs. If you test your site with really tight securiuty settings, JS/Java off etc. then it should still work and be navigable.
     
    T0PS3O, Jul 23, 2006 IP
  6. jeter4982

    jeter4982 Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I think AJAX is fine from a SEO point of view, you just don't want to overdue it. Lots of popular sites have little AJAX forms throughout the site, but what you will notice, is these forms do not prevent you from actually accessing the content. As long as you are keeping the content indexable, then I would say use AJAX as much as you want...

    Tom
     
    jeter4982, Jul 23, 2006 IP
  7. idotcom

    idotcom Well-Known Member

    Messages:
    522
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    108
    #7
    If you're only using one page to display all of your content, and using ajax, I think your heading down a long bumpy road.

    If however you use the one page, and that page loads with unique versions of the url for the different content, then it will allow for the different versions of the page to be indexed.

    The point of ajax is to avoid repeated and/or uneccessary page loads, and to provide a more user friendly interface for users. Even for them... javascript...

    I would have a look at yahoo's new page. Perfect implementation of ajax for the web 2.0 wave.

    I would check for user/capabilities and make sure they will be able to view all of your content, otherwise, redirect them to a version they can use.

    Hope that helps. Good luck!
     
    idotcom, Jul 23, 2006 IP
  8. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #8
    Nick_Mayhem, Jul 24, 2006 IP
  9. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Using AJAX to display content is a very bad idea. Using it for forms or to register votes and cookies is fine.

    Obviously if you run CPM adverts you may want to remove AJAX from your site.;)
     
    mad4, Jul 24, 2006 IP
  10. infonote

    infonote Well-Known Member

    Messages:
    4,032
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    160
    #10
    This post seems to contain answer to your question

    blog.tn38.net/archives/2005/12/ajax_and_seo.html
     
    infonote, Jul 24, 2006 IP
  11. Elfen Lied

    Elfen Lied Banned

    Messages:
    485
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #11
    Ajax certainly not seo friendly but user friendly. you need to make a choice what to prefer and balance it.
     
    Elfen Lied, Jan 10, 2013 IP