本文介绍了编程方式获得在谷歌索引的网页数量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

作为一个搜索引擎优化指标,我想以编程方式获得一些由谷歌索引的网页。

As an SEO metric I'd like to programmatically get the number of by Google indexed pages.

(如果我搜索的网站:mydomain.com我想找到的网页的get号)

(if I search "site:mydomain.com" I want the get number of pages found).

对此有任何lib或做我需要解析一个谷歌的请求?

Is there any lib for this or do I need to parse a google request?

推荐答案

你应该使用谷歌网站管理员工具的API。在谷歌网站管理员
首先登录了Gmail帐户,并熟悉功能,那么看下面的开发人员指南:

you should use Google Webmaster Tool API.First login in google webmaster with gmail account and familiar with the functionality then see following developer guide:
http://code.google.com/apis/webmastertools/docs/2.0/developers%5Fguide.html

这篇关于编程方式获得在谷歌索引的网页数量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 17:19