SEO - 如何以编程方式检查网站是否已被 Google 禁止
如果您的网站链接到另一个已被 Google 列入黑名单的网站,这对您的排名不利
onlinealley 等网站可帮助您了解您链接到的网站是否存在问题。< br> 是否存在任何 Google API ..或者此类网站如何检查某个网址是否被禁止?
他们是否检查“PageRank 值”或其他内容?
谢谢
if your website links to another site that has been blacklisted by Google this is bad for your ranking
Sites like onlinealley helps you to know if there're problems with a website you are linking to.
Does any Google API Exist .. or how are websites like this checking if a url is banned?
Are they checking the 'PageRank value' or something else?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我喜欢 nofollow 建议。这就是SO所做的。看一下页面源码。
您还可以在 Google 上进行“site:PLACE_URL_HERE”查找,看看它是否确实返回任何页面。
您还查看过 Google 安全浏览 API 吗?看来这可能就是你所追求的。
I like the nofollow suggestion. Its what SO does. Take a look at the page source.
You could also maybe do a 'site:PLACE_URL_HERE' lookup on Google to see if it actually returns any pages.
Also have you looked at the Google Safe Browsing API? Looks like that might be what your after.
被禁止的页面没有缓存。
A banned page has no-cache.
检查缓存是个好建议,但被禁止的网站在禁止后可能会保留一段时间的缓存。
交叉检查
如果 2 个或更多提供了明确的禁止指示,那么你就被禁止了。
(除非它是新的、尚未索引的域)
此外,您还应该在 WMT(网站管理员工具)中注册,如果您被禁止,您可能会收到此通知:http://support.google.com/webmasters/bin/answer.py?hl=zh-CN&answer=35665< /a>
希望这有帮助。
Checking cache is good advice but Banned site might have cache for awhile after the ban.
Cross examine data like
If 2 or more provide positive indication of ban, then you've been banned.
(unless it`s a new, yet to be, indexed domain)
Also you should sign up in WMT (Web Master Tools) and if you get banned you might receive this notification: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35665
Hope this helps.