Integrity
How to verify a SEO Strong page in 30 seconds
Anyone — human or agent — can check that a sold page is real. We sell placement you can open, not scores you must trust.
- Open the page URL
Live pages look like
https://seostrong.online/p/{slug}. - Confirm the project name & description
They should match what was purchased. Content is plain HTML text.
- Check the outbound link
The “Project link” should point to the founder’s site. In HTML, the anchor uses
rel="noopener noreferrer"— it does not includenofolloworsponsored(dofollow by default). - Machine proof API
GET https://seostrong.online/api/v1/pages/{slug}curl -sS https://seostrong.online/api/v1/pages/nine-rooms | jq .live,.project_url,.dofollow
- Network card
Product + pricing for all brands: /api/v1/network
- Status / uptime JSON (if purchased)
Continuous ~15‑minute checks of the project URL. Open
GET https://seostrong.online/api/v1/status/{slug}. Look formonitoring_state( active or paused),check.up, and recenthistory(last 20). After ~24h continuous failure we pause checks and email the owner — resume is free at /manage. No uptime SLA.curl -sS "https://seostrong.online/api/v1/status/backlinker" | jq .monitoring_state,.check
What we never claim
Rankings, traffic, domain-authority jumps, or uptime SLAs. A live page is a live page; status JSON reports reachability checks — nothing more.