Provifai

Integration · Eigener Code

Integrate Provifai into Eigener Code

One line of code, one line before </head> in your layout/template. The script loads asynchronously, sets no cookies, and does not affect your loading times. You will find your personal site key in the dashboard under “Labeling”.

Step by Step

  1. 1

    Open your website’s base template (the layout that loads on every page — e.g. layout.html, app/layout.tsx, base.twig).

  2. 2

    Insert your snippet directly before </head>.

    <script async src="https://provifai.com/badge.js" data-site="IHR-SITE-SCHLUESSEL"></script>
  3. 3

    Deploy and click “Check installation”. The script loads asynchronously — it does not block anything and does not set cookies.

Good to know: The snippet works identically at the end of <body>. For React/Next.js, place it in the root layout; for Vue/Nuxt, use app.html or nuxt.config.

Confirm Integration

After integration, click on “Check integration” in the dashboard under “Labeling”. Provifai will visit your website and immediately confirm that the seal and labeling are active. No further action is required: from now on, continuous monitoring keeps everything up to date.

Back to the manual