Are table-based layout and built-in JavaScript codes bad for search engine spiders?
A part of search engine responsible for scanning is, overall, a syntax and semantic page analyzer. It means that this part processed information located on a web page in accordance with some algorhytm. It can throw out the information which is not interesting for him and index only the data it considers important. Scripts built into layout are not important for a search robot and, therefore, they will be ignored. But the thing is that search engines use some internal rules allowing them to save time on page processing. And if a page is hard to analyze (by some parameter), the engine just stops the process and leaves a page. Therefore, we can say that building JavaScripts directly into code/layout does not make a web page more clear but, on the contrary, makes it harder for processing. However, if a number of inclusions is not high, they won’t affect the possibility of not indexing too much. So if a JavaScript code has to be used on a web pages, it can be, but your should minimize the n
A part of search engine responsible for scanning is, overall, a syntax and semantic page analyzer. It means that this part processed information located on a web page in accordance with some algorhytm. It can throw out the information which is not interesting for him and index only the data it considers important. Scripts built into layout are not important for a search robot and, therefore, they will be ignored. But the thing is that search engines use some internal rules allowing them to save time on page processing. And if a page is hard to analyze (by some parameter), the engine just stops the process and leaves a page. Therefore, we can say that building JavaScripts directly into code/layout does not make a web page more clear but, on the contrary, makes it harder for processing. However, if a number of inclusions is not high, they won’t affect the possibility of not indexing too much. So if a JavaScript code has to be used on a web pages, it can be, but your should minimize the n
Related Questions
- So the bad guys discovered javascript could be injected into Microsoft databases via poorly written web applications. How did they make hay of that development?
- Do search engine crawlers (aka spiders) read text that has been commented out in HTML?
- Are table-based layout and built-in JavaScript codes bad for search engine spiders?