Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

suks-archive/google-indexing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Indexing API With Sitemap

1. Google Indexing API Key

  1. Google Cloud Indexing API를 사용 설정한다.
  2. 사용 설정 후, 우측 상단 사용자 인증 정보 만들기를 클릭한다.
  3. 애플리케이선 데이터 선택
  4. 서비스 계정 이름 입력 (indexing api 등)
  5. 역할 선택 필요 없이, 완료 클릭
  6. IAM -> 서비스 계정에 접속
  7. 방금 생성한 계정 이메일 클릭 (이 이메일 주소 메모)
  8. 상단 클릭 후, 키 추가 -> 새 키 만들기 클릭
  9. 키 유형을 JSON으로 선택 후, 만들기 클릭
  10. 다운로드 된 JSON 파일 이름을 key.json으로 변경한다.
  11. key.json 파일을 프로젝트/secret/key.json 경로에 저장한다.

2. Google Search Console

  1. Google Search Console 유저 페이지에 접속한다.
  2. 아까 메모한 이메일 주소를 Owner 권한으로 초대한다.

3. Run

src/index.ts 파일에 URL을 수정하고 실행한다.

pnpm i
pnpm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors