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.
The PageBacklinks will be shown on the page.
---title: My Pagebacklinks: visible: true---
Some important text.The PageBacklinks will not be shown on the page.
---title: My Pagebacklinks: visible: false---
Some important text.