DNS Lookup - Online Domain Records Checker (A, MX, CNAME)
Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT records. No logs.
UD5 Toolkit
Check if a URL is allowed or disallowed for any crawler. Paste or fetch any robots.txt to inspect rules instantly.
/.Fetch or paste a robots.txt, then test a URL path.
/robots.txt) that tells search engine crawlers and other bots which pages or sections of the site they are allowed or disallowed to crawl. It follows the Robots Exclusion Protocol (REP).* wildcard matches any character sequence, and $ forces an exact end-of-path match.<meta name="robots" content="noindex"> tag or an X-Robots-Tag: noindex HTTP header. For complete protection, combine both robots.txt disallow and noindex tags.* character serves two purposes in robots.txt: (1) As a user-agent value, User-agent: * means the rules apply to all bots that don't have a more specific block. (2) In path patterns, * matches any sequence of characters. For example, Disallow: /*.pdf$ blocks all PDF files regardless of directory. Combine with $ for precise matching.User-agent: * Disallow: /This tells every bot (
*) that the entire site (/) is disallowed. Note that well-behaved bots respect this, but malicious bots may ignore robots.txt entirely.Crawl-delay: 10 means 10 seconds between crawls. Googlebot does not support Crawl-delay â use Google Search Console to adjust crawl rate. Bingbot and YandexBot do respect it. Use it sparingly; setting it too high can slow down indexing./robots.txt to your domain: https://yourdomain.com/robots.txt. If you see a 404 error, your site doesn't have one â which means all bots are allowed to crawl everything. Use this tool to fetch and inspect any site's robots.txt instantly.* (wildcard for any character sequence) and $ (end-of-path anchor). It does not support full regular expressions, character classes, or alternation. For more granular control, use meta robots tags or HTTP headers on individual pages.Disallow: with no path (means nothing is blocked â use Disallow: / to block all); (3) Relying solely on robots.txt for hiding sensitive content (use authentication instead); (4) Wrong path format â paths are case-sensitive and prefix-matched; (5) Not testing â always use a tester like this one before deploying!User-agent: line starts a new block. You can target specific bots with tailored rules. Example: block Googlebot-Image from your /images/ folder while allowing all other bots. You can also group multiple user-agents together by listing them on consecutive lines before the rules â they'll share the same Allow/Disallow directives.Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT records. No logs.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Query a domain's DNS record against multiple public resolvers (Google, Cloudflare) and see how it propagates. Clientâside fetch.
Inspect any website's SSL/TLS certificate details: issuer, expiry date, subject, and SANs. Verify certificate chains. All checks are private and require no server upload.
Apply contentâvisibility: auto to offâscreen sections and see the rendering cost drop. Demos for infinite scroll optimization.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Test how nonâLatin characters (Chinese, Cyrillic, Arabic) convert to URLâsafe slugs with proper transliteration rules. Preview the final string.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Paste raw email headers and see authentication results (SPF, DKIM, DMARC) in a readable table. Find spoofing attempts.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Search by MIME or file extension to see the corresponding type. Helpful when configuring web servers. Static.
Choose the right extinguisher for kitchen, electrical, or garage fires. Interactive class chart. Home safety education.
Check if your site is crossâorigin isolated by examining the COOP and COEP headers. See if SharedArrayBuffer is available.
Apply dyslexiaâfriendly fonts, spacing, and background to any text. Preview and copy the formatted version. Improve readability.
Highlight elements with ariaâdescribedby and see the linked description text. Verify a11y annotations.
Create categorized shopping lists (produce, dairy, meat, etc.). Add items, check them off, and print. Data stored in your browser. Never lose a list.
Paste a line of poem and see which syllable stresses create a particular meter. Educational tool.
Paste your JSONâLD or Microdata and test it against Google's Rich Results criteria. Get warnings. Local linter.
Paste your AcceptâLanguage header and see which languages your site should serve based on quality values. Internationalization helper.
Paste HTML and see the order in which elements would receive focus via Tab key. Highlight issues. Local accessibility testing.
Paste your CSS and strip all `!important` declarations in one click. See a list of affected rules. Local tool.
Identify common grammar mistakes (subject-verb agreement, tense, articles) with simple rule-based analysis. Explanations provided. Not AI, purely rule-based and local.
Paste raw email headers and get a human-readable breakdown of the delivery route, authentication results, and delays. Private analysis.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Interpret your blood pressure reading based on American Heart Association and European Society of Cardiology categories. Visual gauge with actionable health insights.
Upload a text file to detect its character encoding (UTF-8, ISO-8859-1, etc.) and BOM presence. Runs entirely in your browser.
Search a complete list of all topâlevel domains. See which still have availability. For brand naming. Static reference.
Paste two versions of the same idea and see a wordâlevel diff highlighting the rewrite. Not AI, just diff.
Paste a `SetâCookie` header and see all attributes parsed: domain, path, MaxâAge, SameSite, Secure, HttpOnly. Debug cookies easily.