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.

SEO for webpages with AJAX content

Discussion in 'Google' started by jainpratik47, Jul 12, 2011.

  1. #1
    Hi All,

    I am looking out for SEO techniques (Google search engine) for optimizing web pages having AJAX content . I have heard of hash elements but am still not clear with the concept.

    Thanks
     
    jainpratik47, Jul 12, 2011 IP
  2. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't actually have much knowledge on web developing but as of SEO, the idea is to have clean and light web pages where you present your content clearly on top of your source code, so CSS can be a big help..
     
    WishBone, Jul 12, 2011 IP
    itrc likes this.
  3. saqib889

    saqib889 Peon

    Messages:
    1,291
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you're using wordpress ?
     
    saqib889, Jul 12, 2011 IP
    itrc likes this.
  4. jainpratik47

    jainpratik47 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,

    I am not using wordpress. Currently I am not working on any AJAX driven web pages but just wanted to have knowledge of optimizing AJAX driven web pages.

    Thanks
     
    jainpratik47, Jul 12, 2011 IP
  5. itrc

    itrc Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    for Ajax here is the advice includes having HTML links for your navigation, ensuring that your site works on browsers that do not have JavaScript turned on, and using real links in your JavaScript or AJAX, such as:

    <a href=”ajax.htm?foo=32” onClick=”navigate(‘ajax.html#foo=32′); return false”>foo 32</a>
     
    itrc, Jul 12, 2011 IP
  6. gviger

    gviger Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yeh, and put some processing in .htaccess that will redirect ajax.htm#foo=32 -> ajax.html?foo=32 or you will not going to have natural backlinks.

    Also use canonical in meta tag on top of that.
     
    gviger, Jul 12, 2011 IP