AJAX and SEO

Discussion in 'Search Engine Optimization' started by tbarr60, Jan 24, 2006.

  1. #1
    I was just asked if there was any SEO downside to AJAX. The only thing I could think of was a loss of searchable content if you dynamically generated links to content. Example would be a mortgage dictionary where you typed in the term instead of scrolling through a page with linked terms. Of course you could keep the list and add the AJAX text box above the list.

    Are there any known issues with typical AJAX functions and SEO?

    Thanks.
     
    tbarr60, Jan 24, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have NoScript in FF and it disables all javascript. Many other people block javascript. So you should ALWAYS make sure your code works (especially forms) if AJAX is not an option.

    If you keep the fallback functions in mind you also overcome any SEO risks.

    Like you dictionary example, the fallback would be to just submit the page as you would back in '95 and below the search is a link to browse all glossaries. That way everything can be indexed and end users can find it eventually, no matter what technology is enabled.

    So if you code things properly, there are non that I know of. For a little while I was afraid G might consider stuff that magically appears, like AJAX or simple javascript show and hide, as hidden text but I kept everything in proportion so I never got done by them.
     
    T0PS3O, Jan 24, 2006 IP
  3. WebGeek182

    WebGeek182 Active Member

    Messages:
    510
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    95
    #3
    WebGeek182, Apr 6, 2007 IP