← All installation guides Modern deployments

Install a VerifySeal seal on React, Next.js or Vue

Use the linked-image markup in a component or load the VerifySeal script only on the browser client.

JS
Recommended methodBasic linked image recommended
Website installation

Step-by-step instructions

  1. 1

    Choose a client-rendered component

    Add the seal to a footer or trust component that renders in the browser. Server-rendered projects must avoid referencing document during server execution.

  2. 2

    Use the Basic image embed structure

    Convert the Basic image embed into the framework’s link and image syntax. In React use className instead of class and preserve target and rel attributes.

  3. 3

    Optional automatic host checking

    Advanced users can load the Recommended JavaScript source in a client-only lifecycle hook, but the image method is simpler and framework-safe.

  4. 4

    Deploy and test the production domain

    Test after deploying to the registered production hostname; preview and localhost domains will not match the certificate.

Domain ownership callback

Complete domain validation on React, Next.js or Vue

Use the unique callback code displayed on the customer order. Never reuse a code from another domain or application.

  1. 1

    Put verifyseal.txt under public/.well-known in the source project so it deploys to /.well-known/verifyseal.txt.

  2. 2

    Alternatively add the supplied meta tag through the framework head or metadata configuration.

  3. 3

    Test the production HTTPS URL after deployment, not the local development server.

Testing checklist

Confirm the installation is working

01

Visible

The complete 300 × 106 seal is visible and not cropped on desktop or mobile.

02

Clickable

The seal opens the VerifySeal public certificate rather than a copied local image.

03

Current

The certificate status is verified, the expiry is current and the details match.

04

Correct domain

The registered production hostname matches the website displaying the seal.

Platform notes
  • Never expose private application credentials. A VerifySeal embed token is intended for the public seal image and certificate link only.