开发者

ajax - Google cached version not showing text

开发者 https://www.devze.com 2023-03-20 11:59 出处:网络
I have a web site which loads content via ms ajax from an asp.net webservice. When I look at the cached version in Google, I don\'t see the initially loaded text.

I have a web site which loads content via ms ajax from an asp.net webservice. When I look at the cached version in Google, I don't see the initially loaded text.

My question is what would b开发者_开发问答e the best way to gracefully degrade for no JS clients like Googlebot, for this type of architecture?


put it there as plain HTML, everytime. If you're reloading it after, it will be only avaible for javascript-allowed browsers


You could server side pick up the user agent string and return plain HTML content.

0

精彩评论

暂无评论...
验证码 换一张
取 消