com-puter-tips / SEO-Analysis

A Python script to gain some insights from a domain and list of keywords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI: build License: GPL v3

SEO-Analysis

A Python script to gain some insights from a domain and list of keywords.

How To Use

  1. Open Test.xlsx
  2. Put keywords and domains (one per row, you can put same domain multiple times with a different keyword in separate row)
  3. Save Test.xlsx
  4. Run python script
  5. It will fill up the excel with insights

For more information/bug report you can contact me on devharsh [at] live [dot] in or com [at] puter [dot] tips.

You may also find this repository useful for SEO -- https://github.com/com-puter-tips/Links-Extractor

Cite

Either:

  @online{DevharshSEO,
    author = {Devharsh Trivedi},
    title = {SEO-Analysis Source Repository},
    howpublished = {GitHub},
    year = {2017},
    url = {https://github.com/com-puter-tips/SEO-Analysis},
  }

Or if you do not have @online support:

  @misc{DevharshSEO,
    author = {Devharsh Trivedi},
    title = {SEO-Analysis Source Repository},
    howpublished = {GitHub},
    year = {2017},
    note = {\url{https://github.com/com-puter-tips/SEO-Analysis}},
  }

About

A Python script to gain some insights from a domain and list of keywords.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%