aboutsummaryrefslogtreecommitdiff
path: root/src/utils/schemas/pageSchema.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: update schema handling and improve SEO metadataValentin Popov29 hours1-15/+28
| | | | | | | | | - Changed schema type from WithContext<Thing> to Thing[] in Head, BaseLayout, and JsonLd components for better flexibility. - Added optional robots meta tag to Head component. - Updated JSON-LD generation in JsonLd component to include a structured payload. - Enhanced page and blog schemas to support breadcrumb and person schemas for improved SEO. - Introduced new utility schemas for website and person to streamline schema generation. - Refactored existing schemas to align with the new structure and ensure consistency across components.
* feat: enhance blog post and page schema with new propertiesValentin Popov2025-06-141-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.