← Back to Projects

Showit SEO Guide

The Complete Showit SEO Guide & Checklist

A deep, no-fluff guide to ranking a Showit website — written for designers, agency owners, and DIY founders. Includes a 75-point checklist with step-by-step walkthroughs for every item.

✍️ By Adil Makhdoom 📅 Last updated: May 2026 ⏱ ~30 min read 📋 75-point checklist
Part 1
How SEO Works on Showit

Before you touch a single setting, you need to understand how Showit actually serves a website to Google. Most "Showit SEO" advice fails because people treat Showit like Squarespace or WordPress. It is not either of those. It is a hybrid, and the hybrid is where 90% of ranking issues come from.

1.1 The Showit + WordPress Architecture

A Showit site is really two systems glued together:

This matters because the two systems have completely different SEO controls:

Common mistake: A Showit designer perfectly optimizes the Home and Services pages, then publishes 40 blog posts with empty Yoast fields. Google ranks none of them. If you only optimize one side, half your site is invisible.

Showit also auto-generates a sitemap at yourdomain.com/siteinfo.xml for the Showit pages, and Yoast generates a separate sitemap (typically yourdomain.com/sitemap_index.xml) for the WordPress blog. Both must be submitted to Google Search Console.

1.2 Page Titles (Title Tags)

The page title is the clickable blue link in Google search results. It is the single most important on-page SEO element — for both ranking and click-through rate.

Beginner trap: The H1 heading on the page and the title tag are different things. The H1 is visible on-page text. The title tag lives in the page's <head> and is invisible to visitors — you only see it in the browser tab and in Google results.

In Showit, this is the Page Title field inside SEO Settings — not visible text on your canvas.

→ Guide: How to set the Page Title in Showit

1.3 Meta Descriptions

The meta description is the short snippet under the blue link in Google. It does not directly influence ranking, but it heavily influences click-through rate, which indirectly influences ranking.

Every Showit page has its own Meta Description field, right under the Page Title in SEO Settings.

→ Guide: How to write and set Meta Descriptions

1.4 Page URLs and Slugs

The URL slug is the part of the URL after your domain. yoursite.com/showit-website-designer has a slug of showit-website-designer.

❌ Bad: /page-2-final-v3-2024
✅ Good: /showit-seo-services

URL changes break links. Once indexed, do not change a URL without setting up a 301 redirect first.

→ Guide: How to set the Page URL/Slug in Showit

1.5 OG Image / Social Share Image

When someone shares your URL on Facebook, LinkedIn, WhatsApp, Slack, or iMessage, the platform pulls a preview card using the OG image you set.

Set this per page in Showit's SEO Settings → Share Image field. Blog post share images are set inside WordPress as the post's Featured Image.

→ Guide: How to set the OG / Share Image

1.6 Favicon

The favicon shows up in browser tabs, bookmarks, and Google search results next to your URL on mobile. No direct ranking impact, but it dramatically affects brand trust and CTR in mobile SERPs.

The favicon is global — set once in Site Settings, applies to every page.

→ Guide: How to set the Favicon

1.7 Heading Structure (H1–H6)

Headings tell Google — and screen readers, and humans skimming the page — the structure of your content. They are semantic HTML tags, not just visual styles.

Showit-specific trap: In Showit, the heading tag and the visual style are decoupled. Designers routinely make the brand name in the nav an H1 because it's the biggest text on the page, accidentally creating an H1 conflict with the actual page title.

The Text Tag dropdown lives inside the Text Properties panel on the right when a text box is selected.

Mobile-first warning: Desktop and mobile canvases can have different heading tags. If you set H1 correctly on desktop but the mobile canvas has the same text as a Paragraph, Google uses the mobile version — and sees no H1.
→ Guide: How to set H1, H2, H3 heading tags in Showit

1.8 Image SEO and Alt Text

Every image on your site is an SEO opportunity. Showit-heavy sites are image-heavy by nature, which makes this even more important.

The three image SEO levers

Alt text rules

