Merge pull request #5 from ruthvik-17/patch-2

node version disclaimer in README
This commit is contained in:
Guilherme Oenning 2024-01-25 16:16:22 +00:00 committed by GitHub
commit 96118ed07a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
Use this script to get your entire site indexed on Google in less than 48 hours. No tricks, no hacks, just a simple script and a Google API.
You can read more about the motivation behind it and how it works on this blog post https://seogets.com/blog/google-indexing-script
You can read more about the motivation behind it and how it works in this blog post https://seogets.com/blog/google-indexing-script
> [!IMPORTANT]
> 1. Indexing != Ranking. This will not help your content/page rank on Google, it'll just let Google know about the existence of all your pages.
@ -23,11 +23,12 @@ You can read more about the motivation behind it and how it works on this blog p
## Usage
1. Open a terminal and navigate to the folder where you cloned repository
2. Run `npm install` to install the dependencies
3. Run `npm run index <domain or url>` to index all the pages of your site.
1. Open a terminal and navigate to the folder where you cloned the repository
2. Ensure you are using an up-to-date Node.js version, with a preference for v20 or later. Check your current version with `node -v`.
3. Run `npm install` to install the dependencies
4. Run `npm run index <domain or url>` to index all the pages of your site.
- If your site is a `Domain` Property on GSC, then run it like `npm run index seogets.com`
- Otherwise if it's a `URL Prefix` property, then run it like `npm run index https://seogets.com`
- Otherwise, if it's a `URL Prefix` property, then run it like `npm run index https://seogets.com`
- When in doubt try both 😀
Here's an example of what you should expect: