Enhance website performance, security, and accessibility features - #15
Merged
Conversation
Enhance website performance, security, and accessibility in V2
Enhance website performance, security, and accessibility
Hide spotlight feature on mobile devices
feat: add structured data for rich results
Fix SEO component test by adding missing router context
Deploying twoctwot-website with
|
| Latest commit: |
ff54180
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ecd3aefe.twoctwot-website.pages.dev |
| Branch Preview URL: | https://develop.twoctwot-website.pages.dev |
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 pull request introduces several improvements to SEO, structured data, and the About page. The most significant changes are the migration to
react-helmet-asyncfor managing document head and meta tags, the addition of dynamic breadcrumb and page-specific structured data, and enhancements to the About page with a FAQ section and better layout. It also includes minor accessibility and responsive design updates.SEO and structured data improvements:
react-helmet-async, enabling server-side rendering compatibility and easier dynamic updates. (package.json,src/main.jsx,src/components/SEO.jsx) [1] [2] [3]src/components/SEO.jsx)AboutPageandFAQPageschemas with localized questions/answers. (src/pages/AboutPage.jsx)CollectionPageschema and aSoftwareApplicationschema for each project. (src/pages/ProjectsPage.jsx)imageandsameAsfields to each team member's structured data. (src/pages/TeamPage.jsx)index.htmlin favor of per-page dynamic schemas. (index.html)About page enhancements:
src/pages/AboutPage.jsx,src/pages/AboutPage.css) [1] [2]src/pages/AboutPage.css)Accessibility and responsive design:
src/components/InteractiveBackground.css)