Advertisements

headerup to 320x100 / 728x90

URL Inspector

Inspect status, headers, redirects, and canonical hints for a URL

URL Inspector

Inspect a URL for status, redirect chain, headers, and canonical hints with a server-backed request.

Inputs
Use the fields that actually match the tool instead of a generic text editor.
Inspection summary
Inspection Output
Advertisements

content bottomup to 300x250

What is URL Inspector

Last reviewed:

A URL (Uniform Resource Locator) is a web address that points to a resource like a page, API endpoint, or file, typically including scheme, host, path, and query.

URL Inspector is an online tool that helps you inspect URL.

It inspects URL and surfaces the underlying details so you can reason about it without external tooling.

Why use it

  • Work through URL faster with a focused browser-based workflow.
  • Review URL input and output without switching between extra tools.
  • Catch URL issues earlier while the data or content is still in front of you.
  • Keep URL results easy to copy back into your project or process.

Example (before/after)

URL input

Start with the URL input you want to process in URL Inspector.

URL output

Get a URL result from URL Inspector that is ready to review, copy, and reuse in the next step of your workflow.

Common errors

Unsupported input

The tool may reject input that does not match the expected content, structure, or file type.

Fix: Confirm the tool input requirements and paste the correct type of data.

Incomplete values

Missing fields or partial content can block processing or produce weak results.

Fix: Provide the full required input before running the tool.

Copying placeholder content

Sample or placeholder values can lead to output that looks valid but is not ready for real use.

Fix: Replace placeholders with your actual values before relying on the result.

FAQ

How many URLs can URL Inspector check per request?

URL Inspector checks up to 100 URLs per batch so the request completes in under a minute and doesn't hammer third-party servers. For larger sweeps, run the tool in a loop from a script.

Does URL Inspector handle JavaScript-rendered pages?

URL Inspector fetches the raw HTML served to a crawler, which is what search engines index for the first pass. If your site relies on client-side rendering, the tool shows you exactly what Googlebot's initial render sees before it runs JavaScript.

What User-Agent does URL Inspector send?

URL Inspector sends a User-Agent string that identifies itself honestly (DevFox bot) rather than impersonating Googlebot — spoofing UAs can get a site's access flagged. If a page blocks non-browser UAs, you'll see the block clearly reflected in the output.

Can URL Inspector check password-protected pages?

No. URL Inspector only makes anonymous public requests — it can't log in or carry session cookies. For auth-protected pages, use a headless browser in your own environment.

Does URL Inspector respect my robots.txt?

Yes. URL Inspector fetches and parses robots.txt before crawling a site and skips disallowed URLs by default. You can toggle off the check if you're auditing your own site and want to see every status code.