|
|
Search Engine Marketing Definitions
Script SrcJavaScript can create problems when trying to get a page properly indexed. One solution can be as simple as offloading the JavaScript to external text files to make your pages more easily indexed by the search engines.
Where possible place all your javascript and call it by using the script src attribute.
<SCRIPT SRC="javacode.js"></SCRIPT>
The content of script src javacode.js is essentially a text file with the suffix .js that includes your JavaScript code. This makes crawling of a page easier and generally brings your keyword rich content further up in the source code.
See also: http://www.wordexplore.com/site-optimization/javascript-web-site/
|
|
|