Coder Social home page Coder Social logo

seo_crawler's Introduction

SEO Crawler

Bare-bones Basic SEO Crawler using Python Scrapy

Using Scrapy, get the main SEO elements for exploratory analysis of a website. It works by supplying a list of known URLs to crawl and return structured results.

The main elements include:

  • url: the actual URL
  • slug: the URI part of the URL
  • directories: splits the URI by slashes to return the different folders (directories) in each URI
  • title: the <title> tag
  • h1, h2, h3, h4: header tags
  • description: the meta description
  • link_urls: not activated, needs special configuration to make sure you are getting links to certain sites
  • link_text: depends on the above, extracts the anchor text of each link
  • link_count: number of links on page (based on your criteria)
  • load_time: page load time in seconds
  • status_code: response code of page 200, 301, 404, etc.

Many other elements should be added to the list but they differ from site to site, some examples:

  • publishing date
  • product price
  • content category
  • tags of an article
  • whether or not a certain keyword is in a certain location
  • type of content (inferred from a URL directory, or from certain content on page)
  • etc.

seo_crawler's People

Contributors

eliasdabbas avatar

Stargazers

Chad Buie avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.