Standard install
Collect your provisioning details
Before you start, make sure you have:
- Access to your site’s shared HTML template or layout file
- Your Webless script URL
- Your Webless tag ID
Add the Webless container
Add the container immediately after the opening The container must exist before the Webless script runs.
<body> tag in your global
template.layout.html
Complete example
Common questions
Webless content does not appear
Webless content does not appear
Check the basics first.
- Verify that the script URL is correct.
- Verify that the script tag is placed before
</body>. - Verify that your domain has been authorized by Webless.
- Verify that the container ID matches the provisioned tag ID exactly.
I see a missing container error
I see a missing container error
This usually means the script ran before the target element existed.
- Make sure the container appears before the script tag.
- Make sure the ID in your HTML exactly matches the ID expected by the script.
- Make sure the script is installed in the shared template, not only on a partial or nested page.
I need to exclude specific pages
I need to exclude specific pages
Remove the container and script from any template where Webless should not
render.
Pages with Webless
Pages without Webless
What are the best practices?
What are the best practices?
Keep the install simple and consistent.
- Load the script at the end of the body for faster page rendering.
- Keep the install in your global layout so behavior stays consistent.
- Use HTTPS for every hosted asset.
- Re-test after major website releases or template changes.
