/little-seo-toolbox

bunch of ruby command line tools for seo analysis

Primary LanguageRuby

SEO Tools

This repository includes a collection of small ruby scripts that help analysing a website from SEO perspective.

Scripts

keyword.rb

Analyses the HTML of a page for a specific keyword. It checks occurences in semantically relevant tags.

pageinfo.rb

Very simple, unfinished script that displays some information about a page. Currently:

  • PageRank
  • HTML-validility
  • code/content-ratio

rank.rb

Simple script that checks ranking of domain for a single google search term.

Dependencies

Some gems:

  • google-search
  • googlepagerank
  • w3c_validators
  • nokogiri