Skip to main content
You are here: integration

Domain Setup Guide

Bridged Dashboard → Websites → Domains

This guide explains how to add a domain and when domain configuration is required.

1️⃣ Adding a Domain (Main Step)

  1. Go to Websites → Domains

  2. Click + Add Domain

  3. Enter your full domain URL (e.g. https://www.yoursite.com)

  4. Click Add

That’s it. Your domain is now connected.

The Domains table shows:

  • Domain URL

  • Active Pages

  • Actions (⚙️ Settings / 🗑 Delete)

For most use cases, this is all you need.

2️⃣ When Domain Configuration Is Needed

Domain configuration is only required when metadata affects how an agent loads or behaves.

You only need configuration if:

  • You want the agent to load after a certain publish date

  • You want the agent to run only for a specific category

  • You want filtering based on tags, authors, or structured metadata

  • The agent behavior depends on page-level metadata

If none of this is required → No configuration is needed.

3️⃣ Domain Settings (Metadata Extraction)

To configure metadata:

  1. Click ⚙️ next to your domain

  2. Add extraction rules

  3. Click + Add Configuration

  4. Click Save

Key Fields

  • Type → What you are extracting (Published Date, Tags, Categories, Authors, Content)

  • Tag Name → HTML tag (e.g. meta, div, script)

  • Attribute / Value → Narrow down specific element

  • Extract By → Inner Text / Attribute / JSON / Paragraphs

  • Extract Attribute → Required if extracting attribute value

  • JSON Path → Required if extracting from JSON-LD

  • Number of Occurrence → Which match to use (usually 1)

4️⃣ Example Configurations (Single-Line Format)

Published Date (Meta Tag)

Field

Value

Type

Published Date

Tag Name

meta

Attribute

property

Value

article:published_time

Extract By

Attribute

Extract Attribute

content

Number of Occurrence

1

Author (JSON-LD)

Field

Value

Type

Authors

Extract By

JSON

JSON Path

$.author.name

Number of Occurrence

1

Extract Tags from HTML

Field

Value

Type

Tags

Tag Name

a

Attribute

class

Value

tag-link

Extract By

Inner Text

Summary

✅ Adding a domain is usually enough
⚙️ Configuration is only needed if agent behavior depends on metadata
🚫 If metadata filtering isn’t required, you can skip domain settings entirely

🔗 Final Step: Add the Bridged Script to Your Domain

After adding your domain in Websites → Domains, you must ensure the Bridged Loader Script is installed on that website.

Without the script:

  • Agents will not load

  • Active pages will not be detected

  • Bridged cannot run on your site

The script must be added inside the <head> section of your website pages.

👉 Next Step: Follow the Script Installation Guide here