Gallery images in Showit have their alt text set per-image inside the gallery's image list — same panel as the Image Title.

→ Guide: How to add alt text to images and galleries

1.9 Internal & External Linking

Links are still one of Google's core ranking signals. Most Showit sites under-link internally and over-link externally.

Internal linking

External linking

In Showit, links are set via Click Actions on any element. Action types include: Site Page (internal), Web URL (external), Anchor Tag, Email, and Phone.

→ Guide: How to add internal and external links in Showit

1.10 Schema Markup (Structured Data)

Schema markup is invisible code that tells Google what your content is — not just "here's some text" but "here's a service, priced at $X, offered in Lahore, by a business with these reviews."

Why it matters more than ever

Schema types every Showit site should consider

PageSchema Type
HomeProfessionalService or LocalBusiness
AboutPerson (for solo brand)
Each service pageService
Pages with FAQsFAQPage
ContactLocalBusiness (if local)
Blog postsArticle / BlogPosting (Yoast/Rank Math auto-handles)

Showit doesn't have a native schema builder. You add it as JSON-LD code, pasted into the Custom Head HTML field — either site-wide (Site Settings → Integrations) or per page (Page → Advanced Settings → Custom Head HTML).

Generate the JSON-LD with a free tool like TechnicalSEO.com Schema Generator or Schema App, then paste the output into Showit.

→ Guide: How to add Schema Markup in Showit

1.11 Mobile Canvas SEO — The Showit-Specific Trap

This is the single most overlooked Showit SEO issue. Google uses mobile-first indexing. Your mobile canvas is the one Google reads for ranking — not your desktop canvas.

Showit gives you two separate canvases per page. They can have different text, different headings, different images, different elements entirely. If they're out of sync, you have a serious problem.

Common mobile-only SEO mistakes

The rule: Whatever is critical for SEO (H1, body copy, alt text, internal links) must be present and correct on the mobile canvas — even if styled differently.
→ Guide: How to audit the mobile canvas for SEO

1.12 Site Speed & Core Web Vitals

Google's Core Web Vitals (LCP, INP, CLS) are real ranking factors. Showit sites can be fast, but the platform's design freedom makes it easy to build slow ones.

Most common speed killers on Showit

How to measure

→ Guide: How to optimize Showit site speed

1.13 Indexing, Sitemap & robots.txt

Indexing means Google has crawled your page and added it to its database. If a page is not indexed, it cannot rank. Period.

Most common indexing issue: A designer builds a site, accidentally leaves "Ask Google to ignore this page" checked on a key page (often left over from when it was a draft), and then wonders why it never ranks. Always audit every important page.

Verify indexing in Google Search Console by pasting the URL into the top bar.

→ Guide: How to submit your sitemap and check indexing

1.14 Canonical URLs

A canonical URL is a tag that tells Google "this is the official version of this page." It prevents duplicate content issues when the same content is reachable via multiple URLs.

Showit automatically sets canonical URLs for each page. You normally don't need to do anything. The only times this matters:

For the WordPress blog, Yoast/Rank Math handles canonicals automatically and lets you override them per-post.

1.15 Blog SEO via WordPress

Your blog is your SEO engine. Showit pages tend to be static. Blog posts are where you target long-tail keywords, build topical authority, and earn backlinks.

The setup

Blog content strategy

→ Guide: How to set up WordPress blog SEO with Yoast/Rank Math

1.16 AEO — Optimizing for AI Search

Search is changing. Perplexity, ChatGPT, Claude, Google's AI Mode, and Bing Copilot answer questions directly — often citing 3–5 sources. To get cited, your content needs to be structured for extraction.

What AI search engines look for

Practical Showit moves

→ Guide: How to optimize for AI search engines

1.17 Local SEO Fundamentals

If you serve a specific city or region, local SEO multiplies your visibility.

The five local SEO pillars

→ Guide: How to set up local SEO for a Showit site
Part 2
The 75-Point Checklist

Work through this top to bottom on a new site, or use it as an audit on an existing site. Click any item to mark it done.

