Footer
Overview
The footer is the lower area of your web application. It appears on all pages of the domain and typically contains legal information, useful links and contact details.
Building the Footer
Like the header, the footer is built in the Dev Panel using standard BWEB blocks. It is configured independently for each domain.
Typical Elements
| Element | Block Type | Description |
|---|---|---|
| Legal links | text / wrapper | Legal notices, terms of service, privacy policy |
| Contact details | text | Address, phone number, contact email |
| Social media | wrapper + icons | Links to social profiles |
| Copyright | text | Year and company name |
| Newsletter | formField + button | Subscription form |
Responsive
The footer adapts automatically according to breakpoints. On mobile, columns stack vertically. Use Tailwind grid and flex classes to organize the content.
Footer and SEO
The footer is a good location for important internal links. Search engines index footer links, which improves the internal linking of your site.

