An open API service indexing awesome lists of open source software.

https://github.com/pfirpfel/little-seo-toolbox

bunch of ruby command line tools for seo analysis
https://github.com/pfirpfel/little-seo-toolbox

Last synced: about 1 month ago
JSON representation

bunch of ruby command line tools for seo analysis

Awesome Lists containing this project

README

        

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