Phase 1 — Foundations (Before You Optimize a Single Page)
Phase 2 — Page-Level SEO (Repeat for Every Page)
Phase 3 — Content & Headings
Phase 4 — Images & Media
Phase 5 — Internal & External Linking
Phase 6 — Technical SEO
Phase 7 — Schema Markup
Phase 8 — WordPress Blog SEO
Phase 9 — AEO (AI Search Optimization)
Phase 10 — Local SEO (If You Have a Local Business)
Phase 11 — Launch & Post-Launch
Phase 12 — Ongoing Maintenance (Monthly / Quarterly)
Part 3
Step-by-Step Guides

Every checklist item that requires more than a one-line action is detailed below. Bookmark this section.

3.1 How to Connect Your Domain and Confirm SSL

  1. In the Showit Design App, click Site Settings (left sidebar, under the Site tab).
  2. Find the Domain section and click Edit next to your domain. If no domain is connected, click Add a Custom Domain and step through the wizard.
  3. Showit will give you DNS records (an A record and/or CNAME). Add them in your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.).
  4. Wait 24–48 hours for DNS propagation.
  5. Once connected, Showit automatically issues a free SSL certificate. Visit your site — the URL should start with https:// and show a padlock icon.
  6. Decide on www vs. non-www (most modern sites use non-www). Make sure the other version 301-redirects to your chosen version — Showit's domain settings handle this for you.
  7. Use that exact version everywhere: Google Search Console, Analytics, social profiles, business cards.

3.2 How to Set the Favicon

  1. Create a 32 × 32 pixel PNG of your logo mark. Use favicon.io if you need to generate one from a letter or upload a larger logo.
  2. In the Showit Design App, click Site Settings in the left sidebar.
  3. Find the Favicon setting.
  4. Click Choose Image, upload your favicon file and select it.
  5. Preview how it looks in the browser tab.
  6. Click Publish in the top right of the Design App.
It can take up to 24 hours for the favicon to update for visitors who've already cached your site.

3.3 How to Set the OG / Social Share Image

Site-wide default

  1. Design a 1200 × 630 pixel image in Canva or Photoshop. Include your logo, a clear headline, and an on-brand background. Save as JPG under 1 MB.
  2. In Showit, open Site Settings and find the Default Share Image field.
  3. Upload and select your image. This will be used for any page that doesn't have a custom share image.

Per-page share image

  1. In the Design App, click the page name at the top of the canvas (so no canvas is selected — you should see page-level SEO Settings in the right panel).
  2. Scroll to Share Image and click Choose Image.
  3. Upload your custom 1200 × 630 image and select it.
  4. Publish.

Blog post share image

  1. In WordPress, edit the post.
  2. In the right sidebar, find Featured Image and click Set featured image.
  3. Upload your 1200 × 630 image. Add alt text. Click Update.

To test: paste your URL into Facebook's Sharing Debugger or LinkedIn's Post Inspector and click "Scrape Again" to clear the cache.

3.4 How to Install Google Analytics 4 (GA4)

  1. Go to analytics.google.com, create an account and a GA4 property for your domain.
  2. After creating the property, GA4 will show you a Measurement ID (format: G-XXXXXXXXXX).
  3. In the Showit Design App, open Site Settings → Integrations tab.
  4. Find the Google Analytics field and paste your Measurement ID. Save.
  5. Click Publish in the Design App.
  6. To verify: open your live site in an incognito window, then check GA4's Reports → Realtime view. You should see yourself as an active user within a minute.
Showit Site Settings Integrations panel showing Google Analytics Measurement ID field (G-XXXXXXXXXX)
Showit → Site Settings → Integrations → Google Analytics — paste your GA4 Measurement ID here

The same Integrations panel also has a field for Google Tag Manager — paste your GTM container ID there if you use GTM alongside GA4.

Showit Site Settings Integrations panel showing the Google Tag Manager container ID field
Showit → Site Settings → Integrations → Google Tag Manager — paste your GTM-XXXXXXX container ID here

