Website builder integration
How to Add Testimonials to Squarespace
Squarespace has a Code Block that lets you embed a Testivo testimonial wall on any page in a couple of minutes, no plugin required. The wall loads same-origin, so it counts as your content for SEO and stays readable by AI search engines.
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 Squarespace
- Edit the page, click an insert point, and add a Code block from the block menu.
- Paste the Testivo embed snippet (leave the block type as HTML, not Markdown).
- Save — view the live page, since the editor preview may not render external scripts.
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>3. Bonus: your testimonials are AI-readable
Most Squarespace 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
Which Squarespace plan do I need to embed testimonials?
Code Blocks that run scripts need the Business plan or higher. On Personal plans you can still link to your public Testivo wall page.
Why don't the testimonials show in the Squarespace editor?
Squarespace's editor often blocks external scripts in preview for safety. Save and view the published page — the wall renders correctly there.
Are Squarespace-embedded testimonials AI-readable?
Yes. Testivo writes Review JSON-LD into the page, so Google AI Overviews, ChatGPT and Perplexity can read and cite your testimonials — free on every plan.
Add AI-readable testimonials to Squarespace — free
Collect your first testimonial in minutes. No credit card, schema included on every plan.