https://github.com/threeal/google-rank
Retrieve the Google search ranking of your website for specific keywords
https://github.com/threeal/google-rank
cli google google-search search-ranking seo seotools tools
Last synced: 12 months ago
JSON representation
Retrieve the Google search ranking of your website for specific keywords
- Host: GitHub
- URL: https://github.com/threeal/google-rank
- Owner: threeal
- License: mit
- Created: 2023-07-11T15:15:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T03:43:35.000Z (12 months ago)
- Last Synced: 2025-06-14T04:34:28.234Z (12 months ago)
- Topics: cli, google, google-search, search-ranking, seo, seotools, tools
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/google-rank
- Size: 35.7 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Rank
Google Rank is a tool designed to provide valuable insights into website visibility on [Google](https://www.google.com/) search results. By tracking and monitoring your website's ranking for specific keywords, you can optimize your online presence and effectively reach a wider audience.
Whether you're an SEO specialist, a digital marketer, or a website owner, Google Rank empowers you to enhance your website's performance in search engine rankings. With this tool, you can stay informed about your website's visibility, make data-driven decisions, and improve your overall online presence.
## Installation
To install the `google-rank` tool globally, run the following command:
```
$ npm install --global google-rank
```
## Usage
To retrieve the rank of a website for a specific keyword, run the `google-rank` tool followed by the website URL and the search keyword:
```
$ google-rank wikipedia.org --keywords krakatoa
Ranks for wikipedia.org website:
page 1 rank 1 krakatoa
```
Multiple keywords can also be specified:
```
$ google-rank wikipedia.org --keywords krakatoa facebook 'social media'
Ranks for wikipedia.org website:
page 1 rank 1 krakatoa
page 2 rank 2 facebook
page 1 rank 1 social media
```
If the website is not found for the specified keywords, it will output the rank as `?`:
```
$ google-rank wikipedia.org --keywords 'best city to travel'
Ranks for wikipedia.org website:
page ? rank ? best city to travel
```
## License
This project is licensed under the terms of the [MIT License](./LICENSE).
Copyright © 2023-2025 [Alfi Maulana](https://github.com/threeal)