SEO
This guide will help you configure SEO for your Vermeer project.
General#
Update the general settings.
In config/_default/params.toml
, update seo.schemas.name
and seo.schemas.sameAs
:
Title#
Set your title.
In content/_index.md
, update seo.title
:
Description#
Set your description.
In content/_index.md
, update description
and seo.description
:
In config/_default/params.toml
, update description
:
Favicon#
Add your favicon file(s).
- Add a
favicon.png
and favicon.svg
(optional) to your projects’ assets
directory. Make sure favicon.png
is at least 512x512 pixels.
Social preview#
Add your image for social media preview.
- Add a
cover.png
to your projects’ static
directory. Make sure cover.png
is at least 640×320px (1280×640px for best display).