Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add schema.org structured data and improve semantic markup (#85)
- **Structured Data**: - Introduced `itemscope` and `itemtype` for `<html>` as `WebPage` and `<body>` as `Person`. - Added `itemprop` attributes for: - Profile image (`image`) - Name (`name`) - Job title (`jobTitle`) - Profile links (`url`) - Social links (`sameAs`). - **Accessibility**: - Enhanced semantic structure for links and images with metadata. - Improved compatibility with search engines and assistive technologies. - **Impact**: - Boosts SEO through structured data. - Improves usability and discoverability of content across platforms.
- Loading branch information