easyblockshq / easyblocks

The open-source visual builder framework.
https://easyblocks.io
GNU Affero General Public License v3.0
301 stars 40 forks source link

have several pages with seo tags? #68

Open astronautfa opened 1 month ago

astronautfa commented 1 month ago

This project is awesome however I wanted to know if it is possible to create a page builder for our marketing team. This page builder should give them the power to create pages with our own set of components and be able to set the meta tags individually for each of those pages. The designed page should be made into a nextjs page in our project.

is this possible with easyblocks or should we extend it in any way to accomodate for this feature.

and also does easy blocks support Static Site Generation ?

r00dY commented 1 month ago

Hi @astronautfa, thanks for kind words.

You can absolutely do it. The metadata should be represented as fields in the schema of your root component, which in your case would represent a page.

As for SSG - also yes. Easyblocks was built with modern frameworks in mind. Checkout the example: https://docs.easyblocks.io/getting-started#real-world-example