Nginx Location Block Builder - Online Config Snippet
Build a complete Nginx location block for reverse proxy, static files, or redirect. Copy the snippet. Quick config help.
UD5 Toolkit
Generate standard XML sitemaps for your website — free, fast, no registration required.
| # | Page Path / URL | Priority | Change Freq | Last Modified | Action |
|---|
No URLs added yet
Add paths manually, use presets, or load an example to get started.
<priority> tag indicates the relative importance of a URL within your website, on a scale from 0.0 (lowest) to 1.0 (highest). The default value is 0.5. For example, your homepage might be set to 1.0, main category pages to 0.8, individual product or article pages to 0.6, and less critical pages like privacy policies to 0.3. Note that this is a relative signal — it doesn't affect rankings compared to other websites, only tells search engines how you prioritize pages within your own site. Google has stated that priority is one of the less influential signals, but it's still worth setting correctly.
<changefreq> tag provides a hint about how frequently a page's content is likely to change. Here are some practical guidelines:
sitemap.xml file in the root directory of your website (e.g., https://example.com/sitemap.xml). This is the standard location where search engines look first. You should also reference your sitemap in your robots.txt file by adding a line like: Sitemap: https://example.com/sitemap.xml. After uploading, submit the sitemap URL through Google Search Console and Bing Webmaster Tools for faster discovery and indexing.
noindex meta tags, duplicate content, admin pages, login pages, thank-you pages, and any low-quality or thin-content pages. Including only your best, most valuable URLs sends a stronger quality signal to search engines. Also ensure all URLs in your sitemap return a 200 OK status code — never include redirects (301/302), 404 errors, or blocked pages.
Build a complete Nginx location block for reverse proxy, static files, or redirect. Copy the snippet. Quick config help.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
Browse a collection of ready-to-use CSS animations (fade, slide, bounce). Click to preview, then copy @keyframes and class to your project. Local tool.
See the International Space Station’s current position on a world map in real time. Uses public API. No refresh.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Press any key to see the complete KeyboardEvent properties: key, code, keyCode, modifiers. Indispensable for game & shortcut developers.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Log which family member takes which medicine and when. Reminders for next dose. Data stays local.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Enter readings before/after meals, get averages, print report. Local storage only.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of find‑in‑page.
Upload an image and get a suggested alt text description using a local vision model (WASM). Improve SEO and accessibility fast.
Break a large XML sitemap into smaller ones under the 50MB/50,000 URL limit. Generates a sitemap index.
Build a complete Event structured data with performer, location, and dates. Get Google‑ready JSON‑LD for tickets.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
Paste a URL and extract all meta tags, Open Graph, Twitter Cards, and JSON‑LD. View in a friendly table. Client‑side fetch.
Paste an URL or HTML and see the h1‑h6 hierarchy as a tree. Detect skipped levels and improve accessibility. Client‑side.
Paste any article and get a list of the most relevant keywords using a simple TF‑IDF‑like model. Skip stop words. All local.
Paste your article and see a table of the most frequent words with their density percentages. Help avoid keyword stuffing. Local.
Enter a URL and see a nested list of all headings (h1‑h6). Check your document structure for SEO and accessibility. Pure fetch.
Paste the content of an XML sitemap and extract a plain list of all the URLs. For further analysis. Local.
Convert HTML code into well‑formed XML with proper self‑closing tags and attributes. Fixes common HTML5/XHTML mismatches. Local only.
Enter a URL and get a one‑page report of titles, description, headings, image alts, and broken links. All from browser.
Enter a URL and see a nested list of all h1‑h6 tags. Check document structure for SEO and accessibility.
Paste a list of image URLs and generate a valid Google Image Sitemap XML. Essential for photography sites.
Enter a URL and see its favicon at all standard sizes. Check if it's properly defined. SEO basic check.
Trace the full redirect path of a URL. See every hop, status code, and final destination. Detect broken chains.
Paste a robots.txt file and validate its syntax. See if a specific user‑agent can access a path. Essential for webmasters.