Skip to main content
·12 min read·CMS & Platforms

SEO Audit of a Canva Website: What Small Business Owners Need to Know

Learn how to audit your Canva website for SEO issues. Covers page titles, Core Web Vitals, structured data gaps, and what you can actually fix on the platform.

# SEO Audit of a Canva Website: What Small Business Owners Need to Know

Canva makes it easy to build a website. Pick a template, drag in your photos, adjust the fonts, and you have something professional-looking in under an hour. For a small business owner who needs a web presence without hiring a developer, that speed is genuinely valuable.

But looking good and ranking well on Google are different problems. Canva websites have specific SEO limitations that most owners never discover until they wonder why nobody finds them through search. This guide covers what those limitations are, how to check for them, and what you can realistically do about them.

A small business owner previewing their Canva website on a tablet, with the Canva drag-and-drop editor visible showing a polished one-page bakery site with large hero images and colorful template elements
A small business owner previewing their Canva website on a tablet, with the Canva drag-and-drop editor visible showing a polished one-page bakery site with large hero images and colorful template elements

Why Canva Websites Need a Different Kind of SEO Audit

Most SEO advice assumes full control over your website's code — editing HTML head tags, adding schema markup, configuring server headers, installing plugins. Canva does not give you that access.

Canva websites are generated from their visual editor and hosted on Canva's infrastructure. That means:

  • You cannot edit raw HTML. What Canva generates is what Google sees.
  • Page structure is limited. Canva decides how headings, images, and links are coded under the hood.
  • Performance is platform-dependent. You cannot optimize server response times, image compression, or JavaScript loading yourself.
  • URL structure is fixed. Canva sites live on *.my.canva.site subdomains or a connected custom domain, but you cannot control URL slugs for individual pages.

This does not mean Canva sites cannot rank. It means you need to focus on what you can control and understand where the platform itself creates the ceiling.

The 8 Most Common SEO Problems on Canva Websites

1. Missing or Generic Page Titles and Meta Descriptions

Canva lets you set a site title and description in its settings, but many users skip this or leave the defaults. When Google finds a title like "My Site" or no meta description, it generates one from your page content — often poorly.

