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

Function getSectionMetaDescription

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

Source from the content-addressed store, hash-verified

122 `${getSectionPageTitle(entry)} | ${siteConfig.name}`;
123
124export const getSectionMetaDescription = (entry: SectionPageEntry) =>
125 truncateAtWord(
126 `Descubre ${entry.section.books.length} libros gratis de ${entry.displayName} en español. Recursos seleccionados en PDF y HTML para aprender con guías prácticas y gratuitas.`,
127 );
128
129export const toAbsoluteUrl = (href: string) => new URL(href, siteConfig.url).toString();
130

Callers 1

Calls 1

truncateAtWordFunction · 0.70

Tested by

no test coverage detected