Knowledge base
Apply a fix

Edit visible page content (paragraph, answer capsule, table, CTA)

A visible-content edit changes the body text a reader sees on the page: a rewritten paragraph or answer capsule, a comparison table, a call-to-action button, or a heading edit. You type or paste it directly into the live page so both human readers and AI crawlers read the new wording in place of the old. The new content must land in the page's server-rendered HTML, visible in View Source and never trapped inside an <iframe>, or AI crawlers will not read it.

Why this matters for your site

AI assistants and search engines quote the words that sit in your page's HTML, so editing the visible content is how you put a clear answer, a comparison table, or a call-to-action directly into what they read and cite. Content injected by JavaScript or trapped in an iframe is invisible to AI crawlers, so the edit only counts once it lands in the server-rendered HTML. Owning this wording controls how your business is described in AI answers and in search results.

Do it on your platform

Pick your website platform below for the exact place to make this change, and how to confirm it worked.

native
  1. 1

    In the WordPress dashboard, open Pages (or Posts) in the left menu, hover over the page you want to change, and click Edit.

    Pages
  2. 2

    In the WordPress block editor, click directly on the paragraph or heading in the page's body content and type the new wording over the old text.

  3. 3

    For a comparison table, click the + (Add block) button, search 'Table', and fill in the rows using the native Table block.

  4. 4

    For an answer capsule or anything that arrived as ready-made HTML, click the + (Add block) button, search 'Custom HTML', and paste the code into that Custom HTML block.

    <div class="answer">
      <h2>Your question here</h2>
      <p>Your one-sentence answer that AI assistants can quote in full.</p>
    </div>
  5. 5

    Edit only the body content of this Page or Post here. Site-wide text in the header or footer is not on the page. Edit it under Appearance → Editor, which holds the theme templates.

    AppearanceEditor
  6. 6

    Click Update at the top right to publish the change.

  7. 7

    On a page built with Elementor or Divi, edit the page in that builder instead and use its HTML, Text, or Code widget rather than the WordPress block editor.

Check it worked. After you click Update, open the live URL and confirm the new content shows in place of the old. Then open View Source (Ctrl/Cmd+U, NOT Inspect) and confirm the text is genuinely in the page's HTML and not inside an <iframe>. Behind a CDN, hard-refresh to clear the cache.

Heads up. A page built with a page builder (Elementor, Divi, WPBakery) or the old Classic Editor shows no block toolbar. Edit the matching text element inside that builder instead. The Gutenberg Custom HTML block renders server-side, so AI sees it; but do NOT inject the block through a Google Tag Manager snippet or a JavaScript-only widget, because AI crawlers broadly do not run JavaScript and JS-injected content is invisible to them.

Edit visible page content (paragraph, answer capsule, table, CTA) · Findrix Docs · Findrix