Skip to content

usk81/easyindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyindex

preinstall

  • create Google service account
  • create credential json file for Google Indexing API
  • add your service account as a site owner on search console

ref. Google Search Central

required

  • Google Indexing API
    • Google service account
    • credential json file for Google Indexing API
  • IndexNow API
  • Go +1.18

install

go get github.com/usk81/easyindex

example

use as CLI

ref. https://github.com/usk81/easyindex-cli

milestones

  • API
    • Google Indexing API
    • IndexNow API
  • plugin
    • logger
      • basic (uber/zap)
      • customize (other logger)
  • CI/CD
    • unit tests
    • linter
    • auto review
    • release drafter