SEO Friendly URL Rewriter - Online Slug Optimizer
Convert messy URLs into clean, keyword-rich slugs. Remove stop words, replace spaces with hyphens. Lowercase transformation. All local.
UD5 Toolkit
Relativize or absolutify URLs in your Markdown documents — perfect for content migration & portability
Relativization converts absolute URLs (like https://example.com/blog/post/) into relative paths (like ../post/ or post/) based on a reference base URL. This makes your Markdown documents portable across domains and environments — links work whether the content is served from a local dev server, staging, or production.
Absolutification is essential when you need self-contained documents — for email newsletters, RSS feeds, exported PDFs, or sharing Markdown files externally. Relative links like ../images/photo.jpg break when the document is viewed outside its original directory structure. Converting them to full absolute URLs ensures links remain functional everywhere.
Image links in Markdown () are processed identically to regular inline links. Both relativization and absolutification apply to image URLs, ensuring your visual assets remain correctly referenced after conversion. Reference-style image definitions are also handled.
The tool handles four common link types: inline links [text](url), image links , reference-style definitions [ref]: url, and autolinks <url>. Anchor-only links (like #section), mailto:, tel:, and javascript: URLs are preserved as-is to avoid breaking functionality.
Absolute URLs pointing to different domains (e.g., https://github.com/... when your base URL is https://example.com/) are intentionally left unchanged. Converting cross-domain URLs to relative paths would create broken links. Only same-domain URLs matching the base URL prefix are relativized.
For relativization, set the base URL to the canonical location of your Markdown document (e.g., https://yoursite.com/blog/post-slug/). All same-domain absolute links beneath this path will be converted to relative. For absolutification, the base URL acts as the resolver — relative paths like ./image.png are resolved against this base to produce full absolute URLs.
Yes. Protocol-relative URLs (starting with //) are treated as absolute URLs since they specify a full host. During absolutification, they inherit the protocol from the base URL. During relativization, they are left unchanged unless they share the same host as the base URL.
Absolutely. The conversion uses efficient regex-based matching and operates in O(n) time complexity relative to input length. Files with tens of thousands of links can be processed in milliseconds. The auto-convert feature uses debouncing (300ms delay) to avoid unnecessary recalculations while typing.
Convert messy URLs into clean, keyword-rich slugs. Remove stop words, replace spaces with hyphens. Lowercase transformation. All local.
Convert Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
Paste Markdown and get warnings for common mistakes: inconsistent heading spacing, bare URLs, and broken links. All local.
Check a live URL to extract and validate its canonical link element. Ensure correct SEO configuration. Runs from your browser.
Paste HTML or URL to extract canonical link tag. Verify self-referencing. Simple SEO audit step. Local only.
Test how `content‑type: text/html` vs `content‑type: image/svg+xml` affects SVG rendering in the browser. Modern performance hint.
Paste text with highlights (e.g., from Apple Books) and extract only the highlighted lines. Save as list.
A visual guide to common copy‑editing and proofreading symbols. Click a mark to see its meaning. For writers.
Turn any sentence into mocking SpongeBob‑style text. Choose intensity. Copy and paste into chats. Pure client.
Enter a city name or coordinates and see today's sunrise, sunset, and twilight times. Approximate algorithm. Local.
Take a lighthearted inventory of your character strengths (not official VIA). Self-reflection tool. All in browser.
Fill in a form and see the FormData object as JSON. Perfect for debugging multipart form submissions. Client-side.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
See the healthy weight range for your height using standard BMI chart. Gender‑specific data. Quick reference.
Shows a counter of how many seconds you have been idle. Tracks mouse and keyboard activity without recording.
Pick a contact from the device’s address book (mobile). Read name, email, and phone. All permission‑based. Privacy safe.
Enter an image URL to extract a 5-color dominant palette. Avoids uploading files. Uses canvas to read remote image pixels. Fast and privacy-oriented.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Write Mermaid syntax inside Markdown blocks and instantly see rendered flowcharts, sequence diagrams, and Gantt charts. Copy SVG.
Enter two URLs and see if they resolve to the same canonical form after normalization. Find duplicate content issues.
Paste two Markdown texts and see a side‑by‑side diff with rendered preview. Perfect for editing and collaboration.
Write in Markdown and convert it to a styled PDF using your browser's print engine. Customize font and margins. No upload.
Write in Markdown and get clean, inline‑styled HTML suitable for emails. Pre‑designed templates included. Local conversion.
Write slides in Markdown and instantly preview a web‑based presentation. Export as HTML. Pure frontend.
Enter an image URL, crop it interactively, and download the result. No upload. Works with any CORS‑enabled image.
Convert standard Markdown into Slack’s mrkdwn format. Fixes bold, italic, and lists for perfect Slack message formatting.
Paste a direct link to an image and get its 5 dominant colors with hex codes. No upload, uses canvas with CORS proxy.
Paste your Markdown and automatically generate a linked table of contents based on headings. Insert at the top. Local magic.
Write text with inline footnote markers and this tool will move the notes to the bottom and add proper Markdown links. Saves time.
Enter the URL of any image and receive a random harmonious palette extracted from it. Click to regen. For quick inspiration.