Advertisement
shoaib-santo

Configure Google Indexing API (node.js)

Jun 22nd, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. - Creating a project on Google Cloud Platform
  2. https://console.cloud.google.com/projectselector2/iam-admin/serviceaccounts?supportedpurview=project&pli=1
  3.  
  4. - Link to the script
  5. https://github.com/swalker-888/google-indexing-api-bulk
  6.  
  7. - Indexing API connection
  8. https://console.cloud.google.com/apis/library/indexing.googleapis.com?project=get-study-supports-367803
  9.  
  10. - Links to node.js
  11. https://nodejs.org/en/download
  12.  
  13. - Commands for the script:
  14. npm install requests
  15. npm audit fix
  16. npm audit fix --force
  17. node index.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement