Chat To ClientsHelp Center

How can we help?

Knowledge baseSitesFAQs and Common Troubleshooting Steps

Troubleshooting: Extra HTML or Unrelated Text Appearing in Calendar Embed

TABLE OF CONTENTS


Overview

Some users may see unrelated text (for example, third-party references like “Marketing Agency,” “Demo Reviews,” or “Free Trial Offers”) when embedding a calendar onto their website or funnel. This can raise concerns about SEO, site trust, or script security.

In most cases, these extra snippets are not coming from the calendar embed code. Instead, they are part of the page where the embed is placed.


What’s Actually Happening


How to Verify

  1. Copy the embed code directly from Calendar Settings → Embed Code.

  2. Paste it into a plain text editor (such as Notepad).

    • You should see only the expected <iframe> or <script> calendar embed.

    • If unrelated text appears here, contact support (this is rare).

  3. Double-check the embed code for missing opening or closing brackets:

    • Example of a common mistake:

      <script> ... lines of code ... </script

      Here, the closing > is missing. Similarly, sometimes the starting < can be left out.

    • If you spot this, correct the brackets and re-embed the code.

  4. Inspect the webpage where the calendar was added:

    • For funnels/websites: open the builder and check for hidden or unused sections.

    • For external sites: use the site’s editor or browser Inspect Element tool (right-click → Inspect) to review page content.


How to Fix It


Key Takeaway

The calendar embed code itself does not add external text or harm SEO. Any unexpected content comes from the page where it is embedded and can be removed directly in the builder or site editor. Always make sure the embed code is copied fully, with all brackets correctly included.

Last updated Mon, 29 Sep, 2025 at 6:40 AM