feat(seo): Improve meta tags, add OG image, Twitter cards, and JSON-LD - #46
Merged
Conversation
- Enhanced title and meta description for better click-through rates - Added full Open Graph tags with 1200x630 social sharing image - Added Twitter Card meta tags (summary_large_image) - Added JSON-LD structured data (SoftwareApplication schema) - Added canonical URL and robots meta tag - Added author meta tag - Generated favicon.ico and apple-touch-icon.png - Added theme-color for mobile browsers All changes are under-the-hood SEO improvements with no visual changes.
jatinkrmalik
force-pushed
the
seo/improve-meta-tags
branch
from
March 6, 2026 06:48
b105973 to
e1e94c6
Compare
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.
Summary
This PR improves the SEO of the VocaMac landing page with comprehensive under-the-hood changes. No visual changes to the page.
Changes:
• Enhanced meta tags — Better title and description for improved click-through rates
• Open Graph tags — Full OG implementation with 1200x630 social sharing image
• Twitter Cards — summary_large_image with creator attribution
• JSON-LD structured data — SoftwareApplication schema for Google rich results
• Canonical URL — Proper canonical to avoid duplicate content issues
• Robots meta — Optimized crawler directives
• Favicon assets — Generated favicon.ico and apple-touch-icon.png
• Theme color — Mobile browser theming support
Files changed:
web/index.html— All meta tag improvementsweb/og-image.png— Social sharing image (1200x630)web/apple-touch-icon.png— iOS home screen icon (180x180)web/favicon.ico— Browser faviconThe page will now share beautifully on Twitter, LinkedIn, Facebook, and rank better on Google.