SEO for Converted WordPress Themes

Evergreen SEO guide for AI-to-WordPress conversions — titles, meta tags, JSON-LD, redirects, and plugin strategy after WPConvert.

Converted WordPress themes from AI builders and static exports behave differently from classic blog-driven sites. Page markup often lives in PHP templates, not in the post body field. SEO still works — but you need a strategy that matches how WPConvert themes are structured.

This guide is the canonical reference for organic search after conversion. For Yoast and Rank Math plugin setup, see the companion Yoast & Rank Math setup guide.


How WPConvert themes handle SEO out of the box

Every WPConvert theme ships with captured metadata from your source export:

These assets live in assets/data/seo.json and assets/data/seo-content.json inside your theme. The theme outputs tags on the front end even before you install an SEO plugin.

That means your live site can be indexable on day one. Admin SEO scores are a separate problem — plugins analyse post_content by default, which is why we publish a dedicated Yoast/Rank Math guide.


Pre-conversion SEO you control in the builder

The best SEO outcomes start before upload. In your AI builder or static project:

See optimize before conversion for the full export checklist.


URL structure and redirects after launch

When you move from a builder subdomain to your own domain:

  1. Map every old URL to a WordPress equivalent before DNS cutover
  2. Implement 301 redirects in WordPress (Redirection plugin, Rank Math, or server rules)
  3. Update Google Search Console property to the new domain
  4. Submit an updated sitemap after launch

WPConvert preserves path slugs when your export uses clean routes. Single-page apps with hash-only navigation may need manual URL planning — document anchors and target pages in your migration checklist.


Structured data strategy

WPConvert emits JSON-LD based on what it can infer from the export:

Schema type Typical use
Organization / WebSite Brand identity on all pages
WebPage Individual routes
BreadcrumbList Where navigation hierarchy is clear
FAQPage When FAQ content is in static markup

After launch, validate with Google Rich Results Test. If you add WooCommerce, product schema comes from WooCommerce and your SEO plugin — not from the base theme alone.

Do not duplicate JSON-LD blocks. When Yoast or Rank Math is active, WPConvert themes stand down overlapping meta output to avoid duplicate tags.


Sitemaps and indexing

On WordPress:

WPConvert.ai publishes its own marketing sitemap at wpconvert.ai/sitemap.xml. Your converted site needs its own sitemap on your domain — generated by WordPress after install.


Content editing and SEO over time

Converted themes are template-driven. Editors update copy in WordPress pages or the block editor depending on how sections were mapped. For SEO maintenance:

Agencies should document which sections are template-locked vs editable so clients do not break layout when chasing SEO tweaks.


Local SEO and multi-location sites

If your builder site included location pages:

WPConvert does not auto-generate LocalBusiness schema unless it was present in source markup — plan plugin configuration after conversion.


International and multilingual SEO

Export a single language from your builder for the cleanest first conversion. Add multilingual plugins (WPML, Polylang, TranslatePress) after the theme is stable:


Measuring success

Track these within 30 days of launch:

Compare staging vs production before cutover so you know the theme renders the same for Googlebot as for users.


Core Web Vitals on converted themes

AI exports often ship large JavaScript bundles and scroll animations. After conversion:

Poor vitals hurt rankings; they are fixable post-launch without re-converting.


Blog vs pages SEO after conversion

Many builder sites mix landing pages and a blog. In WordPress:

WPConvert maps routes from your export — rename slugs in WordPress before you accumulate backlinks.


Common mistakes after conversion

These issues show up repeatedly on converted themes. Catch them before you announce the new domain:


Post-conversion SEO QA checklist

Run this on production (or staging that mirrors production) within 48 hours of theme activation:

On-page

Technical

Ongoing

Document results in your client handoff so the next editor knows what was verified.


Agency workflow notes

Agencies shipping converted themes for clients should standardize SEO handoff:

  1. Pre-sale — Confirm whether the client needs local SEO, multilingual, or WooCommerce schema. Scope plugin work separately from theme conversion.
  2. Pre-conversion — Run the optimize before conversion checklist in the builder repo; export a single language.
  3. Staging — Activate theme on staging with noindex, install one SEO plugin, configure per the Yoast/Rank Math guide, and complete the QA checklist above.
  4. Redirect package — Deliver a spreadsheet: old URL, new URL, redirect type, implemented (Y/N). Client IT or your team implements before DNS.
  5. Cutover — Lower TTL 24–48 hours before; switch DNS; verify SSL and redirects; submit sitemap same day.
  6. Handoff — Document which pages are template-locked vs block-editable, where seo.json lives, and who owns Search Console. Link to guides for post-launch maintenance.

Keep a builder reference (Lovable, Framer, Cursor, etc.) in the project folder — see builders for per-platform export notes when you need to reconvert after SEO-related markup fixes.


Troubleshooting

Symptom Likely cause Fix
Duplicate titles in view source Theme + SEO plugin both outputting meta Disable overlapping output in plugin settings or follow the Yoast/Rank Math guide
Pages not indexing Staging noindex left on, or robots block Check Settings → Reading, SEO plugin noindex flags, and host robots rules
Rich results errors after plugin install Conflicting FAQ or Organization schema Remove duplicate JSON-LD; let one source (theme or plugin) own each type
Traffic drop after migration Missing or chained redirects Audit 404 log; implement 301s; request re-indexing for key URLs in Search Console
SEO plugin shows grey/red readability Analysis reads empty post_content Expected on template pages; edit visible copy in templates or mapped blocks
Wrong canonical on paginated or filtered URLs Plugin canonical rules vs theme defaults Set canonical policy in SEO plugin; exclude faceted URLs from sitemap
Builder URLs still in SERPs months later Old property still indexed Keep redirects permanent; use Change of Address in Search Console if domain changed

If rankings stall after technical fixes, revisit on-page quality and internal linking — conversion preserves structure, not a content strategy.