In my work with SeoTools I’m adding a Excel function for retreiving a page’s Google+ count (on request by @richardbaxterseo) and I found an excellent implementation in PHP.
In the spirit of sharing, here’s a port in C#:
private static Regex REGEX_GETURLCOUNT = new Regex(@”<div[^>]+id=”"aggregateCount”"[^>]+>(\d*)</div>”); public static int GetUrlCount(string url) { string [...]
Recently I setup group of niche sites (for example badrumsrenoveringstockholm.nu) as a small SEO test and as I used different Analytics accounts for each site I wanted a way to monitor visitor counts programatically.
Google offers a .NET library for the Google Data API called google-gdata that makes [...]
When working with onpage SEO you need to write unique content to keep googlebot happy. Especially if you operate a web page that has a lot of verticals and regions and each combination have it’s own landingpage. Writing really unique content in scale is very difficult and with really unique content I mean never using [...]
Recently I created a site (entreprenorsradgivning.se) for a client where the requirements was to allow the visitor to select for a list of possible (still available) meeting times and on submit the “slot” was to be marked as not available. On top of that a standard meeting request was to be sent to the [...]
SeoTools for Excel
FACEBOOK

