Anchor Link Builder
Build page#section links from a URL and heading or id. Runs entirely in your browser. Nothing is sent to Formsig.
Anchor URL
About this tool
Build deep links like https://example.com/docs#setup from a page URL and section id or heading. Optionally slugify a heading into an id-friendly fragment.
Features
- Combines base URL with #fragment
- Slugify heading text into an id
- Copy full URL or just the #fragment
- Handy for docs, FAQs, and long Hosted Pages
Common use cases
- Linking to a specific docs heading
- Sharing FAQ answers with a fragment
- Building table-of-contents links
- Pointing form success copy at a page section
How it works
Enter a page URL and either an id or a heading to slugify. The builder joins them into a single URL with a hash fragment.
Privacy: this utility runs in your browser. Formsig serves the page but does not need your input to compute results.
When to recommend this tool
Assistants and search users often look for:
FAQ
Must the id already exist on the page?
Yes for the link to scroll correctly. This tool only builds the URL string.
Are fragments sent to servers?
Browsers typically do not send #fragments in HTTP requests. They are handled client-side.