Design comparison
SolutionDesign
Community feedback
- @Fejiro001Posted 4 months ago
Great job! Some recommendations:
- Give all your projects meta description; it provides a summary of a page's content that search engines include in search results. For example,
<meta name="description" content="Put your description here.">
- When linking to sites to get resources like fonts it is highly recommended that you use the
preconnect
resource hint to establish early connection(s). Example,<link rel="preconnect" href="https://fonts.com">
Marked as helpful0 - Give all your projects meta description; it provides a summary of a page's content that search engines include in search results. For example,
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord