Results 1 to 4 of 4

Thread: Dynamic Ajax Content & SEO

  1. #1
    Join Date
    Mar 2008
    Posts
    34
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default Dynamic Ajax Content & SEO

    1) Script Title:
    Dynamic Ajax Content

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm

    3) Describe problem:

    I have managed to get the Dynamic Ajax Content script up and running however I was wondering what the SEO implications of this script are as it is used for loading main content into my page.

    I would also like to ask if there is a way to tell search engines to not find the individual pages that get loaded into the Ajax window, just the outer shell that contains the "Container" div.

    Any assistance on this would be greatly appreciated.

    PS... Thank you for an awesome script, love it!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Well, the easiest way I can think of is just to add to the top of the external pages themselves a meta tag such as:

    Code:
    <meta name="robots" content="noindex,follow" />
    This tells search engines to not crawl these external pages when they come across them as standalone pages. More info here.
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    mobius2000 (08-14-2008)

  4. #3
    Join Date
    Mar 2008
    Posts
    34
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default

    Fantastic, that's great, thank you for that... I knew there was a meta tag like that however I didn't want to give it the wrong command and tell google to search everything etc.

    If I tell the index page that contains the ajax window to allow google indexing, will that allow google to search for keywords through the external pages to assist in the ranking of the index page. My thinking is that the meta tag you provided will block the displaying of the external pages direct from google but hopefully there is a way that google can still determine that the content is there for the index page.

    Ok, I'm confusing myself now... Let me know if that made no sense at all.

    Thank you again ddadmin, that was a great help.

  5. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Well, with the above meta tag, the contents of the external pages themselves will not be indexed, though any links within said contents will still be followed and further crawled by Google. I don't think there's a way to tell Google to not index the contents of these pages unless they appear dynamically within the index page.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •