Keywords ranking

Hello,

Is it possible to let SEOtools check my page rank by keywords?

Yes, we have custom made connectors to several large SEO services. For example, I used Sistrix to check keywords and rankings for SeoToolsforExcel:

PageRank is an SEO value that Google has removed from public access - meaning nobody gets a PageRank score, anymore. Checking your SERP (Search Engine Ranking Position) is something that can be done with a few of the pro connectors.

Also, I think that you could probably write a clever "IF" function that performed a google query, searched for the domain in question using RegEx or Xpath, and then if it wasn't found, would check page 2 results. This will use a LOT of memory, though.

@Frans of course it's posible. You can build table in excel with this XPath (of course need to be modify to get next results).

"//div[@class='srg']/div[@class='g'][1]/div[@class='rc']/h3"

This xpath grab title of first organic results.

"//div[@class='srg']/div[@class='g'][1]/div[@class='rc']/a";"href"

This xpath grab link to website.

You just need to build function XPathOnUrl and provide URL you want to check.

it works for max. 20 keywords. then you'll need proxies.

We have some exciting stuff in the works of live rank tracking together with AccuRanker.