Website monitoring
Install the website script on Webflow
Use Webflow's site-level Footer code, publish to the connected custom domain, and confirm the site key in the live page source.
- For
- Webflow site owners, designers, and agency publishers
- Typical time
- 10-15 minutes
Before you start
- Access to the Webflow site's custom-code settings
- A published custom domain that matches the connected website
- The exact generated installation code from DocAccessible
Procedure
Step by step
Copy the generated tag
Open the connected domain in DocAccessible, choose Installation, and copy the complete script tag.
Open site-level Custom code
Open the Webflow site settings and choose Custom code. Use the site-level area rather than an individual page setting so new and existing pages receive the script.
Paste into Footer code
Paste the tag into the Footer code area, which Webflow places before the closing body tag. Keep only one copy.
Save the custom code
Save the setting, then review other global scripts for a Content Security Policy or consent loader that may block the DocAccessible origin.
Publish to the connected domain
Publish the Webflow site and select the exact custom domain connected in DocAccessible. A Designer preview or saved draft is not enough.
Verify the published page
Open a public page on that domain, view page source, find the site key, and return to Installation to confirm the connection.
Use site-level code, not page-only code
Page settings can add custom code to one Webflow page, but monitoring needs the shared site-level Footer code so PDF links can be discovered throughout the site.
- Site-level Footer code: recommended.
- Individual page Before </body> code: use only for a deliberately limited subsite and expect incomplete inventory.
- Embed element inside page content: not a global installation method.
Publish and source check
Webflow can show custom-code effects in preview, but the change is not public until the site is published. Verify the custom domain rather than the Designer or staging canvas.
<script async src="https://docaccessible.com/site/v1.js" data-site-key="YOUR_SITE_KEY"></script>Official Webflow reference
Webflow's current guidance places general script tags in the Footer code area before the closing body tag and requires publication before the code is live.
Related guides
- Install the website monitoring scriptChoose the right installation method, add the generated script once, and verify that DocAccessible can see it in your public page source.
- Connect a website and install PDF monitoringVerify a public domain, install the lightweight script, and begin building a bounded PDF inventory.
- Tag managers and client-only script installationUnderstand why Google Tag Manager and runtime-only injection cannot complete secure website verification, and move the tag to a supported global template.