垃圾邮件中的垃圾邮件 [英] ember hash urls in google

查看:142
本文介绍了垃圾邮件中的垃圾邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我担心谷歌的排名有以下情况:



我正在寻找将现有网站的150k +独特页面结果转换为一个ember应用程序,关闭路线。所以目前它的东西像domain.com/model/id - 使用ember和hash更改 - 它将是/#/ model / id。我真的想要历史状态,但缺乏IE支持不会将其作为选项。所以我的谷歌网站使用旧的模型/ ID有很多很好的结果。在导轨端,我将测试浏览器的兼容性,然后渲染JS丰富的应用程序或纯HTML / CSS。有没有人有良好的SEO建议与我目前的架构成功。



以下链接是我的模式并查看选项 -
http://static.allplaces.net/images/EmberTF.pdf
历史状态很棒,但看起来支持只有大约60%的浏览器。
http://caniuse.com/history



感谢各位的建议,Google指南与我将要尝试的类似。我会在本月推出一个客户端,看看哪些网站管理员和分析师显示。

解决方案

这里是你需要的一切,你的哈希链接是友好的:https://developers.google.com/webmasters/ajax-crawling/



基本上你写你的整个应用程序与hashlinks,但你必须添加!给他们,所以你有#!/ model / id。下一步您必须将所有页面都生成,如果google请求他们,请按照以下描述返回plain html: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started



使用Google网站管理员工具检查您的网站可抓取。


I am concerned about page ranking on google with the following situation:

I am looking to convert my existing site with 150k+ unique page results to a ember app, off the route. so currently its something like domain.com/model/id - With ember and hash change - it will be /#/model/id. I really want history state but lack of IE support doesn't leave that as a option. So my Sitemap for google has lots and lots of great results using the old model/id. On the rails side I will test browser for compatibility, before either rendering the JS rich app or the plain HTML / CSS. Does anyone have good SEO suggestions with my current schema for success.

Linked below is my schema and looking at the options - http://static.allplaces.net/images/EmberTF.pdf History state is awesome but it looks like support is only around 60% of browsers. http://caniuse.com/history

Thanks guys for the suggestions, the google guide is similar to what I'm going to try. I will roll it out to 1 client this month, and see what webmasters and analytics show.

解决方案

here is everything you need to have your hash links be seo friendly: https://developers.google.com/webmasters/ajax-crawling/

basically You write Your whole app with hashlinks, but You have to add "!" to them, so You have #!/model/id. Next You must have all pages somewhere generated and if google asks for them, return "plain html" as described here: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started

use google webmaster tools to check if Your site is crawlable.

这篇关于垃圾邮件中的垃圾邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