@ action

QDialogButtonBox

@ action

QPrintPreviewDialog QDialogButtonBox

@ action

An tambayi kowace gudu a cikin juyawa da karantawa na code halinsa.

@ action @ info: status

Yadda za'a bincika maɓallin sake-gima na URL

QDialogButtonBox

1

@ action

Ka shigar da URL ɗin da kake so ka gwada, ciki har da https — misali https://example.com/old-page. Wannan shine maɓallin farawa na binciken.

2

@ action

Press Trace redirects and we follow every hop the way a browser or crawler would, recording each URL and the exact HTTP state it returned.

3

@ action

Ka duba kowace mataki da aka ambata da launin-kodi bisa halin — rawaya ga 301 ko 308 mai zaman kansa, rawaya ga 302, 303 ko 307 na lokaci, rawaya ga kuskure na 4xx ko 5xx — tare da ma'anar ƙarshe a ƙarshe.

4

Ka bi gargaɗi

@ action

QDialogButtonBox

@ action: button
Yanzu, idan ka yi amfani da wannan hanyar, za ka iya samun damar yin amfani da wannan shafin da kuma duk wani abu da ka ke so.
@ action: button
A redirect loop happens when URLs send visitors back and forth without ever landing on a real page - A redirects to B and B redirects back to A, so the browser gives up with a too many redirects error. Find the cycle by tracing the chain (this tool stops and flags it), then break it: decide on one canonical destination and make everything point there, or turn one of the URLs into a real 200 page. Common causes are conflicting rules - one for HTTP to HTTPS and another for www that disagree, or a trailing-slash rule fighting a CMS redirect. Solve the conflict so a single, consistent rule wins.

QDialogButtonBox

The free checker traces one URL at a time and is rate-limited. Auditing thousands of URLs for broken chains, loops and temporary redirects that should be permanent - and catching new ones before they cost you rankings - is part of the managed service.

✓ Free tool: one URL at a time Site-wide audits: managed plans

Bulk redirect maɓallan, da aka tsara sake duba bayan wani canji, da kuma gargaɗi lokacin da wani tsabta 301 ta hanyar ɓoyewa ya juya zuwa wani layin ko 404. Ka duba shirye-shirye a kan shafin farashin.

@ action →
Mai ƙãga halitta

Yi amfani da shi cikin shirin ayuka

Duk kayan aiki yana da damar ta hanyar API na REST na REST a kan Pro da API - waya shi cikin CI, CMS, ko dashboards.

curl -X POST https://seo.bike/api/v1/redirect-check \ -H "Authorization: Bearer sk_live_yourkey" \ -H "Content-Type: application/json" \ -d '{"url": "http://example.com/old-page"}'
QDialogButtonBox
{ "ok": true, "result": { ... } }