Documentation
All documentation

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
Copy your website script

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

  1. Copy the generated tag

    Open the connected domain in DocAccessible, choose Installation, and copy the complete script tag.

  2. 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.

  3. Paste into Footer code

    Paste the tag into the Footer code area, which Webflow places before the closing body tag. Keep only one copy.

  4. 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.

  5. 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.

  6. 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.

Footer code example
<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.