import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const seoPageToc: IPageToc[] = [ { label: 'seoPage.installation.title', href: '#installation' }, { label: 'seoPage.sitemap.title', href: '#sitemap' }, { label: 'seoPage.siteConfig.title', href: '#site-config' }, { label: 'seoPage.pageMeta.title', href: '#page-meta' }, { label: 'seoPage.initialHead.title', href: '#initial-head' }, { label: 'seoPage.robots.title', href: '#robots' }, ];