I've been thinking about using a custom javascript framework more heavily to dynamically generate pages but won't that fuck up search engines since they won't be able to parse the pages? Flash has the same issue, how do people get around this issue? Do you simply do 2 different versions, gracefully degrade the site? How smart are the major search engines when it comes to javascript?
javascript prevents SEO
Collapse
X
-
javascript prevents SEO
Tags: None -
Comment
-
Comment
-
Comment
-
if you wanna test various methods , heres one way
make a blogger blog with an offsite js call and put
document.write("wordnotfoundingoogle");
that word will soon show up in googlehatisblack at yahoo.comComment
-
JS doesn't screw with Your overall SEO... what You've probably heard is; to not put "SE-critical" stuff inside Javascripts, which is a good guideline...
One reason is that at least one SE (G) doesn't pass through linkjuice to stuff linked to inside a JS. I happen to have that rumor confirmed myself.
They handle that the same way they handle rel="nofollow" in links.Last edited by Diligent; 02-26-2008, 07:41 PM.
~¤~ MORE MONEY ~¤~ VOD? XoD! ~¤~ 
~¤~ ICQ# 9828 2461 ~¤~
Comment
-
i wouldnt be so sure about that.. i have tested this very subject myself and found the opposite.JS doesn't screw with Your overall SEO... what You've probably heard is; to not put "SE-critical" stuff inside Javascripts, which is a good guideline...
One reason is that at least one SE (G) doesn't pass through linkjuice to stuff linked to inside a JS. I happen to have that rumor confirmed myself.
They handle that the same way they handle rel="nofollow" in links.
i will try and put an example up soonhatisblack at yahoo.comComment
-
I'm referring to complete DOM manipulation, not just document.write.Comment
-
What about the text on the page though, will it pick it up? And how complex of Javascript can it parse? Does it actually execute the javascript, or does it merely scan it.Comment
-
Why does the porn.com avatar keep showing up as my avatar?Comment
-
Is it every other time I post?Comment


AIM: GrouchyGfy
Comment