Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are table-based layout and built-in JavaScript codes bad for search engine spiders?

0
Posted

Are table-based layout and built-in JavaScript codes bad for search engine spiders?

0

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

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123