aboutsummaryrefslogtreecommitdiff
path: root/src/utils/schemas/pageSchema.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: enhance blog post and page schema with new propertiesValentin Popov3 days1-0/+23
- Added optional `basedOn` field to blog post schema for better content attribution. - Updated blog post markdown to include `basedOn` reference for improved context. - Refactored page schema to replace deprecated website schema, enhancing structured data representation. - Adjusted 404 and index pages to utilize the new page schema for consistency and SEO improvements.