3.5 How to Verify in Google Search Console (and Bing)

  1. Go to search.google.com/search-console.
  2. Click Add Property and choose URL prefix.
  3. Enter the full URL exactly as it appears in browsers (e.g. https://yourdomain.com — match www/non-www exactly).
  4. Choose the HTML tag verification method. Google gives you a meta tag like <meta name="google-site-verification" content="...">.
  5. In Showit, open Site Settings → Integrations → + Add Custom Code. Paste the meta tag into the Head section. Save.
  6. Click Publish in Showit.
  7. Back in Search Console, click Verify. It should confirm within 30 seconds.

For Bing Webmaster Tools: go to bing.com/webmasters, import directly from Google Search Console (one-click), and you're done. Bing powers ChatGPT search — this matters.

To request indexing of a specific page

  1. In Search Console, paste the URL into the search bar at the top.
  2. Wait for the URL inspection report.
  3. Click Request Indexing. Google will crawl within hours to days.

3.6 How to Submit Your Sitemap

  1. Confirm your sitemap exists by visiting https://yourdomain.com/siteinfo.xml in a browser. You should see an XML page listing your pages.
  2. In Search Console, click Sitemaps in the left sidebar.
  3. Enter siteinfo.xml in the "Add a new sitemap" field and click Submit.
  4. If you have a WordPress blog, also submit sitemap_index.xml (Yoast) or wp-sitemap.xml (WordPress core / Rank Math).
  5. Wait 24–72 hours. Search Console will show "Success" and the number of discovered URLs.

3.7 How to Set Up 301 Redirects

For Showit pages

  1. Open Site Settings, click Edit next to your domain.
  2. Click the gear icon at the top right of the Update Domain window.
  3. In the redirect panel, enter the old page slug on the left and the destination URL on the right.
  4. Click Add, then Close. Publish the site.
The page you're redirecting away from must not exist in Showit. If a Showit page has the same slug, Showit serves the page and ignores the redirect.

For WordPress blog redirects

  1. In WordPress, go to Plugins → Add New.
  2. Search for Redirection (by John Godley, 2M+ installs). Install and activate.
  3. Go to Tools → Redirection.
  4. Enter the Source URL (relative, e.g. /old-blog-post/) and Target URL (full URL). Click Add Redirect.
Never redirect to the home page as a "lazy fix." Google sees that as a soft 404.

3.8 How to Set the Page Title

  1. In the Showit Design App, click your page name in the left sidebar (so the page is selected — not a canvas inside it).
  2. In the right sidebar, you should now see SEO Settings. If you see Canvas Settings instead, you accidentally selected a canvas — click the page name again.
  3. In the Page Title field, write your title in 50–60 characters.
  4. Format: Primary Keyword + Modifier | Brand Name. Home page exception: brand name first.
  5. Publish.

Title formula examples

  • Home: Adil Makhdoom — Showit Designer & SEO Expert in Lahore
  • Service: Showit Website Design Services | Adil Makhdoom
  • Blog post: How to Add Alt Text in Showit (2026 Guide) | Adil Makhdoom
To verify: right-click your live page → View Page Source in Chrome → search for <title>. Your title should be there.
Showit SEO Settings panel showing Page Title, Meta Description and Share Image fields
Showit SEO Settings — click the page name (not a canvas) to see these fields

3.9 How to Write and Set Meta Descriptions

  1. Same place as Page Title — click the page name, then SEO Settings in the right panel.
  2. In the Meta Description field, write 140–160 characters.
  3. Structure: Hook → Value → CTA
  4. Naturally include the primary keyword once. Don't force it.
  5. Publish.
Example: Custom Showit website design for photographers, coaches, and creatives. SEO-optimized, fast, on-brand. Book a free strategy call with Adil today.

3.10 How to Set the Page URL / Slug

  1. Click the page name in the left sidebar.
  2. In the right panel, look for the Page URL field (sometimes labeled "URL Slug").
  3. Enter the slug in lowercase with hyphens. Example: showit-seo-services.
  4. Showit will warn you if the slug conflicts with another page.
  5. Important: Once a page is live and indexed, do not change its slug without setting up a 301 redirect first.
  6. Publish.

3.11 How to Use the "Ask Google to Ignore This Page" Toggle

  1. Click the page name in the left sidebar.
  2. In the right panel, click the Advanced Settings tab (next to SEO Settings).
  3. Find the Ask Google to ignore this page checkbox.
  4. Uncheck it for every page you want to rank.
  5. Check it for: thank-you pages, hidden landing pages, gated content pages, test pages.
  6. Publish.
This adds a noindex meta tag to the page's HTML head. It's one of the most common reasons Showit pages never appear in Google.
Showit Advanced Settings panel showing the Ask Google to ignore this page toggle at the bottom
Advanced Settings → scroll to the bottom to find the noindex toggle

3.12 How to Do Keyword Research

  1. Brainstorm seed keywords. What does your ideal client type into Google? Write 10–20 phrases.
  2. Expand using a tool:
  3. Filter for: monthly volume (50+ for niche, 500+ for broader), Keyword Difficulty under 30 for new sites, and search intent that matches your page.
  4. Map keywords to pages in a spreadsheet: URL, Primary keyword, 2–3 secondary keywords, Search intent, Current ranking.
One primary keyword per page. Never target the same keyword on two pages — that creates keyword cannibalization where your own pages compete with each other and neither ranks well.

3.13 How to Set H1, H2, H3 Heading Tags in Showit

  1. In the Design App, click on the text box you want to tag.
  2. In the right panel, find the Text Properties section.
  3. Locate the Text Tag dropdown.
  4. Choose: H1, H2, H3, H4, H5, H6, Paragraph, or Navigation.
  5. Logic: H1 = main page title (one per page, contains primary keyword). H2 = major section headers. H3 = subsections. Paragraph = body text.
  6. Switch to the mobile canvas and verify the same tag is applied there too.
  7. Publish.
To audit heading tags, install the HeadingsMap Chrome extension. It shows your full heading outline — multiple H1s, skipped levels, and missing structure all appear immediately.
Showit Text Properties panel showing the Text Tag dropdown set to h2
Text Properties → Text Tag dropdown — set H1, H2, H3, Paragraph on any text element

3.14 How to Add Alt Text to Images and Galleries

For a regular image on a canvas

  1. Click the image in the Showit Design App.
  2. In the right panel, find the Image Properties section.
  3. You'll see two fields: Image Title and Alt Text.
  4. Image Title: Short, descriptive name. Example: showit-portfolio-laura-wedding-photographer.
  5. Alt Text: Write a natural 1-sentence description. Example: Showit homepage hero for Laura, a wedding photographer in Lahore.
  6. Save. Publish. Repeat on the mobile canvas if a different image is used there.

For images inside a Showit Gallery

  1. Click the gallery → in the right panel, click Gallery Images.
  2. Click each individual image in the list and fill in Title and Alt Text one at a time.

For WordPress blog images

  1. In the post editor, click the image.
  2. In the block sidebar, fill in the Alt text field.
Showit Image panel showing Image Title and Alt Text fields
Image Properties — fill in both Title and Alt Text for every image

3.15 How to Add Internal and External Links (Click Actions)

  1. Click any text, image, button, or shape on a canvas.
  2. In the right panel, find Click Actions.
  3. Click + Add Click Action.
  4. Choose the Action Type:
    • Page — internal link to another page on your Showit site.
    • URL — external URL. Toggle "Open in new tab" on.
    • Canvas — jumps to a specific canvas on the same page.
    • Email / Phone / SMS — opens email client or dialer.
  5. Use descriptive link text ("Read our Showit SEO guide" — not "click here").
  6. Repeat on the mobile canvas. Publish.
Showit Click Actions panel showing the Link type dropdown with options: None, Page, Canvas, URL, Email, SMS, Phone
Click Actions → Link Type dropdown — all link types available in Showit

3.16 How to Add Schema Markup (JSON-LD) to Showit

Step 1 — Generate the schema

  1. Use TechnicalSEO.com's Schema Markup Generator or Schema App.
  2. Choose the schema type (LocalBusiness, Person, Service, FAQPage, etc.).
  3. Fill in all relevant fields (name, address, phone, hours, social profiles, etc.).
  4. Copy the generated JSON-LD code.

Example JSON-LD for a ProfessionalService:

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ProfessionalService", "name": "Your Name", "url": "https://yourdomain.com", "telephone": "+XX-XXX-XXXXXXX", "address": { "@type": "PostalAddress", "addressLocality": "Your City", "addressCountry": "XX" }, "areaServed": "Worldwide", "priceRange": "$$" } </script>

Step 2 — Add to Showit site-wide

  1. Go to Site Settings → Integrations → + Add Custom Code.
  2. Paste the <script> block into the Head section.
  3. Save. Publish.

Step 2 (alternative) — Add to a single page

  1. Click the page name in the left sidebar.
  2. In the right panel, click Advanced Settings.
  3. Find Custom Head HTML and click it.
  4. Paste the <script> block into the popup. Save. Publish.
Showit Advanced Settings panel showing Custom Head HTML field
Advanced Settings → Custom Head HTML — paste your JSON-LD script here

Step 3 — Validate

  1. Go to Google's Rich Results Test.
  2. Paste your live URL and confirm the schema is detected with no errors.

3.17 How to Audit the Mobile Canvas for SEO

  1. In Showit, switch to the mobile canvas view (toggle at the top of the editor).
  2. For every page, verify:
    • The H1 is present and tagged as H1 (click the text → Text Properties → Text Tag).
    • H2s and H3s are present and tagged correctly.
    • No critical body copy is hidden on mobile (check the Visibility toggle — make sure important paragraphs aren't set to "Hide on mobile").
    • All images have alt text on the mobile version.
    • All internal links (Click Actions) work on mobile elements.
  3. Test the live mobile site on a real phone — not just Chrome DevTools emulation.
  4. Run Google's Mobile-Friendly Test on each key URL.

3.18 How to Optimize Showit Site Speed

Images

Fonts

Third-party embeds

Video

Measure and re-test

3.19 How to Customize Your 404 Page

  1. In the Showit Design App's left sidebar, scroll to the Pages list. You should see a default 404 page.
  2. Click the 404 page and customize it: branded design, friendly headline, helpful links back to Home, Services, Blog, and Contact.
  3. Make sure the 404 page has "Ask Google to ignore this page" CHECKED — you don't want it indexed.
  4. Verify it has a proper SEO Title like Page Not Found | Brand Name.
  5. Publish.

3.20 How to Set Up WordPress Blog SEO (Yoast or Rank Math)

Install

  1. In WordPress, go to Plugins → Add New.
  2. Search for Yoast SEO or Rank Math. Install one (not both). Activate.

Initial configuration (Yoast)

  1. Click Yoast SEO in the WordPress sidebar and run the First-Time Configuration wizard.
  2. Set: Site type, Person or Organization (Person if solo brand), social profiles.
  3. Search appearance: Posts and Pages = indexed; Tags, Author archives, Date archives = no (thin content).

Per-post optimization

  1. Edit a blog post. Scroll to the Yoast SEO meta box.
  2. Fill in: Focus keyphrase, SEO title (50–60 chars), Meta description (140–160 chars), Slug.
  3. Set the Featured Image. Add alt text to it.
  4. Inside the post body, use proper H2/H3 structure.
  5. Link to at least 2 other relevant posts or pages on your site.
  6. Click Update / Publish.

Permalinks & sitemap

  1. Go to Settings → Permalinks in WordPress. Choose Post name (/%postname%/). Save.
  2. Your blog sitemap is at yourdomain.com/sitemap_index.xml. Submit to Google Search Console and Bing Webmaster Tools.

3.21 How to Optimize for AI Search (Perplexity, ChatGPT, Google AI)

Structure content for extraction

Add FAQ sections

E-E-A-T signals

Original, citable content

3.22 How to Set Up Local SEO for a Showit Site

  1. Claim Google Business Profile and verify with postcard or video.
  2. Fully complete the profile: business name (exact match to your site), category, address, phone (local number), website URL, hours, service list, 10+ photos.
  3. NAP consistency: The Name, Address, and Phone on your Showit contact page must match Google Business Profile exactly — same abbreviations, same punctuation.
  4. Add LocalBusiness schema via Custom Head HTML — see Schema guide. Include address, geo coordinates, openingHours, and areaServed.
  5. Embed a Google Map on your contact page. In Google Maps, find your business → Share → Embed a map → copy the iframe code → paste into a Showit Embed element.
  6. Get reviews. Email past clients with a direct review link from your Google Business Profile dashboard. Aim for 10+ in your first 6 months.
  7. Local citations: get listed in 5–10 reputable directories (Yelp, BBB, industry-specific like Clutch or DesignRush for designers).
Part 4
Frequently Asked Questions
Is Showit good for SEO?
Yes. Showit is fully SEO-capable. It gives you control over page titles, meta descriptions, URL slugs, heading tags, alt text, share images, schema markup, redirects, and sitemap submission. The platform also pairs with WordPress for blogging, which means you get the full power of Yoast or Rank Math for content SEO. The only thing Showit will not do for you is the strategy and execution — rankings still come down to keyword research, content quality, internal linking, and backlinks, the same as any other platform.
Where is the SEO Settings panel in Showit?
Click the page name in the left sidebar (not a canvas inside the page). In the right panel, you will see a section called SEO Settings. It contains Page Title, Meta Description, Page URL, and Share Image. If you see Canvas Settings instead, you have a canvas selected — click the page name at the top to deselect it.
How do I add an H1 tag in Showit?
Click the text box you want to tag, then look at the Text Properties section in the right panel. Find the Text Tag dropdown and choose H1. Use only one H1 per page, and make sure the same text box is also tagged H1 on the mobile canvas — Showit treats desktop and mobile as separate views, and Google indexes the mobile version.
How long should a Showit page title be?
50 to 60 characters. Google truncates titles at roughly 580 pixels, which usually falls near 60 characters. Put your primary keyword near the front and your brand name at the end on inner pages. On the home page, lead with the brand name.
What is the recommended OG image size for Showit?
1200 by 630 pixels, saved as JPG or PNG, under 1 MB. This matches the Facebook and LinkedIn standard and looks correct on every major social platform. Set a site-wide default in Site Settings and override it per page in the page-level SEO Settings panel.
What favicon size does Showit need?
32 by 32 pixels, PNG format, square. Set it once in Site Settings under the Favicon field. It applies to every page on the site. It can take up to 24 hours to update for visitors who have already cached your site.
How do I add alt text to images in Showit?
Click the image on the canvas. In the right panel, find the Image Properties section. The SEO Description field is your alt text — write a natural one-sentence description of what the image shows. For gallery images, click the gallery, expand Gallery Images, then click each image individually to set its alt text.
Why is my Showit page not showing up on Google?
The most common cause is the "Ask Google to ignore this page" checkbox being left checked under Advanced Settings on that page. Other causes include: the page is brand new and Google has not crawled it yet (request indexing in Search Console), the sitemap was never submitted, the page has no inbound internal links, or the content is too thin to rank.
How do I submit my Showit sitemap to Google?
Showit auto-generates a sitemap at yourdomain.com/siteinfo.xml. In Google Search Console, go to Sitemaps in the left sidebar, enter siteinfo.xml in the field, and click Submit. If you have a WordPress blog, also submit your blog sitemap (sitemap_index.xml for Yoast or Rank Math).
Does the Showit mobile canvas affect SEO?
Yes, heavily. Google uses mobile-first indexing, which means it reads your mobile canvas to determine ranking. If your H1 is correct on desktop but tagged as a paragraph on mobile, Google sees the mobile version. If important body copy is hidden on mobile to clean up the design, Google treats that content as missing. Always audit the mobile canvas for headings, body copy, alt text, and internal links.
Can I add schema markup to a Showit website?
Yes. Showit does not have a native schema builder, but you can paste JSON-LD code into the Custom Head HTML field. For site-wide schema like LocalBusiness, use Site Settings → Integrations → Add Custom Code. For per-page schema like FAQPage or Service, click the page name, open Advanced Settings in the right panel, and paste the code into Custom Head HTML.
How do I set up 301 redirects in Showit?
Open Site Settings, click Edit next to your domain, then click the gear icon at the top right of the Update Domain window. Enter the old page slug on the left and the destination URL on the right, then click Add. The old page must not exist as a live Showit page, or Showit will serve the page and ignore the redirect.
Do I need WordPress for Showit SEO?
Not strictly. You can rank a Showit-only site for static pages like Home, About, and Services. But if you want to publish ongoing blog content, target long-tail keywords, and build topical authority, the WordPress integration is essential. Showit pages are not designed for blogging — WordPress is, and Yoast or Rank Math give you full per-post SEO control.
Should I use Yoast SEO or Rank Math on a Showit blog?
Either works. Yoast is more popular and comes pre-installed on Showit's basic blog plans. Rank Math has more features in the free tier (built-in schema generator, redirection manager, 404 monitor). Pick one, do not install both, and stick with it. Switching plugins later requires re-doing all per-post SEO settings.
How do I optimize images for Showit?
Compress before uploading — aim for under 200 KB for hero images and under 100 KB for other images. Use TinyPNG, Squoosh, or Photoshop Save for Web at 70–80% quality. Rename files descriptively before uploading (showit-portfolio-wedding-photographer.jpg, not IMG_4521.jpg). Then add alt text inside Showit via the SEO Description field in Image Properties.
Can a Showit website rank in Google AI Overviews and Perplexity?
Yes. AI search engines preferentially cite content that is well-structured for extraction. That means clear H2 and H3 questions, direct one-to-two sentence answers under each heading, FAQ sections marked up with FAQPage schema, author bylines with Person schema, and original data or examples nobody else has published. Showit can deliver all of this — the structure matters more than the platform.
How long does it take for Showit SEO changes to show up in Google?
For new pages: 1 to 14 days for initial indexing if you submit the sitemap and request indexing in Search Console. For ranking changes on existing pages: 2 to 8 weeks for Google to recrawl, re-evaluate, and update positions. Brand-new domains can take 3 to 6 months to build enough trust to rank for competitive keywords.
Is the Showit canvas designer bad for Core Web Vitals?
Not inherently. Showit applies responsive image sizing and lazy loading automatically. The common issues are user-controlled: uploading uncompressed images, loading too many custom font weights, embedding heavy third-party scripts on every page, or building extremely tall mobile canvases with dozens of elements. Optimize those and Showit sites pass Core Web Vitals fine.
How many keywords should I target per Showit page?
One primary keyword and two to three secondary keywords per page. Do not target the same primary keyword on two different pages — that creates keyword cannibalization, where your own pages compete with each other and neither ranks well.
Do I need to do anything different for local SEO on Showit?
Yes. Claim and fully complete your Google Business Profile, ensure NAP (Name, Address, Phone) is identical between your Showit site and Google Business Profile, add LocalBusiness schema with full address and geo coordinates via Custom Head HTML, embed a Google Map on your contact page, and build city-specific landing pages if you serve multiple locations.

SEO is not a one-time task. It's a system. The most successful Showit sites are the ones where the designer goes through this checklist at launch, then revisits it quarterly — adjusting for new Google updates, new keywords, and new content.

Build this page as a pillar page, link to it from every blog post you write about Showit or SEO, and update it twice a year. That single pillar can drive more organic traffic than the rest of your site combined.

Last updated: May 2026  ·  Written by Adil Makhdoom