Backlinks
This page discusses how you can use frontmatter to configure how the <PageBacklinks /> component renders the backlinks for this page.
Visibility
Section titled “Visibility”The visible frontmatter key allows you to explicitly show or hide the backlinks view for a page,
when using the <PageBacklinks /> component.
Backlinks will be revealed in the page.
---title: My Pagebacklinks: visible: true---
Some important text.Backlinks will not be revealed in the page.
---title: My Pagebacklinks: visible: false---
Some important text.