Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Quote:
|
Search Engines are able to read CSS code alot easier and help optimize your site better than using javascript.
|
That's just going to be confusing, and isn't really true anyway. Search engines, by default, don't read either CSS or JavaScript. What they are primarily interested in is the HTML markup, or specifically, the text content in the HTML. If the content exists statically in the HTML document, it doesn't matter if you use JavaScript or CSS to show/hide certain content, as long as it is functional.
If content is being generated with JavaScript, that is totally different.
Last edited by wayfarer07; 04-07-2009 at 01:05 PM..
|