Video summary
How I Get 10X More Traffic to My Websites (And Make ₹4 Lakhs/Month)
Main summary
Key takeaways
Business-specific takeaway (what to do to get 10X more traffic)
The core strategy is to find “hidden gem” keywords in non-English languages/countries that have high search volume but low keyword difficulty, then localize SEO correctly (not just translate copy). This helps you rank in international markets where competitors often focus only on English/.com.
Key “frameworks” / playbooks mentioned
International SEO keyword localization playbook
- Start with an English “seed” keyword (e.g., online ruler).
- Translate the keyword into the target language (e.g., Brazilian Portuguese: régua online).
- Use Ahrefs Keyword Generator and set country to match the target market.
- Compare metrics between English (US) vs localized query (Brazil) to identify:
- Same/near-same volume
- Much lower difficulty (the “hidden gem”)
- Validate search intent using what native users actually search, by inspecting competitors’ organic keywords.
Two execution approaches (choose based on search volume)
1) Method 1: Dedicated micro-niche site (single language)
- Best when the target keyword has ~1,000+ monthly searches and low difficulty
- Build a 100% localized website on the root domain
- Avoid mixed-language subpages like /pt/
- Use language/hreflang properly for international SEO signals
2) Method 2: Multi-language i18n on one site (aggregates long-tail)
- Best when individual languages have lower volume (≈100 to <1,000 searches)
- Add i18n routing (e.g., /pt/, /es/)
- Add hreflang alternate tags for every supported language
- Expect discovery/ranking time to take longer: ~3–6 months
Key metrics & KPIs / targets cited
- Example ranking/traffic metrics (from the creator’s tools):
- Site “Real Online Ruler”:
- Ranked #2 in ~1.5 months
- ~7.5K monthly traffic (Ahrefs Traffic Checker)
- Created in June
- Site “Real Online Ruler”:
- Keyword difficulty/volume contrast:
- online ruler (US): ~1K search volume, Hard difficulty
- régua online (Brazil): thousands/1K+ volume, Easy difficulty
- Competitor traffic breakdown example:
- régua online drives about ~2.2K traffic
- Volume thresholds used as rules of thumb:
- ≥1,000 searches → build dedicated micro-niche
- ~100 to <1,000 searches → add multi-language support to an existing site
- Timing expectation:
- 3–6 months to rank consistently for multi-language/i18n pages when adding many localized pages
Concrete examples / case studies
“Online Ruler” → “Régua Online” (Brazil)
- Same tool concept, but localization + market targeting changes difficulty dramatically.
- Demonstrated localization differences using:
- VPN + Google Brazil domain
- Portuguese keyword translation via Google Translate
- Observed ranking behavior:
- A Portuguese-dedicated micro-niche site ranks #1
- A translated English version ranks lower because Portuguese content is primary
Font Finder AI competitor example (global traffic via translations)
- A competitor drives major non-English traffic without targeting English keywords.
- Reason: they added multi-language translations with a localized SEO structure.
Actionable recommendations (execution details)
1) Find “hidden gem” opportunities (workflow)
- Use Ahrefs Keyword Generator:
- Translate the English seed keyword to the target language
- Switch country to the target market and re-check:
- search volume
- keyword difficulty
- Validate against real ranking competitors:
- Use Ahrefs Traffic Checker to identify which localized keywords actually drive traffic
2) Get localized search results correctly (verification)
- Install Urban VPN (Chrome extension)
- Search on Google Brazil while IP/region is set to Brazil
- Translate the keyword to Portuguese and confirm rankings on Google Brazil
3) Choose micro-niche vs i18n based on volume
- If you find a keyword with:
- 1K+ monthly volume and low difficulty → build a dedicated single-language site
- If it’s smaller volume across languages:
- Add i18n to one site to capture multiple languages’ long-tail
4) Technical SEO/playbook elements (must-do items)
Method 1 (dedicated single-language micro-niche)
- Build the localized version as a single-language Portuguese site on the root domain
- Do not use /pt/ subpages
- Include hreflang markup for Portuguese
- Prevent duplicate-indexing:
- De-index the default Cloudflare Pages preview URL (
*.pages.dev) by adding a Cloudflare_headersrule:- Ensure
X-Robots-Tag: noindexis returned for the preview subdomain
- Ensure
- De-index the default Cloudflare Pages preview URL (
- After deployment:
- Submit sitemap.xml to Google Search Console and Bing Webmaster Tools
- Add Google Analytics
- Monetization suggestion:
- Apply for Google AdSense after traffic stabilizes (timeline implied as “after about a month”)
Method 2 (multi-language i18n on one site)
- Use Astro’s i18n routing:
- English at
/ - Localized routes like
/pt/,/es/, etc.
- English at
- Ensure:
- Proper
<html lang="..."> - Correct hreflang alternate link tags in
<head>for each language - Localized sitemap includes language URLs and alternates
- Proper
5) Deployment operations (Cloudflare Pages)
- Local build/test:
- Run
npm run dev - Verify localized HTML tags like
lang="pt-BR"
- Run
- Auth & deploy:
npx wrangler login- AI agent deploys to Cloudflare Pages
- Use a deploy script in
package.json
- Custom domain setup:
- Update nameservers to Cloudflare
- Configure Cloudflare custom domain activation
- SEO consolidation:
- Create 301 redirect from
www→ root using Cloudflare redirect rule templates - Add a proxied DNS record for
www(dummyAAAArecord approach described)
- Create 301 redirect from
6) AI localization prompt structure (what to instruct the agent)
- Build/verify in English first, then convert to Portuguese for ranking.
- Include explicit instructions such as:
- Convert the full website to Portuguese for the target domain
- Rank in Brazil + Portuguese-speaking countries
- Add hreflang for Portuguese
- For dedicated micro-niche: “do not create /pt/ subpages; use root domain only, Portuguese only”
- Provide primary + secondary keywords from the competitor’s organic terms
Sources / presenters
- Presenter/author: The YouTube creator (solopreneur; “I build websites and make money from them” — name not provided in subtitles)
- Tools/systems referenced:
- Ahrefs (Keyword Generator, Traffic Checker)
- Google Translate, Google Search
- Urban VPN
- Claude, AntiGravity IDE
- Astro (i18n)
- Cloudflare Pages/Workers, wrangler (Cloudflare CLI)
- Spaceship/Namecheap/Hostinger (domain registrars)
- Google Search Console, Bing Webmaster Tools
- Google Analytics, Google AdSense