<Backlinks>
The <Backlinks>
component visualizes all the backlinks of a particular slug in an ordered list.
This component makes use of the sitemap
prop to determine the titles of the backlinks prop.
Import
Usage
Display backlinks for a custom page.
<Backlinks>
Props
The <Backlinks>
component accepts the following props:
backlinks
type: string[]
An array of slugs that represent the backlinks of the current page.
sitemap
type: sitemapSchema
The sitemap object, which contains all the information about pages, links and other information. For more information on how this object should be structured, check out the sitemap configuration documentation.