Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:14:19.000Z (25 days ago)
- Last Synced: 2024-10-21T13:00:40.112Z (25 days ago)
- Topics: cli, google, google-search, search-ranking, seo, seotools, tools
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/google-rank
- Size: 35.6 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
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 krakatoaRanks 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-2024 [Alfi Maulana](https://github.com/threeal)