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
- Host: GitHub
- URL: https://github.com/pfirpfel/little-seo-toolbox
- Owner: pfirpfel
- Created: 2011-04-05T15:18:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-05T15:38:18.000Z (about 14 years ago)
- Last Synced: 2025-04-14T11:13:03.423Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 92.8 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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