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

Function getSectionPageTitle

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

Source from the content-addressed store, hash-verified

116 new URL(getSectionPagePath(entry), siteConfig.url).toString();
117
118export const getSectionPageTitle = (entry: SectionPageEntry) =>
119 `Libros gratis de ${entry.displayName} en español`;
120
121export const getSectionMetaTitle = (entry: SectionPageEntry) =>
122 `${getSectionPageTitle(entry)} | ${siteConfig.name}`;

Callers 3

getSectionMetaTitleFunction · 0.85
createHomeStructuredDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected