Will dynamicaly generated content via Javascript hurt SEO
Posted
by Luke101
on Stack Overflow
See other posts from Stack Overflow
or by Luke101
Published on 2010-05-26T22:06:50Z
Indexed on
2010/05/26
22:11 UTC
Read the original article
Hit count: 262
This is what I would like to do. I would like to load content dynamically.
Everything except the actual content will be rendered by javascript. I will place all the require information in a javascript variable or array at the bottom of the page. Then I will use javascript to place the content in the designated area.
These are the types of things I would like javascript to render:
- Login menu
- Header and logo info
- Side bar info
- Footer info
- Dialog popups
- Ads
All of the MEAT content will not be rendered by javascript. I will use the backend server to put the content in html. My logic is that more of the real content will be in HTML and all the other things will be rendered by javascript. Will this help or hurt SEO?
© Stack Overflow or respective owner