RustySEO is an all-in-one, cross-platform Marketing toolkit, designed for comprehensive SEO & GEO analysis. It enables users to crawl websites, analise server logs gaining actionable insights into their marketing and SEO strategies.
As an open-source project, RustySEO aims to enhance your SEO efforts. Please note that initial versions may have bugs and issues, and we welcome your contributions in the form of bug reports or fixes via our repository.
Our mission is to offer a robust, free alternative to the costly commercial SEO tools currently on the market.
Keep in mind that all the integrations are free to use (up to an extent). Its abuse will result in 404 or 503 by the providers.
As long as you don't spam (many requests per second) you should be ok to use RustySEO as your daily driver for SEO. :)
For a better experience you need to get a Google PageSpeed Insights API KEY.
Got to "Connectors" > "PageSpeed Insights" and add your key, for the time being you can try one I generated (It will expire over time):
AIzaSyAHsCM-Cs4cCqdGi798wh8af-bSnXbVUjw
We recommend using Google Gemini if you want the best AI features.
As of today, the smaller local LLMs are not working properly and are not recommended if you want to make the most of the AI features.
These LLMs might get deprecated due to their lack of uniform performance across different models.
Authentication currently takes place server side, as such it is slightly more cumbersome when integrating with Google OAuth 2.0. This is particularly true for Google Search Console (GSC) and Google Analytics 4 (GA4)
This authentication will be passed to the client-side in the future.
Use at your own risk, this software is new and under development.
- Shallow & deep crawl;
- Technical Diagnostics (core web vitals, Page Speed Insights);
- On-Page SEO Analysis (content analysis, Keyword density, etc...);
- Improvements / Suggestions on page crawl;
- Dashboards;
- Task Manager / Tracker
- Reporting (CSV, Excel, Google Sheets, PDF);
- Topic generator;
- Keyword generator;
- Local LLM (ollama);
- Free API LLM (Google Gemini);
- Built-in AI chatbot;
- Crawl history;
- Image conversion and optimization;
# | Feature | Status |
---|---|---|
1 | Deep crawl (multiple pages concurrently) | β |
2 | More integrations | β |
3 | Better reporting | β |
4 | Password protection & encryption | |
5 | Client-side OAuth2 authentication | |
6 | Better local LLM support | β |
7 | SEMrush Integration | |
8 | Topic / Content calendar view | β |
9 | Regression Analysis of GA4 data | |
10 | Topic Modeling | |
11 | Chatbot Crawl Context | β |
12 | Extraction of HTML / JS / CSS fragments | β οΈ |
13 | Schema Generator & Validator | β |
14 | Keyword Clustering | β³ |
15 | Machine Learning | β |
16 | Collaboration | β³ |
17 | API / Streaming | β³ |
18 | Very Large website support (> 100K URLs) | ππ» |
- Google Search Console
- Google Cloud Platform
- GA4
- Google Gemini
- Ollama
- PageSpeed Insights
- Microsoft Clarity
Keys | Result |
---|---|
CTRL + D | Deep Crawl |
CTRL + S | Shalow Crawl |
CTRL + K | log analysis |
CTRL + H | Toggle Sidebar |
CTRL + L | Toggle Side Task Manager |
CTRL + T | Create TODO/Task |
To setup Google Search Console, follow these steps:
-
You need to set up Google Cloud Console with Search Console API enabled and Service Account active. Make sure you have full ownership of your GSC property.
-
Launch RustySEO;
-
Go to the menu Connectors π Search Console
-
Add your Google Search Console credentials
You can find all the details in your Google Cloud console account with the exception of the "URL" and "Property Type", which should match what you have in your Google Search console account.
-
Submit the credentials and your desired options
-
Restart RustySEO
-
Since windows does not allow to output logs into the terminal by default, we just need to force it so that we can grab the link generated on the server to generate our token. Google keeps changing this but the goal is to have it done client-side (once I have the time). Launch RustySEO from Windows Powershell with the following command:
C:\Users\[your user]\AppData\Local\rustyseo\rustyseo.exe | Tee-Object -Filepath "C:\Users\[your user]\Downloads\rusty.log"
This will output all the logs into powershell. You will see a link from Google Auth. Simply open it in your browser with the same account that you generated your GSC API. Accept.
-
Restart RustySEO after the token has been generated
-
You should now see your GSC data inside RustySEO
After installation, you can start using My Software. Here are some basic instructions:
To setup Google Search Console, follow these steps:
-
You need to set up Google Cloud Console with Search Console API enabled and Service Account active. Make sure you have full ownership of your GSC property.
-
Launch RustySEO;
-
Go to the menu Connectors π Search Console
-
Add your Google Search Console credentials
You can find all the details in your Google Cloud console account with the exception of the "URL" and "Property Type", which should match what you have in your Google Search console account.
-
Submit the credentials and your desired options
-
Restart RustySEO
-
Open your terminal and execute the following:
/Applications/rustyseo.app/Contents/MacOS/rustyseo
This will output all the logs into your terminal. You will see a link from Google Auth. Open it in your browser with the same account that you generated your GSC API. Accept the following prompts.
-
Restart RustySEO after the token has been generated
-
You should now see your GSC data inside RustySEO
in a few weeks...