Time for a new release of SeoTools 2.3!
New functions:
BuildHttpDownloaderConfig JsonPathOnUrl DownloadString DirectoryList
For this release I’ve spent a lot of time on the scraping functionality, introducing HttpDownloader configs that allows you to control most aspects of the HTTP request in functions like
It’s time for a new SeoTools release!
I happy to announce that I’ve finally managed to produce a version that works with Office 2010 64bit! Make sure you download the correct version marked with “64″.
New functions
- [...]
I’ve uploaded a new release of SeoTools with some interesting features.
Some of these features have been added thanks to suggestions from SeoTools users. If you’re missing anything please let me know. Remember donators get their feature suggestions prioritized.
Following new features and improvements has been added in 2.1:
CheckBacklink(string pageUrl, string expectedLinkHref, [...]
Added a new Ribbons interface. Checkout the “Donate” button
Added optional parameter “attribute” To XPathOnUrl method for selecting attributes on nodes.
Example:
=XPathOnUrl(“http://www.google.com/search?q=example”;”(//a)[1]“;”href”)
Added new function SqlFirst(string SqlQuery)Returns the first column of the first row in the result of a SQL query. Requires that you setup a ConnectionString in SeoTools.config.xml. [...]
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 [...]
Using a good domain name for a project can be key for a successful web project. I terms of SEO it is for example (at the moment at least) good to have the most important search phrase that you’re targeting in your domain name (read more on this).
Finding available domain names is hard. [...]
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 [...]
SeoTools for Excel
FACEBOOK

