Bookmark
• 1 min read
Basic Use #
go-html
{{< bookmark "https://gohugo.io/" >}}
The world's fastest framework for building websites
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes …
gohugo.ioDuring the build, SeoTax reads the target page's metadata and renders its title, description, and image when available.
Provide Values Manually #
go-html
{{< bookmark
url="https://example.com"
title="Example"
description="A hand-written link description"
image="https://example.com/cover.png"
fetch="false"
>}}Set fetch="false" when builds cannot make network requests
or when you want predictable metadata.