[advanced search]
Results from the most recent live auction are here.
25 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Domain Name Industry Newsletter
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 03-18-2008, 03:12 PM   · #1
gemini181
NamePros Regular
 
gemini181's Avatar
 
Trader Rating: (27)
Join Date: Aug 2006
Posts: 376
NP$: 2.00 (Donate)
gemini181 is just really nicegemini181 is just really nicegemini181 is just really nicegemini181 is just really nice
Help! Ajax, XML, and SEO

A question about Ajax, XML, and SEO:

The end-user sees a page with titles, brief descriptions, and perhaps dates or locations listed on the left side.
The right side of the web page is a section for details, initially showing only the 'default' info.

Now the end user clicks on any of the titles, and Ajax + an XML document produce the expanded details on the right side.

Q) Will Google bots 'see', and index, the entire XML page-with all the details (and links?), or is the indexing limited to what the end-user first sees?

Do bots 'follow along' when Ajax is involved??

Thank you.


Please register or log-in into NamePros to hide ads
__________________
Are you happy today?
gemini181 is online now   Reply With Quote
Old 03-18-2008, 03:19 PM   · #2
Teddy
NamePros Regular
 
Teddy's Avatar
 
Name: Ted
Location: New Jersey / Boston
Trader Rating: (16)
Join Date: Sep 2003
Posts: 669
NP$: 58.00 (Donate)
Teddy has a spectacular aura aboutTeddy has a spectacular aura about
This is one of the major problems with bots and Ajax. They do not follow the pages or index the content that is loaded with Ajax. If the content is not able to be called upon from a URL (for example using Ajax to load content on a page) it can not be spidered by a SE. The content must be accessible by a separate URL for a bot to spider it.

This is how I understand it and I don't always get it right, so if anyone has anymore info on this please feel free to correct me.
__________________
Previously known as Schoolsux
I've finally returned.
Current project: Your Free Forum
Teddy is offline   Reply With Quote
Old 03-18-2008, 03:32 PM   · #3
gemini181
NamePros Regular
 
gemini181's Avatar
 
Trader Rating: (27)
Join Date: Aug 2006
Posts: 376
NP$: 2.00 (Donate)
gemini181 is just really nicegemini181 is just really nicegemini181 is just really nicegemini181 is just really nice
More info...

Originally Posted by Teddy
This is one of the major problems with bots and Ajax. They do not follow the pages or index the content that is loaded with Ajax. If the content is not able to be called upon from a URL (for example using Ajax to load content on a page) it can not be spidered by a SE. The content must be accessible by a separate URL for a bot to spider it.

This is how I understand it and I don't always get it right, so if anyone has anymore info on this please feel free to correct me.



Thanks, for the quick answer.
I found a solution, but don't understand how to use it.

AJAX and SEO: How to have an SEO Friendly AJAX website using jquery
__________________
Are you happy today?
gemini181 is online now   Reply With Quote
Old 03-18-2008, 07:06 PM   · #4
DylanButler
NamePros Regular
 
DylanButler's Avatar
 
Name: Dylan Butler
Location: San Diego, CA
Trader Rating: (38)
Join Date: Jan 2006
Posts: 695
NP$: 0.00 (Donate)
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
That author is just dancing around a basic topic of web usability which is to make gracefully degrading code, this includes creating fallthroughs for non-JS users. That means create a non-JS version, set the <a href="nonjsversion.htm"> and just override the default event when the link is clicked (by returning false, or using YUI's preventDefault() as I prefer).

<a href="addToCart.php?item=apples" onclick="addToCart(apples, event)">

Is better than

<a href="#" onclick="addToCart()">

It often creates work that you'll sometimes feel is pointless, but it can actually help out a lot (not only for SEO, but also printing and also accessibility).

Hope this helps,

Dylan
__________________
-Dylan Butler

Coming soon: examp

Last edited by DylanButler : 03-18-2008 at 07:16 PM.
DylanButler is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
http://www.mobisitetrader.com/ Traffic Down Under http://www.mobisitetrader.com/
Advertise your business at NamePros
All times are GMT -7. The time now is 07:07 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0