story of search engine (3)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php12342005
Forum Commoner
Posts: 79
Joined: Mon Mar 21, 2005 3:35 am

story of search engine (3)

Post by php12342005 »

in "story of search engine (2)", i got conclusion: the more words a web-page contains, the more opertunities the page has to be found by search engines.

question in story of (3) is:

If I use javascript to generate dynamic many many words,
i.e. OnLoad - print ("manay many ..... words").

can the "manay many ..... words" dynamically generated increse the page's ranking for search engines - similar to static "many many words" on the page?


:?:
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

i think so

Post by method_man »

i think so

matt
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

search engines don't really pay attention to what Javascript would output, because they don't really parse Javascript like your browser does.. so uh... that'd depend on your code..
php12342005
Forum Commoner
Posts: 79
Joined: Mon Mar 21, 2005 3:35 am

Post by php12342005 »

"that'd depend on your code.."
what do you mean?
do you mean it works if code in javascript is good?


:?:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I mean Javascript isn't run by a search engine. So it literally depends on the code you have in the page.
Post Reply