Frequently Asked Questions

1. Can I use Andalina for a production website?

Well, it works, but it is not recommended due to SEO implications. Search engines expect fully rendered HTML, and since Andalina fetches components client-side, web crawlers may not see your complete content.

However, we highly recommend using it if you are publishing themes or templates! It is incredibly useful for your clients in this case because it provides a clean, modular structure.

Note: If your pages contain code snippets (like a documentation site), we strongly prefer using the <an-code> component to keep your HTML clean.

2. Who are the target users?

Andalina is built for all Front-End developers, especially those who:

  • Build HTML themes and templates for sale or distribution.
  • Need to quickly prototype modular UIs without setting up build tools.
  • Want to deliver their outcomes cleanly to a Back-End development team (who will integrate it into server-side frameworks).