MCPcopy
hub / github.com/midudev/libros-programacion-gratis / getSectionMetaTitle

Function getSectionMetaTitle

web/src/data/seo.ts:121–122  ·  view source on GitHub ↗
(entry: SectionPageEntry)

Source from the content-addressed store, hash-verified

119 `Libros gratis de ${entry.displayName} en español`;
120
121export const getSectionMetaTitle = (entry: SectionPageEntry) =>
122 `${getSectionPageTitle(entry)} | ${siteConfig.name}`;
123
124export const getSectionMetaDescription = (entry: SectionPageEntry) =>
125 truncateAtWord(

Callers

nothing calls this directly

Calls 1

getSectionPageTitleFunction · 0.85

Tested by

no test coverage detected