Coder Social home page Coder Social logo

kilgoretrout1985 / site-pages-graph Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 28 KB

Site pages into graph for some SEO-analysis.

License: MIT License

Python 100.00%
graph graphs python website scraping scrapper analysis seo-optimization seo seotools

site-pages-graph's Introduction

What is it

Parses site pages (all pages that have internal links on them) into graph for SEO-statistics. Does not evaluate JS, finds and checks links in HTML only.

This simple tool was made for the very basic search engine analysis of big content websites. In the output report you will find how many clicks from homepage every page is, how many internal links points to it and page's HTTP status and redirect url (if it redirects somewhere).

HTTP status and redirects can be used to quickly locate some basic problems with pages.

Clicks from / and internal links will help you modify structure of the site as the most important to you pages should have more internal links and should have less clicks from homepage. Definitely less than 5 clicks, and this is a problem sometimes for big content websites.

Install

Copy this into terminal:

git clone https://github.com/kilgoretrout1985/site-pages-graph.git && \
cd site-pages-graph/ && \
python3 -m venv _env && \
source _env/bin/activate && \
pip3 install -U pip && \
pip3 install -r requirements.txt && \
cd site-pages-graph/

Run

python3 run.py https://mysite.com/

Script generates 2 report options, both containg same data. Just choose the one you are comfortable with:

  • CSV file to open it in Excel for example,
  • SQLite database for DB Browser or something else you use for SQLite.

site-pages-graph's People

Contributors

kilgoretrout1985 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lucasd-seo

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.