← All integrations

Website builder integration

How to Add Testimonials to Carrd

Carrd is the fastest way to ship a one-page site, and you can drop a Testivo testimonial wall onto it with the Embed element in minutes. The wall renders into your Carrd page so your social proof loads inline with the rest of your content.

1. Collect your testimonials in Testivo

Before you embed, gather some proof. Share your Testivo collection link and customers leave a text, video, or audio testimonial in about 90 seconds — no account needed on their end. Approve the ones you like, then theme your wall (grid, masonry, carousel, or popup) and copy the embed.

2. Embed the wall on Carrd

  1. In the Carrd editor, add an Embed element where you want the wall.
  2. Set the Type to Code and paste the Testivo embed snippet.
  3. Set the embed mode to Inline (not overlay), then Publish.

This is the snippet you'll paste:

<script src="https://testivo.tech/embed/wall.js" data-slug="your-slug" async></script>
<div class="testivo-wall" data-slug="your-slug"></div>
Tip for Carrd: Embed elements with custom code require Carrd Pro (Pro Lite and up). On the free plan, add a button linking to your hosted Testivo wall instead.

3. Bonus: your testimonials are AI-readable

Most Carrd testimonial widgets render inside an iframe that Google and AI assistants can't read. Testivo's wall renders same-origin and ships Schema.org Review markup automatically — free, on every plan — so when a buyer asks ChatGPT, Perplexity, or Google's AI “is {your product} any good?”, your real customer proof is what they read. Here's the JSON-LD it generates for you:

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Your Product",
  "review": [{
    "@type": "Review",
    "author": { "@type": "Person", "name": "Jane Doe" },
    "reviewRating": { "@type": "Rating", "ratingValue": 5, "bestRating": 5 },
    "reviewBody": "Testivo made collecting testimonials effortless."
  }],
  "aggregateRating": {
    "@type": "AggregateRating", "ratingValue": "4.9", "reviewCount": 27, "bestRating": 5
  }
}

Testivo also publishes an llms.txt feed of your testimonials and allows AI crawlers (GPTBot, ClaudeBot, PerplexityBot) by default. No paid tier, no copy-paste schema snippet.

Frequently asked questions

Do I need Carrd Pro to add testimonials?

To use a code Embed element, yes — that's a Carrd Pro feature. On the free plan you can still link out to your public Testivo wall.

What layout works best on a single-page Carrd site?

A carousel or compact list keeps a one-pager tight; a full masonry wall works if testimonials are a dedicated section. Set the layout in Testivo before copying the embed.

Are Carrd testimonials readable by AI search engines?

Yes — Testivo ships Review schema and an llms.txt feed, so your testimonials can be cited by ChatGPT, Perplexity and Google AI Overviews regardless of host.

Add AI-readable testimonials to Carrd — free

Collect your first testimonial in minutes. No credit card, schema included on every plan.

More integration guides