Frequently Asked Questions on AI Builders, Migration and WordPress

Thirty questions we are asked repeatedly, answered directly. Where a question has a procedural answer that deserves more room than a paragraph, the entry links to detailed technical documentation.

All questions

1. What is an AI website builder?

It is a tool that generates a working website from a description rather than from manual layout work. Some produce real source code, others produce a site inside their own hosted environment, and that difference determines how easily you can move later. See the AI website builders overview.

2. Which AI builder should I choose in 2026?

Choose by what you will need on the way out: a code generator if the site must be maintained independently, a hosted visual platform if design speed matters more than portability, and an application platform only for internal tools. See the choosing a builder.

3. Can every AI-generated website be converted to WordPress?

Practically all of them. The output is HTML, CSS and JavaScript in some form, and that can always be expressed as a theme. What varies is how much of the editing model and dynamic behaviour has to be rebuilt. See the converting an AI website.

4. How long does a migration take?

A small marketing site is typically one to three days including quality assurance. Sites with content collections, several languages or bespoke application logic take longer because the data model must be designed rather than copied. See the conversion approaches.

5. Will I lose my search rankings?

Not if URLs stay stable, changed addresses get single-hop 301 redirects, and titles, descriptions, canonical tags and structured data are carried across unchanged. See the ranking preservation.

6. What is the single most common migration mistake?

Redirecting unmatched old URLs to the homepage. Search engines treat that as a soft 404 and the accumulated value of each page is lost. See the mistakes to avoid.

7. Do I need to keep the same URL structure?

Yes wherever possible. A URL is a public identifier that other people have cited; changing it is a cost, not a refresh opportunity. See the post-migration checklist.

8. How do I migrate images without losing quality?

Move the originals rather than the resized versions the old platform served, preserve alt text and filenames, re-declare dimensions, and generate modern formats at upload time. See the image optimisation.

9. Should images be lazy-loaded?

Everything below the fold, yes. The hero image should load eagerly and ideally be preloaded, because it is usually the Largest Contentful Paint element. See the speed optimisation.

10. Why do layouts break after conversion?

Usually because absolute positioning from a design canvas was copied literally, or because a compiled utility stylesheet was reproduced by hand instead of being carried across. See the fixing broken layouts.

11. What happens to responsive breakpoints?

They must be inventoried from the original stylesheet, not assumed. Generated sites often include intermediate rules that only appear on tablet widths. See the responsive design.

12. Can I export a Webflow site?

Paid plans allow a full static export of HTML, CSS, JavaScript and assets, plus CSV exports of CMS collections. Forms, search and collection filtering stop working outside Webflow hosting. See the Webflow export.

13. Can I export a Framer site?

Framer publishes to its own hosting and supports static export of the rendered result. Animations and the editing environment do not transfer and are rebuilt. See the Framer export.

14. How do I export a Lovable project?

Connect the project to a Git repository and clone it. You receive the complete React source tree, including components, styles and assets. See the Lovable export guide.

15. What about Bolt.new and Replit projects?

Both give you a downloadable project or Git sync. Build the project locally first to confirm dependencies resolve outside the hosted environment. See the Bolt.new export.

16. Can Claude or Cursor AI output be migrated?

Yes, and easily, because the output is ordinary source code. Difficulty depends on the framework used rather than the assistant. See the Claude migration.

17. Is a React site harder to migrate than a static one?

Yes. Static markup is what you see; a React application is a program whose output you see. Recovering the content model from components is the extra work. See the React migration guide.

18. How does Next.js differ from plain React here?

Rendering mode matters. Statically generated routes reveal their URLs in the build output, while server-rendered and revalidated routes need an explicit decision about where freshness comes from. See the Next.js migration guide.

19. Should I go headless and keep my front end?

Only when the interface is genuinely application-like. For content sites, template rendering is cheaper to maintain and usually faster. See the REST API documentation.

20. What is the fastest way to convert static HTML?

Classify first — page, collection entry or shared chrome — then reproduce the paths exactly. Static conversions are predictable precisely because nothing is hidden. See the HTML to WordPress.

21. Is WordPress still a good choice?

For content that keeps changing and must outlive its suppliers, yes: open source, self-hostable, exportable, API-accessible and supported by a large labour market. See the how themes work.

22. How many plugins should a migrated site have?

As few as you can defend. Every plugin is a dependency with an update cycle and a security surface. See the essential plugins.

23. How do I keep theme changes update-safe?

Use a child theme, or a purpose-built theme you own. Editing a parent theme directly makes updates impossible. See the child theme guide.

24. What metadata is usually missing from AI-built sites?

Per-page titles and descriptions, canonical tags, sitemaps, hreflang and structured data. Migration is the moment to add them properly. See the SEO for AI-built sites.

25. Do publication dates matter during import?

Considerably. Importing an archive with today's date tells search engines a decade of material appeared at once, which flattens topical history. See the content migration guide.

26. How should structured data be implemented?

Generated from real content fields rather than pasted into templates, so it stays accurate as pages change, and validated as part of deployment. See the structured data guide.

27. What performance should I expect after migrating?

A well-built template site normally outperforms a client-rendered original on first load, because there is no hydration and far less JavaScript. See the performance monitoring.

28. How do I handle multiple languages?

Decide the URL strategy first — subdirectory, subdomain or domain — then keep hreflang relationships intact across the move. See the multilingual guide.

29. Is automated conversion better than doing it manually?

Automation is excellent for structure, assets and redirects, and weak at editorial judgement. Most successful projects use both. See the manual versus automated.

30. How do I avoid being locked into a builder next time?

Connect version control on day one, keep content out of components, avoid platform-specific primitives, and confirm the export builds locally before the project matters. See the preventing lock-in.

Still deciding?

If you are choosing a platform

Read the AI website builders comparison, which reviews ten tools on export options and migration considerations, and our analysis of generated code quality.

If a migration is already planned

Start with the AI to WordPress migration guide, then the SEO preservation article and the path matching your stack in the resource library — for example the React path or the Next.js discussion.

If the question is institutional

See European digital transformation and WordPress as a long-term platform, or browse all articles.