.srr-page{--ink:#111827;--muted:#5b6475;--line:#d9e2ef;--soft:#f6f8fb;--brand:#0f766e;--brand2:#2563eb;--accent:#f59e0b;--panel:#ffffff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
.srr-page *{box-sizing:border-box}
.srr-page a{text-decoration:none}
.srr-wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}
.srr-hero{padding:78px 0 42px;background:linear-gradient(180deg,#f8fbff 0%,#fff 76%)}
.srr-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:44px;align-items:center}
.srr-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid #b9d9d5;background:#effaf8;color:#0f766e;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}
.srr-h1{font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:0;margin:18px 0 22px;max-width:760px}
.srr-lead{font-size:20px;line-height:1.55;color:var(--muted);max-width:680px;margin:0 0 28px}
.srr-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 24px}
.srr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:8px;padding:0 18px;font-weight:750;border:1px solid transparent}
.srr-btn-primary{background:var(--ink);color:#fff}
.srr-btn-secondary{background:#fff;color:var(--ink);border-color:var(--line)}
.srr-trust{display:flex;flex-wrap:wrap;gap:10px;color:#4b5563;font-size:14px}
.srr-trust span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px}
.srr-product{background:#0f172a;border-radius:18px;padding:14px;box-shadow:0 22px 60px rgba(15,23,42,.22)}
.srr-window{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.25)}
.srr-topbar{height:42px;background:#111827;display:flex;align-items:center;gap:7px;padding:0 14px;color:#d1d5db;font-size:12px}
.srr-dot{width:10px;height:10px;border-radius:50%;background:#ef4444}.srr-dot:nth-child(2){background:#f59e0b}.srr-dot:nth-child(3){background:#10b981}
.srr-app{display:grid;grid-template-columns:150px 1fr;min-height:420px}
.srr-side{background:#f3f6fb;border-right:1px solid var(--line);padding:16px 12px}
.srr-side strong{display:block;font-size:13px;margin:0 0 14px}
.srr-nav{display:grid;gap:7px}
.srr-nav span{height:27px;border-radius:7px;background:#e6edf7;color:#465063;font-size:12px;display:flex;align-items:center;padding:0 9px}
.srr-nav span:first-child{background:#d8f3ee;color:#0f766e;font-weight:700}
.srr-main{padding:18px;background:#fff}
.srr-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}
.srr-metric{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fbfdff}
.srr-metric small{display:block;color:#64748b;font-size:11px;margin-bottom:6px}.srr-metric b{font-size:22px}
.srr-chart{height:128px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc);position:relative;overflow:hidden;margin-bottom:14px}
.srr-chart svg{width:100%;height:100%}
.srr-table{border:1px solid var(--line);border-radius:8px;overflow:hidden}
.srr-row{display:grid;grid-template-columns:1.1fr .6fr 1fr;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line);font-size:12px;align-items:center}
.srr-row:last-child{border-bottom:0}.srr-row:first-child{background:#f8fafc;color:#64748b;font-weight:700}
.srr-rank{font-weight:800;color:#0f766e}
.srr-section{padding:64px 0}.srr-section.soft{background:var(--soft)}
.srr-section-head{max-width:760px;margin:0 0 30px}
.srr-section-head.center{text-align:center;margin:0 auto 34px}
.srr-eyebrow{font-size:13px;font-weight:800;color:var(--brand);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px}
.srr-h2{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:0;margin:0 0 14px}
.srr-copy{color:var(--muted);font-size:18px;line-height:1.55;margin:0}
.srr-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.srr-feature{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px}
.srr-icon{width:38px;height:38px;border-radius:8px;background:#e6f7f4;color:#0f766e;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}
.srr-feature h3{font-size:20px;margin:0 0 8px}.srr-feature p{color:var(--muted);line-height:1.55;margin:0}
.srr-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.srr-preview{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 12px 34px rgba(15,23,42,.08)}
.srr-preview-head{display:flex;align-items:center;justify-content:space-between;background:#111827;color:#fff;padding:12px 14px;font-size:13px;font-weight:700}
.srr-preview-body{padding:16px}
.srr-mini-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-bottom:1px solid #eef2f7;padding:10px 0;font-size:13px}
.srr-mini-row:last-child{border-bottom:0}.srr-badge{border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:800;padding:4px 8px}.srr-badge.warn{background:#fff7ed;color:#c2410c}.srr-badge.blue{background:#eff6ff;color:#1d4ed8}
.srr-api{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center}
.srr-steps{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px}
.srr-step{display:grid;grid-template-columns:34px 1fr;gap:12px;margin:0 0 16px}.srr-step:last-child{margin-bottom:0}
.srr-num{width:34px;height:34px;border-radius:50%;background:#0f766e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}
.srr-step strong{display:block;margin:0 0 4px}.srr-step span{color:var(--muted);line-height:1.45}
.srr-code{background:#0f172a;color:#dbeafe;border-radius:10px;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.65;overflow:hidden}
.srr-code b{color:#86efac}.srr-code em{color:#fbbf24;font-style:normal}
.srr-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.srr-plan{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}
.srr-plan.featured{border-color:#0f766e;box-shadow:0 16px 34px rgba(15,118,110,.16)}
.srr-plan h3{margin:0 0 8px}.srr-price{font-size:30px;font-weight:900;margin:0 0 12px}.srr-plan ul{padding:0;margin:0;list-style:none;color:var(--muted);display:grid;gap:8px;font-size:14px}.srr-plan li:before{content:"✓ ";color:#0f766e;font-weight:900}
.srr-cta{background:#111827;color:#fff;border-radius:14px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.srr-cta h2{font-size:34px;line-height:1.08;margin:0 0 10px}.srr-cta p{color:#cbd5e1;margin:0}.srr-cta .srr-btn{background:#fff;color:#111827}
@media(max-width:900px){.srr-hero-grid,.srr-api,.srr-preview-grid{grid-template-columns:1fr}.srr-grid-3,.srr-plans{grid-template-columns:1fr 1fr}.srr-app{grid-template-columns:1fr}.srr-side{display:none}.srr-cta{grid-template-columns:1fr}}
@media(max-width:620px){.srr-wrap{width:min(100% - 24px,1120px)}.srr-hero{padding-top:44px}.srr-grid-3,.srr-plans{grid-template-columns:1fr}.srr-metrics{grid-template-columns:1fr}.srr-row{grid-template-columns:1fr}.srr-h1{font-size:42px}.srr-product{padding:8px;border-radius:12px}.srr-main{padding:12px}}
WordPress SEO monitoring plugin
Rank tracking, audits and SEO tasks inside WordPress.
SEO Rank Radar helps site owners, specialists and agencies track Google and Seznam positions, see traffic sources, find technical issues, import Search Console data and create client-ready reports without leaving WordPress.
Google + SeznamTraffic sourcesDataForSEO readyFree workflow included
SEO Rank Radar / Dashboard
Google clicks2.4k
Traffic sources8
Issues12
KeywordPositionFound URL
swim spa14/produkt/.../swim-spa-pool/
seo audit8/services/seo-audit/
hot tubsTop 100not found yet
What it does
Everything needed to turn SEO data into action.
Start with keyword ideas and Search Console imports for free, then unlock automated rank tracking, technical checks and reports as the project grows.
R
Rank tracking
Measure Google and Seznam positions, desktop and mobile results, ranking history, drops and competitor movement.
T
Traffic sources
Optional Local Traffic Insights show aggregated visits, landing pages and referrer sources without cookies or IP storage.
C
Site Crawl
Check URLs, titles, headings, canonicals, links, image alt text and PageSpeed signals, then turn findings into prioritized tasks.
Product previews
A WordPress-native workspace for SEO work.
Clean screens for tracking, technical checks, Search Console ideas and client reporting.
Tracked KeywordsGoogle API
swim spa#14Found URL
seo monitoring#8Improved
hot tub guideTop 100Not found
technical seo#22Stable
SEO TasksPriority
Fix missing canonical tagsHighAudit
Add internal links to ranking pagesMediumContent
Review pages with falling CTROpenGSC
Export client reportReadyReport
Real measurement example
The result is the keyword, position, traffic source and actual URL Google shows.
You do not have to assign a target URL before tracking. SEO Rank Radar stores the URL found in search results and can show aggregated traffic sources, so the user sees whether the right page is ranking and where visits came from.
Example resultDataForSEO
Keywordswim spaGoogle CZ
Position14desktop
Found URLstored/produkt/.../swim-spa-pool/
Next rundailyWP-Cron
First-run flowAfter install
1. Scan siteFreeKeyword ideas
2. Pick 3 wordsFreeLite test
3. Connect APIReliableDaily tracking
4. Export reportPaidClient ready
API setup made clearer
DataForSEO setup without guesswork.
SEO Rank Radar includes a Settings guide and a Test Rank API button. Users can verify credentials before measuring keywords and understand common provider errors immediately.
1
Create and verify DataForSEO accountDataForSEO usually provides a small test credit after registration. Start with one keyword and depth 30.
2
Copy API login and API passwordUse the API Access section. Do not use the normal account password.
3
Click Test Rank API401 means wrong credentials. 403 usually means the account is not verified yet.
Plans
Start free, upgrade when you need automated tracking.
Use the free workflow for keyword ideas, local traffic insights, imports and audits. Paid plans add automated tracking, reports and higher limits with digital software delivery and license activation.
Free
€0
- Available now
- Keyword ideas
- Local traffic insights
- Search Console CSV
- Basic audits
Starter
€9
- Monthly license
- 30 keywords
- Google + Seznam
- Basic reports
Pro
€19
- Monthly license
- 100 keywords
- Desktop + mobile
- Technical checks
Agency
€59
- Monthly license
- 500 keywords
- White label
- Client reports
Ready to make SEO work visible?
Install the free plugin, scan your site, choose keywords and test the rank API before spending on larger tracking.
Install from WordPress.org