What to check: Open your site in a browser, right-click, and select "View Page Source." Look for the </code> tag and <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong"><meta name="description"></code> tag. If they are missing or generic, that is your first fix.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What you can control:</strong> In Canva's website settings, set a custom page title and description using your primary keyword naturally. For a bakery in Portland, "Fresh Sourdough & Pastries | Rose City Bakery, Portland OR" is far more useful than "Rose City Bakery — Home."</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">2. Poor Heading Structure</h3><p class="text-text-secondary leading-relaxed my-4">Google uses heading tags (H1, H2, H3) to understand page hierarchy and topics. Canva's editor lets you choose text sizes, but visual size does not always match the underlying HTML heading level. You might have text that looks like a heading but is coded as a paragraph, or multiple H1 tags on a single page.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What to check:</strong> Use a <a href="/tools/meta-tag-analyzer" class="text-accent hover:text-accent-strong underline">meta tag analyzer</a> or free audit tool to scan your heading structure. You should have exactly one H1 per page containing your main topic. Subheadings should follow a logical H2 → H3 hierarchy.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">3. Images Without Alt Text</h3><p class="text-text-secondary leading-relaxed my-4">Canva sites are image-heavy by design — templates are built around visuals. But product photos and hero images often ship without alt text, the description that tells Google and screen readers what an image shows.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What to check:</strong> Right-click any image on your site, inspect it, and look for the <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">alt</code> attribute. If it says <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">alt=""</code> or is missing entirely, Google cannot understand that image.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What you can control:</strong> Canva allows you to add alt text in the editor. Click each image and look for the alt text option. Write a brief, accurate description: "Sourdough loaves cooling on a wire rack" rather than "bread" or nothing.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">4. Slow Page Load Speed</h3><p class="text-text-secondary leading-relaxed my-4">This is where Canva sites often struggle most. Google's <a href="https://web.dev/articles/vitals" class="text-accent hover:text-accent-strong underline">Core Web Vitals</a> — Largest Contentful Paint (LCP), Cumulative Layout Shift (CLS), and Interaction to Next Paint (INP) — directly influence rankings. Canva sites tend to load large, unoptimized images and include JavaScript bundles you cannot remove or defer.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What to check:</strong> Run your URL through a <a href="/tools/performance-checker" class="text-accent hover:text-accent-strong underline">performance checker</a>. Pay attention to:</p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li><strong class="text-text-primary">LCP (Largest Contentful Paint):</strong> Should be under 2.5 seconds. Canva sites with large hero images frequently exceed this.</li><li><strong class="text-text-primary">CLS (Cumulative Layout Shift):</strong> Should be under 0.1. Layout shifts happen when elements load and push other content around.</li><li><strong class="text-text-primary">INP (Interaction to Next Paint):</strong> Should be under 200ms.</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What you can control:</strong> You cannot change how Canva compresses images or loads JavaScript, but you can reduce the number of large images per page and avoid embedding heavy external widgets.</p><figure class="my-8"><img src="/blog-images/blog-seo-audit-of-a-canva-website-2-a-google-search-results-page-for-dog-grooming-near-me-showin.webp" alt="A Google search results page for "dog grooming near me" showing a Canva-built site buried on page three behind WordPress and Squarespace competitors, with the site owner pointing at the screen in frustration" class="w-full rounded-lg border border-border" loading="lazy"/><figcaption class="text-sm text-text-muted italic mt-2 text-center">A Google search results page for "dog grooming near me" showing a Canva-built site buried on page three behind WordPress and Squarespace competitors, with the site owner pointing at the screen in frustration</figcaption></figure><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">5. No Structured Data</h3><p class="text-text-secondary leading-relaxed my-4">Structured data (schema markup) helps Google understand your content type — whether a page is a local business, product listing, or event. This powers <a href="https://developers.google.com/search/docs/appearance/structured-data/article" class="text-accent hover:text-accent-strong underline">rich results</a> in search: star ratings, business hours, FAQ dropdowns, and more.</p><p class="text-text-secondary leading-relaxed my-4">Canva does not add structured data to your pages, and there is no way to inject JSON-LD through their editor. You miss out on enhanced search listings that competitors on WordPress or Squarespace may already have.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What you can control:</strong> Very little within Canva. For local businesses, where structured data drives map pack and rich snippet visibility, this is one of the platform's most significant limitations.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">6. Limited Internal Linking</h3><p class="text-text-secondary leading-relaxed my-4">A strong internal link structure helps Google discover all your pages and understand which are most important. Canva's editor has simple navigation menus but does not encourage contextual internal linking — linking naturally from one page's body text to related pages.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What to check:</strong> Can Google find every page by following links from your homepage? Are your most important pages linked from multiple places?</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What you can control:</strong> Use Canva's link feature to add links within body text pointing to other pages on your site. Do not rely solely on the navigation menu.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">7. No Blog or Content Section</h3><p class="text-text-secondary leading-relaxed my-4">Fresh, relevant content is one of the strongest SEO signals. Google's <a href="https://developers.google.com/search/docs/fundamentals/creating-helpful-content" class="text-accent hover:text-accent-strong underline">helpful content guidelines</a> reward sites that demonstrate experience and expertise. A bakery publishing posts about sourdough techniques or seasonal menus gives Google more to index and more reasons to rank the site.</p><p class="text-text-secondary leading-relaxed my-4">Canva does not have a blogging feature. Each page is a standalone design. You cannot create a regularly updated content section with individual post URLs, publication dates, or proper article markup.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What you can control:</strong> You could create individual Canva pages for articles and link them together, but this lacks blog infrastructure — RSS feeds, date-based organization, article schema. For businesses that need content marketing, this limitation alone may justify a platform change.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">8. Subdomain Hosting and Domain Authority</h3><p class="text-text-secondary leading-relaxed my-4">Using the free <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">yoursite.my.canva.site</code> URL means you are building SEO equity on Canva's subdomain, not your own domain. Canva supports custom domains on paid plans, but the free tier locks you into their URL structure.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">What to check:</strong> If your URL contains <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">canva.site</code>, connecting a custom domain is one of the most impactful changes you can make for SEO.</p><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">A Practical Canva SEO Audit Walkthrough</h2><p class="text-text-secondary leading-relaxed my-4">Here is how an audit works in practice. Consider a dog grooming business called "Happy Paws" that built their site on Canva six months ago and gets zero organic traffic.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">Step 1: Check What Google Sees</h3><p class="text-text-secondary leading-relaxed my-4">Search for <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">site:happypaws.my.canva.site</code> on Google. This shows every page Google has indexed. If you see fewer pages than you published, some are not being crawled.</p><p class="text-text-secondary leading-relaxed my-4">For Happy Paws, Google has only indexed the homepage. The services, pricing, and gallery pages are not in the index at all.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">Step 2: Run an Automated Audit</h3><p class="text-text-secondary leading-relaxed my-4">Use <a href="/" class="text-accent hover:text-accent-strong underline">FreeSiteAudit</a> to scan the entire site. The report flags:</p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Missing meta descriptions on 3 of 4 pages</li><li>No H1 tag on the services page (Canva rendered the heading as styled paragraph text)</li><li>12 images with no alt text</li><li>LCP of 4.1 seconds — nearly double the 2.5-second threshold</li><li>Zero structured data detected</li><li>No sitemap found</li></ul><figure class="my-8"><img src="/blog-images/blog-seo-audit-of-a-canva-website-3-a-freesiteaudit-report-on-a-laptop-screen-analyzing-a-canva-.webp" alt="A FreeSiteAudit report on a laptop screen analyzing a Canva website, with red warning flags next to missing meta descriptions, a 4.1-second LCP score, zero structured data, and no sitemap detected" class="w-full rounded-lg border border-border" loading="lazy"/><figcaption class="text-sm text-text-muted italic mt-2 text-center">A FreeSiteAudit report on a laptop screen analyzing a Canva website, with red warning flags next to missing meta descriptions, a 4.1-second LCP score, zero structured data, and no sitemap detected</figcaption></figure><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">Step 3: Fix What You Can</h3><p class="text-text-secondary leading-relaxed my-4">Working through the results:</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Fixable within Canva:</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>✅ Add unique meta titles and descriptions for each page</li><li>✅ Add alt text to all 12 images</li><li>✅ Reformat the services page heading so Canva renders it as a proper H1</li><li>✅ Add internal links from homepage text to services and pricing pages</li><li>✅ Connect a custom domain through Canva's paid plan</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Not fixable within Canva:</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>❌ Cannot add local business structured data</li><li>❌ Cannot control image compression or lazy loading</li><li>❌ Cannot reduce JavaScript bundle size</li><li>❌ Cannot add a blog with article markup</li><li>❌ Cannot create an XML sitemap</li><li>❌ Cannot set custom URL slugs for subpages</li></ul><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">Step 4: Measure and Decide</h3><p class="text-text-secondary leading-relaxed my-4">After making the fixable changes, re-audit in two to four weeks. If LCP remains above 2.5 seconds and the site still does not appear in local search results, the platform limitations — not the content — may be the bottleneck.</p><p class="text-text-secondary leading-relaxed my-4">This is the honest reality: Canva websites have an SEO ceiling. For some businesses, that ceiling is high enough. A photographer who gets clients through Instagram referrals may only need a Canva portfolio landing page. But a local service business competing for "dog grooming near me" needs every technical SEO advantage available.</p><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">Quick SEO Checklist for Canva Website Owners</h2><p class="text-text-secondary leading-relaxed my-4">Run through this list to audit your own Canva site:</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Page-Level Basics</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>[ ] Every page has a unique, descriptive title (under 60 characters)</li><li>[ ] Every page has a meta description (under 155 characters) with your target keyword</li><li>[ ] Each page has exactly one H1 heading</li><li>[ ] Subheadings follow a logical H2 → H3 structure</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Images</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>[ ] Every meaningful image has descriptive alt text</li><li>[ ] Hero images are not excessively large</li><li>[ ] Purely decorative images have empty alt text (<code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">alt=""</code>)</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Links and Navigation</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>[ ] Every page is reachable from the homepage within two clicks</li><li>[ ] Important pages are linked from body text, not just the nav menu</li><li>[ ] External links (Google Maps, social profiles) open in new tabs</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Technical Foundations</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>[ ] You are using a custom domain, not a <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">canva.site</code> subdomain</li><li>[ ] Your site loads in under 3 seconds on mobile</li><li>[ ] Google has indexed all your pages (check with <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong">site:yourdomain.com</code>)</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Content</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>[ ] Your homepage states what you do, who you serve, and where you are located</li><li>[ ] Each page targets a specific topic or service</li><li>[ ] Content is original, not copied from the template</li></ul><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">When to Consider Moving Off Canva</h2><p class="text-text-secondary leading-relaxed my-4">There is no shame in starting with Canva — it solves a real problem. But consider migrating to a more SEO-capable platform if:</p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>You depend on organic search traffic for leads or sales</li><li>You compete in a local market where competitors have optimized websites</li><li>You want to publish regular content like blog posts or guides</li><li>Your audit consistently shows technical issues you cannot fix within Canva</li><li>You need structured data for rich results (local business, products, events)</li></ul><p class="text-text-secondary leading-relaxed my-4">Platforms like WordPress, Squarespace, or Wix offer more SEO control while remaining manageable for non-technical users. The migration effort is real, but so is the SEO ceiling on Canva.</p><figure class="my-8"><img src="/blog-images/blog-seo-audit-of-a-canva-website-4-a-before-and-after-split-screen-of-a-canva-website-s-google-.webp" alt="A before-and-after split screen of a Canva website's Google Search Console performance dashboard, showing flat impressions on the left transforming into a steady upward climb on the right after fixing audit-recommended SEO issues" class="w-full rounded-lg border border-border" loading="lazy"/><figcaption class="text-sm text-text-muted italic mt-2 text-center">A before-and-after split screen of a Canva website's Google Search Console performance dashboard, showing flat impressions on the left transforming into a steady upward climb on the right after fixing audit-recommended SEO issues</figcaption></figure><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">Start With a Free Audit</h2><p class="text-text-secondary leading-relaxed my-4">Whether you are staying on Canva or considering a migration, the first step is the same: understand where your site stands right now.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary"><a href="/" class="text-accent hover:text-accent-strong underline">Run a free SEO audit of your Canva website with FreeSiteAudit</a></strong> — it takes less than a minute, requires no technical knowledge, and gives you a clear report of what is working, what is broken, and what you can actually fix. You will know immediately whether your Canva site's issues are addressable within the platform or whether they point to deeper limitations.</p><p class="text-text-secondary leading-relaxed my-4">Your website might look great. The question is whether Google agrees.</p><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">Sources</h2><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li><a href="https://developers.google.com/search/docs/fundamentals/creating-helpful-content" class="text-accent hover:text-accent-strong underline">Google Search Central: Creating Helpful Content</a></li><li><a href="https://developers.google.com/search/docs/appearance/structured-data/article" class="text-accent hover:text-accent-strong underline">Google Search Central: Article Structured Data</a></li><li><a href="https://web.dev/articles/vitals" class="text-accent hover:text-accent-strong underline">web.dev: Core Web Vitals</a></li></ul></div><div class="mt-12"></div><div class="mt-6 bg-gradient-to-r from-accent-subtle to-accent-subtle/50 border border-accent-border rounded-xl p-8 text-center"><h2 class="text-2xl font-bold mb-2">Check your website for free</h2><p class="text-text-muted mb-6">Get an instant score and your top 3 critical issues in under 60 seconds.</p><a class="inline-block bg-accent hover:bg-accent-strong text-text-inverse font-semibold px-10 py-3.5 rounded-lg transition-colors" href="/#free-audit">Get Your Free Audit →</a></div></article><footer class="border-t border-border mt-auto"><nav aria-label="Footer navigation" class="max-w-6xl mx-auto px-4 py-8 sm:py-12"><div class="grid grid-cols-2 md:grid-cols-3 gap-8 lg:flex lg:flex-row lg:flex-wrap lg:justify-between lg:gap-x-6"><div class="col-span-2 md:col-span-1 lg:max-w-[14rem]"><a class="text-lg font-bold tracking-tight" href="/"><span class="text-accent">Free</span>SiteAudit</a><p class="text-text-muted text-sm mt-3 leading-relaxed">Website audits for business owners and agencies. Find issues, fix them, grow.</p></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap">Solutions</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/#free-audit">Free Website Audit</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/agencies">For Agencies</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/pricing">Pricing</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/demo">Demo Report</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/dashboard">Dashboard</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap">Industries</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/industries/saas">SaaS Apps</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/industries/dev-portfolios">Dev Portfolios</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/industries/blogs">Blogs & Content</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/industries/courses">Course Sites</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/industries/agency-sites">Agency Sites</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/industries">All Industries</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap">Compare & Results</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/blog/freesiteaudit-vs-semrush">vs Semrush</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/blog/freesiteaudit-vs-seoptimer-vs-seo-site-checkup">vs SEOptimer</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/case-studies">Success Stories</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="https://findbackflowtesters.com">FindBackflowTesters.com</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="https://freesiteaudit.com">FreeSiteAudit.com</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap">Resources</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/blog">Blog</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/tools">Free Tools</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/fixes">Fix Library</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/about">About</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="mailto:hello@freesiteaudit.com">Contact</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap">Legal</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/privacy">Privacy Policy</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/terms">Terms of Service</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap">Platforms</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/platforms/wordpress">WordPress</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/platforms/shopify">Shopify</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/platforms/webflow">Webflow</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/platforms/wix">Wix</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap" href="/platforms/squarespace">Squarespace</a></li></ul></div></div><div class="border-t border-border-subtle mt-10 pt-6 flex flex-col sm:flex-row items-center justify-between gap-3 text-xs text-text-muted"><span>© <!-- -->2026<!-- --> FreeSiteAudit. All rights reserved.</span><div class="flex items-center gap-4"><a class="hover:text-text-secondary transition-colors" href="/privacy">Privacy</a><a class="hover:text-text-secondary transition-colors" href="/terms">Terms</a></div></div></nav></footer></div><!--$--><!--/$--></main><button aria-label="Contact us" class="fixed right-4 z-40 flex items-center gap-2 rounded-full bg-accent text-accent-foreground font-semibold text-sm h-12 px-5 shadow-accent-glow hover:bg-accent-strong hover:shadow-accent-glow-lg transition-all duration-200 bottom-[calc(1rem+env(safe-area-inset-bottom))] sm:bottom-6"><svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 011.037-.443 48.282 48.282 0 005.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z"></path></svg><span class="hidden sm:inline">Contact Us</span></button></div><button aria-label="Switch to light mode" aria-pressed="false" class="fixed right-4 z-40 flex items-center justify-center rounded-full w-10 h-10 border border-border bg-surface-elevated text-text-secondary hover:text-text-primary hover:bg-surface-panel shadow-panel-sm transition-all duration-200 bottom-[calc(1rem+env(safe-area-inset-bottom)+3.75rem)] sm:bottom-[5.25rem]"><svg class="w-[18px] h-[18px]" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"></path></svg></button><script src="/_next/static/chunks/webpack-092588108e816234.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[57150,[],\"\"]\n:HL[\"/_next/static/media/4473ecc91f70f139-s.p.woff\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff\"}]\n:HL[\"/_next/static/media/463dafcda517f24f-s.p.woff\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff\"}]\n:HL[\"/_next/static/css/ce06d03cd29772c1.css\",\"style\"]\n:HL[\"/_next/static/css/5adad2ac1ae9f57d.css\",\"style\"]\n2:Tbac,"])</script><script>self.__next_f.push([1,"{\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Is the free audit really free?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, completely free. Just enter your URL — no account, no email, no credit card. You get your overall score and top issues instantly. Want more? Create a free account to save your report and get 2 pro scan credits.\"}},{\"@type\":\"Question\",\"name\":\"How long until I get my report?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The Quick Scan is typically under 60 seconds. Paid reports are generated and emailed within 2–3 minutes of payment.\"}},{\"@type\":\"Question\",\"name\":\"What do you analyze?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"9 categories: SEO \u0026 Search Visibility, Website Performance \u0026 Speed, Mobile Experience, Security \u0026 Privacy, Accessibility, Content \u0026 Messaging, Technical Health, Trust \u0026 Credibility, and Local SEO \u0026 Google Business. Each category is scored independently, and we provide specific evidence and fix instructions for every issue found.\"}},{\"@type\":\"Question\",\"name\":\"Do I need technical knowledge?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not at all. Reports are written in plain language with prioritized, step-by-step recommendations. Each issue is labeled with who can fix it, and many are things you can do yourself without touching code.\"}},{\"@type\":\"Question\",\"name\":\"How accurate is the analysis?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We analyze your actual live website, checking real page speed, real HTML structure, and real content. Every finding comes with specific evidence from your site, so you can verify it yourself.\"}},{\"@type\":\"Question\",\"name\":\"Is my data safe?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Absolutely. We only use your email to deliver your report. No spam, no sharing with third parties. We analyze publicly accessible pages (the same thing Google sees). We never store passwords, we don't access admin panels, and we never sell your data. All connections are encrypted with 256-bit SSL. See our Privacy Policy for full details.\"}},{\"@type\":\"Question\",\"name\":\"Can I see a sample report before buying?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes! Check out our interactive demo report to see exactly what a full audit looks like, with real findings, evidence, and fix instructions you can explore.\"}},{\"@type\":\"Question\",\"name\":\"How do I cancel my subscription?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can cancel anytime from your dashboard. Just click \\\"Manage Subscription\\\" to open the billing portal. Your audit access continues until the end of your current billing period.\"}},{\"@type\":\"Question\",\"name\":\"Who built FreeSiteAudit?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"FreeSiteAudit was built by web professionals who wanted to make professional-grade website audits accessible to every business owner. We combined real-world SEO and web development experience with automation to deliver clear, actionable reports.\"}}]}"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"FN9XaBBGexVcrCMZN2msv\",\"p\":\"\",\"c\":[\"\",\"blog\",\"seo-audit-of-a-canva-website\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"blog\",{\"children\":[[\"slug\",\"seo-audit-of-a-canva-website\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/ce06d03cd29772c1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/5adad2ac1ae9f57d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem('theme');if(!t)t='dark';document.documentElement.classList.add(t);document.documentElement.style.colorScheme=t;var m=document.querySelector('meta[name=\\\"theme-color\\\"]');if(m)m.content=t==='light'?'#faf9fe':'#09090b'}catch(e){document.documentElement.classList.add('dark');document.documentElement.style.colorScheme='dark'}})()\"}}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#09090b\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://js.stripe.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://js.stripe.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://api.stripe.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://api.stripe.com\"}],[[\"$\",\"script\",\"0\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/#organization\\\",\\\"name\\\":\\\"FreeSiteAudit\\\",\\\"url\\\":\\\"https://freesiteaudit.com\\\",\\\"logo\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https://freesiteaudit.com/logo.png\\\",\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"60\\\"},\\\"description\\\":\\\"Free instant website audit tool for small businesses. Check your SEO, speed, mobile-friendliness \u0026 security in seconds.\\\",\\\"sameAs\\\":[],\\\"contactPoint\\\":{\\\"@type\\\":\\\"ContactPoint\\\",\\\"contactType\\\":\\\"Customer Service\\\",\\\"availableLanguage\\\":[\\\"English\\\"]}}\"}}],[\"$\",\"script\",\"1\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"ProfessionalService\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/#business\\\",\\\"name\\\":\\\"FreeSiteAudit\\\",\\\"url\\\":\\\"https://freesiteaudit.com\\\",\\\"logo\\\":\\\"https://freesiteaudit.com/logo.png\\\",\\\"description\\\":\\\"Professional website audit and SEO analysis service for small businesses. Get instant insights and actionable recommendations.\\\",\\\"priceRange\\\":\\\"Free - $$\\\",\\\"areaServed\\\":{\\\"@type\\\":\\\"Place\\\",\\\"name\\\":\\\"Worldwide\\\"},\\\"hasOfferCatalog\\\":{\\\"@type\\\":\\\"OfferCatalog\\\",\\\"name\\\":\\\"Website Audit Services\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"Offer\\\",\\\"itemOffered\\\":{\\\"@type\\\":\\\"Service\\\",\\\"name\\\":\\\"Free Website Audit\\\",\\\"description\\\":\\\"2 free website audits per week with AI-powered analysis\\\"},\\\"price\\\":\\\"0\\\",\\\"priceCurrency\\\":\\\"USD\\\"},{\\\"@type\\\":\\\"Offer\\\",\\\"itemOffered\\\":{\\\"@type\\\":\\\"Service\\\",\\\"name\\\":\\\"Starter Plan\\\",\\\"description\\\":\\\"5 website audits per week with priority support\\\"},\\\"price\\\":\\\"19.00\\\",\\\"priceCurrency\\\":\\\"USD\\\"}]}}\"}}],[\"$\",\"script\",\"2\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/#website\\\",\\\"url\\\":\\\"https://freesiteaudit.com\\\",\\\"name\\\":\\\"FreeSiteAudit\\\",\\\"description\\\":\\\"Free website audit tool for small businesses\\\",\\\"publisher\\\":{\\\"@id\\\":\\\"https://freesiteaudit.com/#organization\\\"}}\"}}],[\"$\",\"script\",\"3\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]]}],\"$L3\"]}]]}],{\"children\":[\"blog\",\"$L4\",{\"children\":[[\"slug\",\"seo-audit-of-a-canva-website\",\"d\"],\"$L5\",{\"children\":[\"__PAGE__\",\"$L6\",{},null,false]},null,false]},null,false]},null,false],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:I[7143,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"GoogleAnalytics\"]\na:I[43347,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"PostHogProvider\"]\nb:I[47212,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"WebVitals\"]\nc:I[63479,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"ThemeProvider\"]\nd:I[9766,[],\"\"]\ne:I[98924,[],\"\"]\nf:I[65534,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"ConditionalFooter\"]\n10:I[28923,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"default\"]\n11:I[49196,[\"7177\",\"static/chunks/app/layout-2ca08483bb34668c.js\"],\"ThemeToggle\"]\n13:I[24431,[],\"OutletBoundary\"]\n15:I[15278,[],\"AsyncMetadataOutlet\"]\n17:I[24431,[],\"ViewportBoundary\"]\n19:I[24431,[],\"MetadataBoundary\"]\n1a:\"$Sreact.suspense\"\n"])</script><script>self.__next_f.push([1,"3:[\"$\",\"body\",null,{\"className\":\"__variable_1e4310 __variable_c3aa02 antialiased bg-surface-body text-text-primary\",\"children\":[[\"$\",\"a\",null,{\"href\":\"#main-content\",\"className\":\"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-accent focus:text-accent-foreground focus:px-4 focus:py-2 focus:rounded-lg focus:font-semibold focus:text-sm focus:outline-none focus:shadow-lg\",\"children\":\"Skip to main content\"}],[\"$\",\"$L9\",null,{}],[\"$\",\"$La\",null,{}],[\"$\",\"$Lb\",null,{}],[\"$\",\"$Lc\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col min-h-screen\",\"children\":[[\"$\",\"main\",null,{\"id\":\"main-content\",\"children\":[\"$\",\"$Ld\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Le\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$Lf\",null,{}],[\"$\",\"$L10\",null,{}]]}],[\"$\",\"$L11\",null,{}]]}]]}]\n"])</script><script>self.__next_f.push([1,"4:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Le\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Le\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n6:[\"$\",\"$1\",\"c\",{\"children\":[\"$L12\",null,[\"$\",\"$L13\",null,{\"children\":[\"$L14\",[\"$\",\"$L15\",null,{\"promise\":\"$@16\"}]]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L17\",null,{\"children\":\"$L18\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L19\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$1a\",null,{\"fallback\":null,\"children\":\"$L1b\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"1c:I[41654,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-594ce9f3ae4ecbe2.js\"],\"MarketingNav\"]\n1d:I[23732,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-594ce9f3ae4ecbe2.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"12:[[[\"$\",\"script\",\"0\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Article\\\",\\\"headline\\\":\\\"SEO Audit of a Canva Website: What Small Business Owners Need to Know\\\",\\\"description\\\":\\\"Learn how to audit your Canva website for SEO issues. Covers page titles, Core Web Vitals, structured data gaps, and what you can actually fix on the platform.\\\",\\\"author\\\":{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"FreeSiteAudit\\\"},\\\"publisher\\\":{\\\"@id\\\":\\\"https://freesiteaudit.com/#organization\\\"},\\\"datePublished\\\":\\\"2026-01-08T00:00:00.000Z\\\",\\\"dateModified\\\":\\\"2026-01-08T00:00:00.000Z\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/blog/seo-audit-of-a-canva-website\\\"}}\"}}],[\"$\",\"script\",\"1\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://freesiteaudit.com\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Blog\\\",\\\"item\\\":\\\"https://freesiteaudit.com/blog\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"SEO Audit of a Canva Website: What Small Business Owners Need to Know\\\",\\\"item\\\":\\\"https://freesiteaudit.com/blog/seo-audit-of-a-canva-website\\\"}]}\"}}]],[\"$\",\"div\",null,{\"className\":\"min-h-screen\",\"children\":[[\"$\",\"$L1c\",null,{}],[\"$\",\"article\",null,{\"className\":\"max-w-3xl mx-auto px-4 py-16\",\"children\":[[\"$\",\"$L1d\",null,{\"items\":[{\"label\":\"Blog\",\"href\":\"/blog\"},{\"label\":\"SEO Audit of a Canva Website: What Small Business Owners Need to Know\"}]}],[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 text-sm text-text-muted mb-4\",\"children\":[[\"$\",\"time\",null,{\"children\":\"January 8, 2026\"}],[\"$\",\"span\",null,{\"children\":\"·\"}],[\"$\",\"span\",null,{\"children\":\"12 min read\"}],[[\"$\",\"span\",null,{\"children\":\"·\"}],[\"$\",\"span\",null,{\"className\":\"text-accent/70\",\"children\":\"CMS \u0026 Platforms\"}]]]}],[\"$\",\"h1\",null,{\"className\":\"text-3xl sm:text-4xl font-bold tracking-tight mb-4\",\"children\":\"SEO Audit of a Canva Website: What Small Business Owners Need to Know\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-text-muted\",\"children\":\"Learn how to audit your Canva website for SEO issues. Covers page titles, Core Web Vitals, structured data gaps, and what you can actually fix on the platform.\"}]]}],[\"$\",\"div\",null,{\"className\":\"border-t border-border pt-8\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"# SEO Audit of a Canva Website: What Small Business Owners Need to Know\"}}],[\"$\",\"p\",\"2\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canva makes it easy to build a website. Pick a template, drag in your photos, adjust the fonts, and you have something professional-looking in under an hour. For a small business owner who needs a web presence without hiring a developer, that speed is genuinely valuable.\"}}],[\"$\",\"p\",\"4\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"But looking good and ranking well on Google are different problems. Canva websites have specific SEO limitations that most owners never discover until they wonder why nobody finds them through search. This guide covers what those limitations are, how to check for them, and what you can realistically do about them.\"}}],[\"$\",\"figure\",\"img-7\",{\"className\":\"my-8\",\"children\":[[\"$\",\"img\",null,{\"src\":\"/blog-images/blog-seo-audit-of-a-canva-website-1-a-small-business-owner-previewing-their-canva-website-on-a-t.webp\",\"alt\":\"A small business owner previewing their Canva website on a tablet, with the Canva drag-and-drop editor visible showing a polished one-page bakery site with large hero images and colorful template elements\",\"className\":\"w-full rounded-lg border border-border\",\"loading\":\"lazy\"}],\"$L1e\"]}],\"$L1f\",\"$L20\",\"$L21\",\"$L22\",\"$L23\",\"$L24\",\"$L25\",\"$L26\",\"$L27\",\"$L28\",\"$L29\",\"$L2a\",\"$L2b\",\"$L2c\",\"$L2d\",\"$L2e\",\"$L2f\",\"$L30\",\"$L31\",\"$L32\",\"$L33\",\"$L34\",\"$L35\",\"$L36\",\"$L37\",\"$L38\",\"$L39\",\"$L3a\",\"$L3b\",\"$L3c\",\"$L3d\",\"$L3e\",\"$L3f\",\"$L40\",\"$L41\",\"$L42\",\"$L43\",\"$L44\",\"$L45\",\"$L46\",\"$L47\",\"$L48\",\"$L49\",\"$L4a\",\"$L4b\",\"$L4c\",\"$L4d\",\"$L4e\",\"$L4f\",\"$L50\",\"$L51\",\"$L52\",\"$L53\",\"$L54\",\"$L55\",\"$L56\",\"$L57\",\"$L58\",\"$L59\",\"$L5a\",\"$L5b\",\"$L5c\",\"$L5d\",\"$L5e\",\"$L5f\",\"$L60\",\"$L61\",\"$L62\",\"$L63\",\"$L64\",\"$L65\",\"$L66\",\"$L67\",\"$L68\",\"$L69\",\"$L6a\",\"$L6b\",\"$L6c\",\"$L6d\"]}],\"$L6e\",\"$L6f\",\"$L70\"]}],\"$L71\"]}]]\n"])</script><script>self.__next_f.push([1,"72:I[25266,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-594ce9f3ae4ecbe2.js\"],\"default\"]\n73:I[52619,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-594ce9f3ae4ecbe2.js\"],\"\"]\n1e:[\"$\",\"figcaption\",null,{\"className\":\"text-sm text-text-muted italic mt-2 text-center\",\"children\":\"A small business owner previewing their Canva website on a tablet, with the Canva drag-and-drop editor visible showing a polished one-page bakery site with large hero images and colorful template elements\"}]\n1f:[\"$\",\"h2\",\"9\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"Why Canva Websites Need a Different Kind of SEO Audit\"}]\n20:[\"$\",\"p\",\"11\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Most SEO advice assumes full control over your website's code — editing HTML head tags, adding schema markup, configuring server headers, installing plugins. Canva does not give you that access.\"}}]\n21:[\"$\",\"p\",\"13\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canva websites are generated from their visual editor and hosted on Canva's infrastructure. That means:\"}}]\n"])</script><script>self.__next_f.push([1,"22:[\"$\",\"ul\",\"ul-19\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eYou cannot edit raw HTML.\u003c/strong\u003e What Canva generates is what Google sees.\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003ePage structure is limited.\u003c/strong\u003e Canva decides how headings, images, and links are coded under the hood.\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003ePerformance is platform-dependent.\u003c/strong\u003e You cannot optimize server response times, image compression, or JavaScript loading yourself.\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eURL structure is fixed.\u003c/strong\u003e Canva sites live on \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e*.my.canva.site\u003c/code\u003e subdomains or a connected custom domain, but you cannot control URL slugs for individual pages.\"}}]]}]\n"])</script><script>self.__next_f.push([1,"23:[\"$\",\"p\",\"20\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"This does not mean Canva sites cannot rank. It means you need to focus on what you \u003cem\u003ecan\u003c/em\u003e control and understand where the platform itself creates the ceiling.\"}}]\n24:[\"$\",\"h2\",\"22\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"The 8 Most Common SEO Problems on Canva Websites\"}]\n25:[\"$\",\"h3\",\"24\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"1. Missing or Generic Page Titles and Meta Descriptions\"}]\n26:[\"$\",\"p\",\"26\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canva lets you set a site title and description in its settings, but many users skip this or leave the defaults. When Google finds a title like \\\"My Site\\\" or no meta description, it generates one from your page content — often poorly.\"}}]\n27:[\"$\",\"p\",\"28\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat to check:\u003c/strong\u003e Open your site in a browser, right-click, and select \\\"View Page Source.\\\" Look for the \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003ctitle\u003e\u003c/code\u003e tag and \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003cmeta name=\\\"description\\\"\u003e\u003c/code\u003e tag. If they are missing or generic, that is your first fix.\"}}]\n28:[\"$\",\"p\",\"30\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat you can control:\u003c/strong\u003e In Canva's website settings, set a custom page title and description using your primary keyword naturally. For a bakery in Portland, \\\"Fresh Sourdough \u0026 Pastries | Rose City Bakery, Portland OR\\\" is far more useful than \\\"Rose City Bakery — Home.\\\"\"}}]\n29:[\"$\",\"h3\",\"32\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"2. Poor Heading Structure\"}]\n2a:[\"$\",\"p\",\"34\""])</script><script>self.__next_f.push([1,",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Google uses heading tags (H1, H2, H3) to understand page hierarchy and topics. Canva's editor lets you choose text sizes, but visual size does not always match the underlying HTML heading level. You might have text that looks like a heading but is coded as a paragraph, or multiple H1 tags on a single page.\"}}]\n2b:[\"$\",\"p\",\"36\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat to check:\u003c/strong\u003e Use a \u003ca href=\\\"/tools/meta-tag-analyzer\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003emeta tag analyzer\u003c/a\u003e or free audit tool to scan your heading structure. You should have exactly one H1 per page containing your main topic. Subheadings should follow a logical H2 → H3 hierarchy.\"}}]\n2c:[\"$\",\"h3\",\"38\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"3. Images Without Alt Text\"}]\n2d:[\"$\",\"p\",\"40\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canva sites are image-heavy by design — templates are built around visuals. But product photos and hero images often ship without alt text, the description that tells Google and screen readers what an image shows.\"}}]\n2e:[\"$\",\"p\",\"42\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat to check:\u003c/strong\u003e Right-click any image on your site, inspect it, and look for the \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003ealt\u003c/code\u003e attribute. If it says \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003ealt=\\\"\\\"\u003c/code\u003e or is missing entirely, Google cannot understand that image.\"}}]\n2f:[\"$\",\"p\",\"44\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat you can control:\u003c/strong\u003e Canva allows you to add a"])</script><script>self.__next_f.push([1,"lt text in the editor. Click each image and look for the alt text option. Write a brief, accurate description: \\\"Sourdough loaves cooling on a wire rack\\\" rather than \\\"bread\\\" or nothing.\"}}]\n30:[\"$\",\"h3\",\"46\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"4. Slow Page Load Speed\"}]\n31:[\"$\",\"p\",\"48\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"This is where Canva sites often struggle most. Google's \u003ca href=\\\"https://web.dev/articles/vitals\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eCore Web Vitals\u003c/a\u003e — Largest Contentful Paint (LCP), Cumulative Layout Shift (CLS), and Interaction to Next Paint (INP) — directly influence rankings. Canva sites tend to load large, unoptimized images and include JavaScript bundles you cannot remove or defer.\"}}]\n32:[\"$\",\"p\",\"50\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat to check:\u003c/strong\u003e Run your URL through a \u003ca href=\\\"/tools/performance-checker\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eperformance checker\u003c/a\u003e. Pay attention to:\"}}]\n"])</script><script>self.__next_f.push([1,"33:[\"$\",\"ul\",\"ul-54\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eLCP (Largest Contentful Paint):\u003c/strong\u003e Should be under 2.5 seconds. Canva sites with large hero images frequently exceed this.\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eCLS (Cumulative Layout Shift):\u003c/strong\u003e Should be under 0.1. Layout shifts happen when elements load and push other content around.\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eINP (Interaction to Next Paint):\u003c/strong\u003e Should be under 200ms.\"}}]]}]\n"])</script><script>self.__next_f.push([1,"34:[\"$\",\"p\",\"55\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat you can control:\u003c/strong\u003e You cannot change how Canva compresses images or loads JavaScript, but you can reduce the number of large images per page and avoid embedding heavy external widgets.\"}}]\n"])</script><script>self.__next_f.push([1,"35:[\"$\",\"figure\",\"img-58\",{\"className\":\"my-8\",\"children\":[[\"$\",\"img\",null,{\"src\":\"/blog-images/blog-seo-audit-of-a-canva-website-2-a-google-search-results-page-for-dog-grooming-near-me-showin.webp\",\"alt\":\"A Google search results page for \\\"dog grooming near me\\\" showing a Canva-built site buried on page three behind WordPress and Squarespace competitors, with the site owner pointing at the screen in frustration\",\"className\":\"w-full rounded-lg border border-border\",\"loading\":\"lazy\"}],[\"$\",\"figcaption\",null,{\"className\":\"text-sm text-text-muted italic mt-2 text-center\",\"children\":\"A Google search results page for \\\"dog grooming near me\\\" showing a Canva-built site buried on page three behind WordPress and Squarespace competitors, with the site owner pointing at the screen in frustration\"}]]}]\n"])</script><script>self.__next_f.push([1,"36:[\"$\",\"h3\",\"60\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"5. No Structured Data\"}]\n37:[\"$\",\"p\",\"62\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Structured data (schema markup) helps Google understand your content type — whether a page is a local business, product listing, or event. This powers \u003ca href=\\\"https://developers.google.com/search/docs/appearance/structured-data/article\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003erich results\u003c/a\u003e in search: star ratings, business hours, FAQ dropdowns, and more.\"}}]\n38:[\"$\",\"p\",\"64\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canva does not add structured data to your pages, and there is no way to inject JSON-LD through their editor. You miss out on enhanced search listings that competitors on WordPress or Squarespace may already have.\"}}]\n39:[\"$\",\"p\",\"66\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat you can control:\u003c/strong\u003e Very little within Canva. For local businesses, where structured data drives map pack and rich snippet visibility, this is one of the platform's most significant limitations.\"}}]\n3a:[\"$\",\"h3\",\"68\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"6. Limited Internal Linking\"}]\n3b:[\"$\",\"p\",\"70\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"A strong internal link structure helps Google discover all your pages and understand which are most important. Canva's editor has simple navigation menus but does not encourage contextual internal linking — linking naturally from one page's body text to related pages.\"}}]\n3c:[\"$\",\"p\",\"72\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat to check:\u003c/strong\u003e Can Google find every page by following links from your homepage? A"])</script><script>self.__next_f.push([1,"re your most important pages linked from multiple places?\"}}]\n3d:[\"$\",\"p\",\"74\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat you can control:\u003c/strong\u003e Use Canva's link feature to add links within body text pointing to other pages on your site. Do not rely solely on the navigation menu.\"}}]\n3e:[\"$\",\"h3\",\"76\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"7. No Blog or Content Section\"}]\n3f:[\"$\",\"p\",\"78\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Fresh, relevant content is one of the strongest SEO signals. Google's \u003ca href=\\\"https://developers.google.com/search/docs/fundamentals/creating-helpful-content\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003ehelpful content guidelines\u003c/a\u003e reward sites that demonstrate experience and expertise. A bakery publishing posts about sourdough techniques or seasonal menus gives Google more to index and more reasons to rank the site.\"}}]\n40:[\"$\",\"p\",\"80\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canva does not have a blogging feature. Each page is a standalone design. You cannot create a regularly updated content section with individual post URLs, publication dates, or proper article markup.\"}}]\n41:[\"$\",\"p\",\"82\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat you can control:\u003c/strong\u003e You could create individual Canva pages for articles and link them together, but this lacks blog infrastructure — RSS feeds, date-based organization, article schema. For businesses that need content marketing, this limitation alone may justify a platform change.\"}}]\n42:[\"$\",\"h3\",\"84\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"8. Subdomain Hosting and Domain Authority\"}]\n43:[\"$\",\"p\",\"86\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySet"])</script><script>self.__next_f.push([1,"InnerHTML\":{\"__html\":\"Using the free \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003eyoursite.my.canva.site\u003c/code\u003e URL means you are building SEO equity on Canva's subdomain, not your own domain. Canva supports custom domains on paid plans, but the free tier locks you into their URL structure.\"}}]\n44:[\"$\",\"p\",\"88\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eWhat to check:\u003c/strong\u003e If your URL contains \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003ecanva.site\u003c/code\u003e, connecting a custom domain is one of the most impactful changes you can make for SEO.\"}}]\n45:[\"$\",\"h2\",\"90\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"A Practical Canva SEO Audit Walkthrough\"}]\n46:[\"$\",\"p\",\"92\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Here is how an audit works in practice. Consider a dog grooming business called \\\"Happy Paws\\\" that built their site on Canva six months ago and gets zero organic traffic.\"}}]\n47:[\"$\",\"h3\",\"94\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"Step 1: Check What Google Sees\"}]\n48:[\"$\",\"p\",\"96\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Search for \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003esite:happypaws.my.canva.site\u003c/code\u003e on Google. This shows every page Google has indexed. If you see fewer pages than you published, some are not being crawled.\"}}]\n49:[\"$\",\"p\",\"98\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"For Happy Paws, Google has only indexed the homepage. The services, pricing, and gallery pages are not in the index at all.\"}}]\n4a:[\"$\",\"h3\",\"100\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"Step 2: Run an Automated Audit\"}]\n4b:[\"$\",\"p\",\"102\",{\"className\":\"text-text-secon"])</script><script>self.__next_f.push([1,"dary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Use \u003ca href=\\\"/\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eFreeSiteAudit\u003c/a\u003e to scan the entire site. The report flags:\"}}]\n"])</script><script>self.__next_f.push([1,"4c:[\"$\",\"ul\",\"ul-110\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Missing meta descriptions on 3 of 4 pages\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"No H1 tag on the services page (Canva rendered the heading as styled paragraph text)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"12 images with no alt text\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"LCP of 4.1 seconds — nearly double the 2.5-second threshold\"}}],[\"$\",\"li\",\"4\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Zero structured data detected\"}}],[\"$\",\"li\",\"5\",{\"dangerouslySetInnerHTML\":{\"__html\":\"No sitemap found\"}}]]}]\n"])</script><script>self.__next_f.push([1,"4d:[\"$\",\"figure\",\"img-112\",{\"className\":\"my-8\",\"children\":[[\"$\",\"img\",null,{\"src\":\"/blog-images/blog-seo-audit-of-a-canva-website-3-a-freesiteaudit-report-on-a-laptop-screen-analyzing-a-canva-.webp\",\"alt\":\"A FreeSiteAudit report on a laptop screen analyzing a Canva website, with red warning flags next to missing meta descriptions, a 4.1-second LCP score, zero structured data, and no sitemap detected\",\"className\":\"w-full rounded-lg border border-border\",\"loading\":\"lazy\"}],[\"$\",\"figcaption\",null,{\"className\":\"text-sm text-text-muted italic mt-2 text-center\",\"children\":\"A FreeSiteAudit report on a laptop screen analyzing a Canva website, with red warning flags next to missing meta descriptions, a 4.1-second LCP score, zero structured data, and no sitemap detected\"}]]}]\n"])</script><script>self.__next_f.push([1,"4e:[\"$\",\"h3\",\"114\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"Step 3: Fix What You Can\"}]\n4f:[\"$\",\"p\",\"116\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Working through the results:\"}}]\n50:[\"$\",\"p\",\"118\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eFixable within Canva:\u003c/strong\u003e\"}}]\n51:[\"$\",\"ul\",\"ul-124\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"✅ Add unique meta titles and descriptions for each page\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"✅ Add alt text to all 12 images\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"✅ Reformat the services page heading so Canva renders it as a proper H1\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"✅ Add internal links from homepage text to services and pricing pages\"}}],[\"$\",\"li\",\"4\",{\"dangerouslySetInnerHTML\":{\"__html\":\"✅ Connect a custom domain through Canva's paid plan\"}}]]}]\n52:[\"$\",\"p\",\"125\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eNot fixable within Canva:\u003c/strong\u003e\"}}]\n"])</script><script>self.__next_f.push([1,"53:[\"$\",\"ul\",\"ul-132\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"❌ Cannot add local business structured data\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"❌ Cannot control image compression or lazy loading\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"❌ Cannot reduce JavaScript bundle size\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"❌ Cannot add a blog with article markup\"}}],[\"$\",\"li\",\"4\",{\"dangerouslySetInnerHTML\":{\"__html\":\"❌ Cannot create an XML sitemap\"}}],[\"$\",\"li\",\"5\",{\"dangerouslySetInnerHTML\":{\"__html\":\"❌ Cannot set custom URL slugs for subpages\"}}]]}]\n"])</script><script>self.__next_f.push([1,"54:[\"$\",\"h3\",\"133\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"Step 4: Measure and Decide\"}]\n55:[\"$\",\"p\",\"135\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"After making the fixable changes, re-audit in two to four weeks. If LCP remains above 2.5 seconds and the site still does not appear in local search results, the platform limitations — not the content — may be the bottleneck.\"}}]\n56:[\"$\",\"p\",\"137\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"This is the honest reality: Canva websites have an SEO ceiling. For some businesses, that ceiling is high enough. A photographer who gets clients through Instagram referrals may only need a Canva portfolio landing page. But a local service business competing for \\\"dog grooming near me\\\" needs every technical SEO advantage available.\"}}]\n57:[\"$\",\"h2\",\"139\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"Quick SEO Checklist for Canva Website Owners\"}]\n58:[\"$\",\"p\",\"141\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Run through this list to audit your own Canva site:\"}}]\n59:[\"$\",\"p\",\"143\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003ePage-Level Basics\u003c/strong\u003e\"}}]\n5a:[\"$\",\"ul\",\"ul-148\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Every page has a unique, descriptive title (under 60 characters)\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Every page has a meta description (under 155 characters) with your target keyword\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Each page has exactly one H1 heading\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Subheadings follow a logical H2 → H3 structure\"}}]]}]\n5b:[\"$\",\"p\",\"149\",{\"className\":\"text-text-secondary leading-rel"])</script><script>self.__next_f.push([1,"axed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eImages\u003c/strong\u003e\"}}]\n5c:[\"$\",\"ul\",\"ul-153\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Every meaningful image has descriptive alt text\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Hero images are not excessively large\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Purely decorative images have empty alt text (\u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003ealt=\\\"\\\"\u003c/code\u003e)\"}}]]}]\n5d:[\"$\",\"p\",\"154\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eLinks and Navigation\u003c/strong\u003e\"}}]\n5e:[\"$\",\"ul\",\"ul-158\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Every page is reachable from the homepage within two clicks\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Important pages are linked from body text, not just the nav menu\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] External links (Google Maps, social profiles) open in new tabs\"}}]]}]\n5f:[\"$\",\"p\",\"159\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eTechnical Foundations\u003c/strong\u003e\"}}]\n60:[\"$\",\"ul\",\"ul-163\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] You are using a custom domain, not a \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003ecanva.site\u003c/code\u003e subdomain\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Your site loads in under 3 seconds on mobile\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Google has indexed all your pages (check with \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong"])</script><script>self.__next_f.push([1,"\\\"\u003esite:yourdomain.com\u003c/code\u003e)\"}}]]}]\n61:[\"$\",\"p\",\"164\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eContent\u003c/strong\u003e\"}}]\n62:[\"$\",\"ul\",\"ul-168\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Your homepage states what you do, who you serve, and where you are located\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Each page targets a specific topic or service\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"[ ] Content is original, not copied from the template\"}}]]}]\n63:[\"$\",\"h2\",\"169\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"When to Consider Moving Off Canva\"}]\n64:[\"$\",\"p\",\"171\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"There is no shame in starting with Canva — it solves a real problem. But consider migrating to a more SEO-capable platform if:\"}}]\n"])</script><script>self.__next_f.push([1,"65:[\"$\",\"ul\",\"ul-178\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"You depend on organic search traffic for leads or sales\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"You compete in a local market where competitors have optimized websites\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"You want to publish regular content like blog posts or guides\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Your audit consistently shows technical issues you cannot fix within Canva\"}}],[\"$\",\"li\",\"4\",{\"dangerouslySetInnerHTML\":{\"__html\":\"You need structured data for rich results (local business, products, events)\"}}]]}]\n"])</script><script>self.__next_f.push([1,"66:[\"$\",\"p\",\"179\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Platforms like WordPress, Squarespace, or Wix offer more SEO control while remaining manageable for non-technical users. The migration effort is real, but so is the SEO ceiling on Canva.\"}}]\n"])</script><script>self.__next_f.push([1,"67:[\"$\",\"figure\",\"img-182\",{\"className\":\"my-8\",\"children\":[[\"$\",\"img\",null,{\"src\":\"/blog-images/blog-seo-audit-of-a-canva-website-4-a-before-and-after-split-screen-of-a-canva-website-s-google-.webp\",\"alt\":\"A before-and-after split screen of a Canva website's Google Search Console performance dashboard, showing flat impressions on the left transforming into a steady upward climb on the right after fixing audit-recommended SEO issues\",\"className\":\"w-full rounded-lg border border-border\",\"loading\":\"lazy\"}],[\"$\",\"figcaption\",null,{\"className\":\"text-sm text-text-muted italic mt-2 text-center\",\"children\":\"A before-and-after split screen of a Canva website's Google Search Console performance dashboard, showing flat impressions on the left transforming into a steady upward climb on the right after fixing audit-recommended SEO issues\"}]]}]\n"])</script><script>self.__next_f.push([1,"68:[\"$\",\"h2\",\"184\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"Start With a Free Audit\"}]\n69:[\"$\",\"p\",\"186\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Whether you are staying on Canva or considering a migration, the first step is the same: understand where your site stands right now.\"}}]\n6a:[\"$\",\"p\",\"188\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e\u003ca href=\\\"/\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eRun a free SEO audit of your Canva website with FreeSiteAudit\u003c/a\u003e\u003c/strong\u003e — it takes less than a minute, requires no technical knowledge, and gives you a clear report of what is working, what is broken, and what you can actually fix. You will know immediately whether your Canva site's issues are addressable within the platform or whether they point to deeper limitations.\"}}]\n6b:[\"$\",\"p\",\"190\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Your website might look great. The question is whether Google agrees.\"}}]\n6c:[\"$\",\"h2\",\"192\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"Sources\"}]\n"])</script><script>self.__next_f.push([1,"6d:[\"$\",\"ul\",\"ul-197\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ca href=\\\"https://developers.google.com/search/docs/fundamentals/creating-helpful-content\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eGoogle Search Central: Creating Helpful Content\u003c/a\u003e\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ca href=\\\"https://developers.google.com/search/docs/appearance/structured-data/article\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eGoogle Search Central: Article Structured Data\u003c/a\u003e\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ca href=\\\"https://web.dev/articles/vitals\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eweb.dev: Core Web Vitals\u003c/a\u003e\"}}]]}]\n"])</script><script>self.__next_f.push([1,"6e:null\n6f:[\"$\",\"div\",null,{\"className\":\"mt-12\",\"children\":[\"$\",\"$L72\",null,{\"sourcePage\":\"/blog\"}]}]\n70:[\"$\",\"div\",null,{\"className\":\"mt-6 bg-gradient-to-r from-accent-subtle to-accent-subtle/50 border border-accent-border rounded-xl p-8 text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold mb-2\",\"children\":\"Check your website for free\"}],[\"$\",\"p\",null,{\"className\":\"text-text-muted mb-6\",\"children\":\"Get an instant score and your top 3 critical issues in under 60 seconds.\"}],[\"$\",\"$L73\",null,{\"href\":\"/#free-audit\",\"className\":\"inline-block bg-accent hover:bg-accent-strong text-text-inverse font-semibold px-10 py-3.5 rounded-lg transition-colors\",\"children\":\"Get Your Free Audit →\"}]]}]\n"])</script><script>self.__next_f.push([1,"71:[\"$\",\"footer\",null,{\"className\":\"border-t border-border mt-auto\",\"children\":[\"$\",\"nav\",null,{\"aria-label\":\"Footer navigation\",\"className\":\"max-w-6xl mx-auto px-4 py-8 sm:py-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"grid grid-cols-2 md:grid-cols-3 gap-8 lg:flex lg:flex-row lg:flex-wrap lg:justify-between lg:gap-x-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"col-span-2 md:col-span-1 lg:max-w-[14rem]\",\"children\":[[\"$\",\"$L73\",null,{\"href\":\"/\",\"className\":\"text-lg font-bold tracking-tight\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent\",\"children\":\"Free\"}],\"SiteAudit\"]}],[\"$\",\"p\",null,{\"className\":\"text-text-muted text-sm mt-3 leading-relaxed\",\"children\":\"Website audits for business owners and agencies. Find issues, fix them, grow.\"}]]}],[[\"$\",\"div\",\"Solutions\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap\",\"children\":\"Solutions\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"Free Website Audit\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/#free-audit\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Free Website Audit\"}]}],[\"$\",\"li\",\"For Agencies\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/agencies\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"For Agencies\"}]}],[\"$\",\"li\",\"Pricing\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/pricing\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Pricing\"}]}],[\"$\",\"li\",\"Demo Report\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/demo\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Demo Report\"}]}],[\"$\",\"li\",\"Dashboard\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/dashboard\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Dashboard\"}]}]]}]]}],[\"$\",\"div\",\"Industries\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap\",\"children\":\"Industries\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"SaaS Apps\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/industries/saas\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"SaaS Apps\"}]}],[\"$\",\"li\",\"Dev Portfolios\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/industries/dev-portfolios\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Dev Portfolios\"}]}],[\"$\",\"li\",\"Blogs \u0026 Content\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/industries/blogs\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Blogs \u0026 Content\"}]}],[\"$\",\"li\",\"Course Sites\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/industries/courses\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Course Sites\"}]}],[\"$\",\"li\",\"Agency Sites\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/industries/agency-sites\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Agency Sites\"}]}],[\"$\",\"li\",\"All Industries\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/industries\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"All Industries\"}]}]]}]]}],[\"$\",\"div\",\"Compare \u0026 Results\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap\",\"children\":\"Compare \u0026 Results\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"vs Semrush\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/blog/freesiteaudit-vs-semrush\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"vs Semrush\"}]}],[\"$\",\"li\",\"vs SEOptimer\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/blog/freesiteaudit-vs-seoptimer-vs-seo-site-checkup\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"vs SEOptimer\"}]}],\"$L74\",\"$L75\",\"$L76\"]}]]}],\"$L77\",\"$L78\",\"$L79\"]]}],\"$L7a\"]}]}]\n"])</script><script>self.__next_f.push([1,"74:[\"$\",\"li\",\"Success Stories\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/case-studies\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Success Stories\"}]}]\n75:[\"$\",\"li\",\"FindBackflowTesters.com\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"https://findbackflowtesters.com\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"FindBackflowTesters.com\"}]}]\n76:[\"$\",\"li\",\"FreeSiteAudit.com\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"https://freesiteaudit.com\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"FreeSiteAudit.com\"}]}]\n"])</script><script>self.__next_f.push([1,"77:[\"$\",\"div\",\"Resources\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap\",\"children\":\"Resources\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"Blog\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/blog\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Blog\"}]}],[\"$\",\"li\",\"Free Tools\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/tools\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Free Tools\"}]}],[\"$\",\"li\",\"Fix Library\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/fixes\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Fix Library\"}]}],[\"$\",\"li\",\"About\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/about\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"About\"}]}],[\"$\",\"li\",\"Contact\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"mailto:hello@freesiteaudit.com\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Contact\"}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"78:[\"$\",\"div\",\"Legal\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap\",\"children\":\"Legal\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"Privacy Policy\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/privacy\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Privacy Policy\"}]}],[\"$\",\"li\",\"Terms of Service\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/terms\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Terms of Service\"}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"79:[\"$\",\"div\",\"Platforms\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3 lg:whitespace-nowrap\",\"children\":\"Platforms\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"WordPress\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/platforms/wordpress\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"WordPress\"}]}],[\"$\",\"li\",\"Shopify\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/platforms/shopify\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Shopify\"}]}],[\"$\",\"li\",\"Webflow\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/platforms/webflow\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Webflow\"}]}],[\"$\",\"li\",\"Wix\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/platforms/wix\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Wix\"}]}],[\"$\",\"li\",\"Squarespace\",{\"children\":[\"$\",\"$L73\",null,{\"href\":\"/platforms/squarespace\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors lg:whitespace-nowrap\",\"children\":\"Squarespace\"}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"7a:[\"$\",\"div\",null,{\"className\":\"border-t border-border-subtle mt-10 pt-6 flex flex-col sm:flex-row items-center justify-between gap-3 text-xs text-text-muted\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"© \",2026,\" FreeSiteAudit. All rights reserved.\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-4\",\"children\":[[\"$\",\"$L73\",null,{\"href\":\"/privacy\",\"className\":\"hover:text-text-secondary transition-colors\",\"children\":\"Privacy\"}],[\"$\",\"$L73\",null,{\"href\":\"/terms\",\"className\":\"hover:text-text-secondary transition-colors\",\"children\":\"Terms\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"18:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n14:null\n"])</script><script>self.__next_f.push([1,"7b:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"16:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"SEO Audit of a Canva Website: What Small Business Owners Need to Know - FreeSiteAudit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Learn how to audit your Canva website for SEO issues. Covers page titles, Core Web Vitals, structured data gaps, and what you can actually fix on the platform.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"author\",\"content\":\"FreeSiteAudit\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/site.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"name\":\"keywords\",\"content\":\"free website audit,free site audit,website audit tool,SEO audit free,website checker,site audit,small business website audit,check my website SEO,website score,local business SEO,website performance test,free SEO check\"}],[\"$\",\"meta\",\"5\",{\"name\":\"creator\",\"content\":\"FreeSiteAudit\"}],[\"$\",\"meta\",\"6\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"7\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"link\",\"8\",{\"rel\":\"canonical\",\"href\":\"https://freesiteaudit.com/blog/seo-audit-of-a-canva-website\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:title\",\"content\":\"SEO Audit of a Canva Website: What Small Business Owners Need to Know\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:description\",\"content\":\"Learn how to audit your Canva website for SEO issues. Covers page titles, Core Web Vitals, structured data gaps, and what you can actually fix on the platform.\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"12\",{\"property\":\"article:published_time\",\"content\":\"January 8, 2026\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"Free Site Audit | Website SEO Checker\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"Free website audit for small businesses. Get your score and top issues instantly.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://freesiteaudit.com/og-image.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"20\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"21\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L7b\",\"22\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"1b:\"$16:metadata\"\n"])</script></body></html>