SEO-Analysis: Gather SEO Insights for Domains and Keywords with Python

SEO-Analysis is a small open-source Python script that gathers SEO insights for a set of domains and keywords. It is spreadsheet-driven, so you do not have to touch the code: you list what you want to check in an Excel file, run the script, and it writes the insights back into the spreadsheet.
How to use it
- Open
Test.xlsx. - Add your keywords and domains, one pair per row. You can repeat the same domain on multiple rows with a different keyword each time.
- Save
Test.xlsx. - Run the Python script.
- The script fills the spreadsheet with the insights for each keyword and domain.
Pair it with Links-Extractor
For SEO work it pairs well with Links-Extractor, which pulls all the internal and external links from a URL.
Links
- Source: github.com/com-puter-tips/SEO-Analysis
- License: GPL-3.0
Comments
Post a Comment