leanbike
12-15-2003, 04:15 PM
Brendon Turner, Senior SEO Consultant with eTrafficJams.com wrote (Dec.15 Issue #422)in sitepronews.com :
Search engine spiders cannot read Javascript and it is possible that along with ignoring it when they come across it on your page, they may also get hung up on it if you are using a lot of it......you can safely use it by putting the code into a separate JS file and calling it with a single line of code which you place between your <head> and </head> tags within your web page. The code used to include your JS file looks like this:
<SCRIPT LANGUAGE="JavaScript" type="text/javascript"
src="replace-with-JavaScript-file-name.js"></SCRIPT>
Question: So i create a file JS, place it on my server in the public.html? I'm guessing that the java script to be ref. is not on a .htm page. so i could use some additional info,
thanks, you guys are great.
Search engine spiders cannot read Javascript and it is possible that along with ignoring it when they come across it on your page, they may also get hung up on it if you are using a lot of it......you can safely use it by putting the code into a separate JS file and calling it with a single line of code which you place between your <head> and </head> tags within your web page. The code used to include your JS file looks like this:
<SCRIPT LANGUAGE="JavaScript" type="text/javascript"
src="replace-with-JavaScript-file-name.js"></SCRIPT>
Question: So i create a file JS, place it on my server in the public.html? I'm guessing that the java script to be ref. is not on a .htm page. so i could use some additional info,
thanks, you guys are great.