开发者

Performing SEO on an html page that heavily relies on jQuery template

开发者 https://www.devze.com 2023-02-27 04:59 出处:网络
I have been working 开发者_Python百科on this website that heavily relies on jQuery template to render.

I have been working 开发者_Python百科on this website that heavily relies on jQuery template to render.

Using this HTML page as an example, there are calls like:

http://thetorontovibe.com/Events/Get?EventId=393219&callback=_jqjsp&_1303334398779=

that returns nothing but a JSON string to the browser.

While that's all working fine, it is not SEO friendly.

I have been researching on the topic and it seems that there really isn't a good solution around this but to redo some of the pages.

Currently I am planning to redo the pages with server-side code instead of using plain HTML such that I can have dynamic content in the <head> and <meta>. Tho easy, this seems like extra work.

Is there a better option?

Thank you,

Chi


I think what you are looking for can be found here: A spider's view of Web 2.0 It describes the format for making ajax request crawl-able, by processing the generated page after ajax calls.

0

精彩评论

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