I have made a site on .NET and I want to check the rank of my site on Google. I don't want to use any Google API or any Page Rank checker tool. Is there any way to check the rank of my site through code?.
Asked
Active
Viewed 1,456 times
-5
-
5api is code. just saying. – btevfik Mar 26 '13 at 05:47
-
http://www.alexa.com/ its out there. why not use it? – btevfik Mar 26 '13 at 05:48
-
4I'm voting to close this question as off-topic because questions about SEO are off-topic for Stack Overflow – Michael Dodd Jul 10 '18 at 10:48
2 Answers
3
In Google's TOS it says:
You specifically agree not to access (or attempt to access) any of the Services through any automated means (including use of scripts or web crawlers).
if you build a query for checking something. it might work for a while. but then it will ask if you are a human.

btevfik
- 3,391
- 3
- 27
- 39
1

Community
- 1
- 1

Abinash Bishoyi
- 187
- 1
- 2
- 13
-
This is the way to do it, but doesn't quite fit the question requirements: "I dont want to use any google api or any page rank checker tool" – JJJ Mar 26 '13 at 05:53
-
-
2Huh? you don't want any checker tool but you need the pagerank, ok open the tool, go through the code and rewrite the logic in your favorite programming language. – Abinash Bishoyi Mar 26 '13 at 05:57