Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

seo_checker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seo_checker

  • 0.2.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SEOChecker

Check your website if it is seo.

Checklists

  • use sitemap file
  • each page are reachable
  • each page has title
  • use unique title tags for each page
  • each page has meta description
  • ues unique descriptions for each page
  • url does not just use ID number.
  • url does not use excessive keywords
  • url does not have deep nesting of subdirectories

Install

sudo gem install seo_checker

Usage

It is easy to use, just one line. seo_checker http://example.com/

It is strongly recommand to check seo in development environment. If you want to test in production environment, you can use option --batch and --interval to make sure it does not get too crowded, and use --debug to see the page crawling.


Usage: seo_checker [OPTIONS] website_url
    -b, --batch BATCH_SIZE           get a batch size of pages
    -i, --interval INTERVAL_TIME     interval time between two batches
        --debug
    -h, --help                       Show this message

For example:

seo_checker http://localhost:3000
seo_checker http://yoursite.com --debug -b 10 -i 1

FAQs

Package last updated on 07 Mar 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc