Content blocks
Content blocks bundle interactive or embed-heavy patterns that are not plain text or simple media.
Blocks in this guideβ
| Element | Role |
|---|---|
| Accordion | Expand and collapse panels for FAQs or dense copy. |
| HTML | Freeform markup when no native element fits; higher risk, more flexibility. |
| IFrame | Embed external pages or widgets that provide an embed URL. |
| Google Maps | Map embed for locations or directions. |
| Comment | Comment-style layout or third-party comment experience depending on configuration. |
| ChatBot | Chat widget configured in the sidebar. |
Safetyβ
- Html and IFrame can execute third-party code. Only embed vendors you trust.
- Prefer native Atomicat elements when they meet the requirement; they stay editable and safer.
SEO notesβ
- Important text should live in real HTML text elements where possible, not only inside raster screenshots inside IFrame widgets.
- Accordion headers should describe the hidden content clearly for accessibility.
Frequently asked questionsβ
Why does my iframe show blank on mobile?
Many providers block iframe embedding on small screens or require HTTPS. Test the published URL, not only the builder preview.
Can I run JavaScript inside Html?
Yes when the product allows it for your account, but malformed tags can block page save elsewhere. Validate snippets carefully.