Skip to content

Add SEO improvements#5

Merged
PavelMakarchuk merged 1 commit into
mainfrom
seo-improvements
Apr 20, 2026
Merged

Add SEO improvements#5
PavelMakarchuk merged 1 commit into
mainfrom
seo-improvements

Conversation

@PavelMakarchuk
Copy link
Copy Markdown
Contributor

Summary

  • Add meta description, theme-color, and apple-touch-icon for better search indexing and mobile UX
  • Add Open Graph tags (og:type, og:title, og:description, og:url, og:image, og:site_name) for rich previews on Facebook, LinkedIn, etc.
  • Add Twitter Card tags (summary card with title, description, and image)
  • Add canonical URL (<link rel="canonical">) to prevent duplicate content issues
  • Add JSON-LD structured data (WebApplication schema) for enhanced search result appearance
  • Add robots.txt allowing all crawlers and pointing to sitemap
  • Add sitemap.xml with the single-page app URL
  • Move Google Fonts loading from CSS @import to <link> tags in HTML head with preconnect and preload hints for faster font loading
  • Replace <div> with <main> for the primary content area (semantic HTML)
  • Add <noscript> fallback with descriptive content for search engine crawlers that do not execute JavaScript
  • Improve <title> tag to be more descriptive and include the brand name

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cliff-watch Ready Ready Preview, Comment Apr 20, 2026 11:33pm

Request Review

@PavelMakarchuk PavelMakarchuk marked this pull request as ready for review April 20, 2026 23:43
@PavelMakarchuk PavelMakarchuk merged commit 3447607 into main Apr 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant