Scraper is a pretty good Chrome extension I use on a regular basis to quickly extract links from a page. Unfortunately, there can be rare instances where it actually takes more effort to use.
SEO Tools
-
Extracting Links from a Page with Ruby and Nokogiri -
A Year of Webkit2png When I joined SEOgadget last year, my first blog post was about using webkit2png for site audits, stalking and more . What I didn’t mention was my 2013 new years resolution - to track the home page of three websites for the entire year with webkit2png.
-
Crayon Syntax Highlighter Themes This article is seriously outdated since I no longer use WordPress If you write a technical blog post about optimizing source code for SEO or programming scripts, I highly recommend the Crayon Syntax Highlighter for WordPress users - it gives your examples a nice, snazzy look to it. The plugin includes 25 default themes but I couldn’t find a good preview gallery for them anywhere so I decided to list them all out…
-
Updated aHrefs Link Analysis Script I updated my aHrefs bulk link analysis script to improve its functionality by adding two features. The script now returns the results in a CSV file called ahrefs_results.
-
Bulk Link Analysis with the aHrefs API using Ruby One of my top blog posts this year is the bulk URL checker and has become my staple tool for HTTP checks en masse when I don’t want to fire up third party software. This accomplishment got me hooked (on coding) and to keep my momentum going I decided to write a Ruby script which interfaced with the aHrefs API and emulate their batch analysis tool .
-
How to Painlessly Combine Multiple Adwords CSVs When I first started doing keyword research I found myself easily downloading 10+ CSV files from the Google Adwords Keyword Tool. This became a (painful) problem because I had to manually copy and paste all the data into a single Excel file.
-
Bulk URL Checker with cURL I discovered the Search Commander’s URL tool awhile back when I needed a scalable solution to check the HTTP status for a large list of URLs. It worked as intended but when I tried it with 1k+ URLs I pretty much broke the checker and took down the page along with it.
-
Rank Checking with Google Docs ImportXML Function Feb 2014 Edit: The calls, functions and worksheet used in this blog post may be outdated. If you know of a better guide please contact me and I’ll send a link your way.