We have made some changes to the Domain Explorer (available to subscribers): Only websites that generate revenue from ads, affiliate links, or e-shops and with a minimum of 1,000 monthly visitors will be included.
Metrics such as traffic and DA are updated every month. Therefore, websites regularly go in and out of it.
As Paddle does not send a reminder for yearly subscriptions, we have added an email notification 1 week before the renewal.
Also tackled a few minor bugs.
You can now fetch allintitle and KGR data for your keywords.
To view and be able to extract the Allintitle and KGR data, click on the Columns icon and enable the Allintitle feature (last option of the dropdown).
Fetching the allintitle data for 1 keyword costs 1 credit.
To learn more about it click here.
We're continuously making small updates in the background:
- Added a "Best Position" column to the keyword tracker
- Added a new filter for keywords without an SD score (pre-analysis filter).
- Improved backend processes and database speed
- Corrected a few minor bugs
We've added a new column in the Domain Explorer: US Traffic.
It displays the monthly estimates for US traffic based on Semrush data.
If you're assessing the potential of niches in the US, you can filter websites based on this new data.
Scaling has proven to be one of the most complex technical challenges encountered in 2023.
It's not the same when you have a small number of users or millions of rows in your database.
Building something fast and reliable at scale requires a significant amount of effort.
These aspects may not directly contribute value to the user, but they are essential foundations for ensuring functionality :
1. Had to refactor large parts of the code (took four months).
2. Added multiple fallback APIs as some often fail.
3. Added a pool of new proxies from various proxy companies (mitigate risk).
4. Migrated to a faster server (32 CPUs) - moved over 200 million records from one DB to another.
5. Implemented an intelligent priority system to dispatch keyword analysis according to the number of analyzed keywords.
6. Added new monitoring tools & dashboards (speed, info/error logs, ...) to be proactive.
These dashboards are the first things we check every day.
7. Implemented fraud detection to prevent abuse and resource consumption by users who create multiple free accounts.
8. And a lot, a lot, more behind the scenes ...