Skip to content

pfirpfel/little-seo-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

bunch of ruby command line tools for seo analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages