Mobile app version of vmapp.org
Login or Join
Ann8826881

: Using AJAX on homepage to handle feeds, bad for SEO? I'm running multiple feeds of loops on my homepage much like youtube.com and I want to use AJAX to load them instead of tabbed content

@Ann8826881

Posted in: #Ajax #Homepage #Seo

I'm running multiple feeds of loops on my homepage much like youtube.com and I want to use AJAX to load them instead of tabbed content with jQuery. Since most of my traffic comes from posts I'd like to know how it impacts my site with Google with less crawlable links and excerpts.

My question is this: How bad is it for my SEO to use AJAX to load the feeds on my homepage? Each feed contains links to new posts in different categories and I have 10 of them so loading them with jQuery Tabs adds load time but makes it all crawlable.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Ann8826881

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

That content probably won't be crawlable since it is loaded via Ajax and with the exception of Google's Crawlable Ajax spec, which you are not using, isn't search engine friendly. However, just by having that content produced via Ajax won't hurt your SEO efforts. It's ok to have dynamic content produced by JavaScript as long as you aren't doing it to manipulate the search results. You clearly aren't in this case. That content just won't help you like it might if you used jQuery tabs and made it crawlable to the search engines.

10% popularity Vote Up Vote Down


 

@Si4351233

Isn't the AJAX simply loading html into your page? So it's not like the search engines won't recognize the content.

Having dynamic content on your home page isn't new or bad. As you pointed out youtube.com as well as Digg.com are constantly updating their content and plenty of other sites for that matter.

It's actually good to have fresh content on your home page they'll recognize the page as being updated recently and begin crawling it more. That may or may not affect your rankings but they should crawl it more often with fresh content.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme