Skip to content

jgurnett/SEO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

SEO

To keep track of SEO rankings

Dependencies

  • openpyxl
    • pip install openpyxl
  • googleapi
    • pip install git+https://github.com/MarioVilas/googlesearch.git

Terminology

  • WorkBook - The Excel file
  • Sheet - the WorkSheet within the Excel file

Set Up

You need to have your excel file set up correctly for this to work

  • Name the Sheet your target website (e.g. example.com)
  • Put Country Code in Column A row 1 (e.g. CA, US)
  • Put your keywords in Column A starting from row 2
  • use a dash (-) to skip a line to add an empty row

Usage

  • Run the program
    • ./keywordSearch.py -i filename.xlsx
  • show help menu
    • ./keywordSearch.py -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages