Field Validations in Builder.io

Is there any options available on the builder to Field level, spell Check, SEO, W3CA level validations

Hi @Brijendra,

All this is achievable in the builder editor. However, some validations are not directly available but can be added via Custom Code/JS to respective custom fields or blocks.

  • There is a spell check in the rich text editor, but not in the page preview
  • For SEO: SEO optimizing Builder.io content - Builder.io
  • W3CA level validations: It’s a big category. Some of the validation is directly available like a required, validate selected input type but for some use cases, you need to use Custom JS or need to add HTML attributes accordingly.

Hope this answers your question, let us know if you’ve further concerns!