Hi everybody.
Im new to WebmasterWorld.
My question is the following:
I have an aspx application.
In every GET the server respond with a "basic" html containing everything except table grids. This grids are then rendered by javascript on onload event.
This "grid information" is contained in a input type hidden (json format) in the page.
This is by design and cannot be changed.
In this situation google is not indexing the information in tabular grids, because it is rendered by javascript after page load.
The application has the ability to render the exact same content in HTML without using javascript (loosing some functionality). When I say the same exact content I really mean the same page, but not being render by javascript.
So, I want to deliver the "HTML" version to spiders and the other (javascript rendered) to visitors.
Is this cloaking?
This may be dangerous to search engines?
Thanks in advance,
Gonzalo.