{"id":20986729,"url":"https://github.com/kilgoretrout1985/site-pages-graph","last_synced_at":"2025-05-14T17:33:14.086Z","repository":{"id":98489731,"uuid":"182224193","full_name":"kilgoretrout1985/site-pages-graph","owner":"kilgoretrout1985","description":"Site pages into graph for some SEO-analysis.","archived":false,"fork":false,"pushed_at":"2024-06-08T13:08:18.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-08T14:28:07.810Z","etag":null,"topics":["analysis","graph","graphs","internal-links","python","python3-only","python3-script","scraping","scrapper","search","search-engine-optimization","seo","seo-optimization","seotools","website"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kilgoretrout1985.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-19T07:44:09.000Z","updated_at":"2024-06-08T14:28:18.164Z","dependencies_parsed_at":"2023-06-28T07:30:51.040Z","dependency_job_id":null,"html_url":"https://github.com/kilgoretrout1985/site-pages-graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fsite-pages-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fsite-pages-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fsite-pages-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilgoretrout1985%2Fsite-pages-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kilgoretrout1985","download_url":"https://codeload.github.com/kilgoretrout1985/site-pages-graph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225303996,"owners_count":17453037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","graph","graphs","internal-links","python","python3-only","python3-script","scraping","scrapper","search","search-engine-optimization","seo","seo-optimization","seotools","website"],"created_at":"2024-11-19T06:14:45.462Z","updated_at":"2024-11-19T06:14:46.721Z","avatar_url":"https://github.com/kilgoretrout1985.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is it\n\nParses site pages (all pages that have internal links on them) into graph for\nSEO-statistics. Does not evaluate JS, finds and checks links in HTML only.\n\nThis simple tool was made for the very basic search engine analysis of big \ncontent websites. In the output report you will find how many clicks from \nhomepage every page is, how many internal links points to it and page's HTTP \nstatus and redirect url (if it redirects somewhere).\n\nHTTP status and redirects can be used to quickly locate some basic problems \nwith pages.\n\nClicks from / and internal links will help you modify structure of the site \nas the most important to you pages should have more internal links and should \nhave less clicks from homepage. Definitely less than 5 clicks, and this is a problem \nsometimes for big content websites.\n\n## Install\n\nCopy this into terminal:\n\n```\ngit clone https://github.com/kilgoretrout1985/site-pages-graph.git \u0026\u0026 \\\ncd site-pages-graph/ \u0026\u0026 \\\npython3 -m venv _env \u0026\u0026 \\\nsource _env/bin/activate \u0026\u0026 \\\npip3 install -U pip \u0026\u0026 \\\npip3 install -r requirements.txt \u0026\u0026 \\\ncd site-pages-graph/\n```\n\n## Run\n\n```\npython3 run.py https://mysite.com/\n```\n\nScript generates 2 report options, both containg same data. Just choose the \none you are comfortable with: \n\n* CSV file to open it in Excel for example,\n* SQLite database for [DB Browser](https://sqlitebrowser.org/) \n  or something else you use for SQLite. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilgoretrout1985%2Fsite-pages-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilgoretrout1985%2Fsite-pages-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilgoretrout1985%2Fsite-pages-graph/lists"}