Go Back   SitePoint Forums > Forum Index > Program Your Site > JavaScript
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Nov 19, 2005, 16:35   #1
sllik
SitePoint Zealot
 
Join Date: Jul 2005
Posts: 121
AJAX & SEO

Hi guys, I want to develop a content site using AJAX and DHTML but my concern is SEO since the actual content won't be in the source of the page. Any thoughts on this issue? Is this a good idea to develop a content site using AJAX?

Thanks
sllik is offline   Reply With Quote
Old Nov 19, 2005, 16:49   #2
someonewhois
SitePoint Wizard
 
someonewhois's Avatar
 
Join Date: Jan 2002
Location: Canada
Posts: 7,385
You should design your site so it's usable without JS. You should do that for accessibility, then the SEO benefits happen to be a side-effect.
someonewhois is offline   Reply With Quote
Old Nov 19, 2005, 20:03   #3
7stud
SitePoint Wizard
 
Join Date: Mar 2001
Posts: 3,455
What purpose would you be using XMLHttpRequests for?
7stud is offline   Reply With Quote
Old Nov 20, 2005, 13:26   #4
sllik
SitePoint Zealot
 
Join Date: Jul 2005
Posts: 121
Well I was thinking to get the content among other things. Then if I have a big article, the user can do "next page" without reloading the page...
sllik is offline   Reply With Quote
Old Nov 20, 2005, 16:22   #5
Webnet
SitePoint Guru
 
Join Date: Sep 2004
Posts: 619
Quote:
Originally Posted by someonewhois
You should design your site so it's usable without JS. You should do that for accessibility, then the SEO benefits happen to be a side-effect.
No.... you shouldn't.... Every browser should have JS enabled... if they don't, then it's their problem....

The percentage of people who have JS disabled is so low to begin with ti's pointless and a waste of time.
Webnet is offline   Reply With Quote
Old Nov 20, 2005, 16:35   #6
someonewhois
SitePoint Wizard
 
someonewhois's Avatar
 
Join Date: Jan 2002
Location: Canada
Posts: 7,385
Quote:
Originally Posted by sllik
Well I was thinking to get the content among other things. Then if I have a big article, the user can do "next page" without reloading the page...
Easy way to get around that is to make the link actually point to the next page, but have a JS overlay that overrides the link if JS is enabled.

Quote:
Originally Posted by Webnet
No.... you shouldn't.... Every browser should have JS enabled... if they don't, then it's their problem....

The percentage of people who have JS disabled is so low to begin with ti's pointless and a waste of time.
Suit yourself.
someonewhois is offline   Reply With Quote
Old Nov 22, 2005, 18:49   #7
sllik
SitePoint Zealot
 
Join Date: Jul 2005
Posts: 121
my main consern is what kind of an effect this kind of site structure going to have on SEO?
sllik is offline   Reply With Quote
Old Nov 22, 2005, 19:32   #8
someonewhois
SitePoint Wizard
 
someonewhois's Avatar
 
Join Date: Jan 2002
Location: Canada
Posts: 7,385
The search engines can't execute JavaScript, and therefore won't be able to view things correctly. Design it to work without JS and you'll have no problems with the search engines, OR accessibility.
someonewhois is offline   Reply With Quote
Old Dec 8, 2005, 14:41   #9
<eddie />
SitePoint Member
 
Join Date: Dec 2005
Posts: 1
Although accessibility and SEO is an issue with script and the clever things Web2 will bring to the world, there are always solutions. Two articles worth a look to solve the most fundamental issues are:

AJAX and SEO
AJAX and Accessibility

Ps. Old post I know but it's how I found this forum
<eddie /> is offline   Reply With Quote
Old Dec 9, 2005, 14:35   #10
stymiee
He's No Good To Me Dead
 
stymiee's Avatar
 
Join Date: Feb 2003
Location: Slave I
Posts: 24,090
Quote:
Originally Posted by Webnet
No.... you shouldn't.... Every browser should have JS enabled... if they don't, then it's their problem....

The percentage of people who have JS disabled is so low to begin with ti's pointless and a waste of time.
Ok, so blind and other vision impaired users shouldn't be able to view webpages just because they're handicapped. Nice attitude.
stymiee is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 14:16.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved