feat: Enhance SEO, add site files, and modernize UX#1
Merged
pohlipit23 merged 1 commit intomainfrom Jun 3, 2025
Merged
Conversation
This commit implements a series of improvements to the website: SEO Enhancements: - Added Open Graph and Twitter Card meta tags to index.html. - Implemented JSON-LD structured data (FoodEstablishment schema) in index.html. - Refined existing title, meta description, and keywords for better SEO. - Added a canonical URL link and theme-color meta tag. - NOTE: Placeholder URLs (https://www.example.com/) are used for canonical, OG, JSON-LD, robots.txt sitemap, and sitemap.xml loc. These MUST be updated by you. New Files: - Created robots.txt to guide web crawlers and link to the sitemap. - Created sitemap.xml for better search engine indexing (single page site). Design & UX Modernization: - Improved sticky header with a more pronounced shadow. - Enhanced hero section text legibility with a text shadow. - Replaced an inline style on the hero title with a class. - Added loading="lazy" to images for better performance. - Improved accessibility: - Added ARIA attributes (aria-label, aria-expanded) to the mobile menu button and updated JS to manage aria-expanded. Added aria-live to the menu. - Added focus rings to primary call-to-action buttons for better keyboard navigation. - NOTE: The brand-gold color contrast (#f7c531) should be reviewed by you for accessibility compliance. All changes are within plain HTML, CSS, and JavaScript as requested.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit implements a series of improvements to the website:
SEO Enhancements:
New Files:
Design & UX Modernization:
All changes are within plain HTML, CSS, and JavaScript as requested.