Submitted almost 3 years ago
I used HTML5, CSS along with Flexbox to complete my challenge.
@arunsingh009
Design comparison
SolutionDesign
Solution retrospective
- I want to ask whether the code which I have written is SEO friendly or not?
- In my code where I can improve to make it better code that can be understandable by everyone?
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! To answer your questions, I would say the following:
-
Your code is not SEO friendly because it doesn't include any. To make it one, you should add
<meta name="description" content="Put the details of your project here">
which you would add inside thehead
tag. -
Adjust the whitespaces and spaces in your code and add the
font-family
for the font style which I think you have forgotten to include.
I hope it answers your question and keep up the good work!
Marked as helpful0@arunsingh009Posted almost 3 years ago@RioCantre I added font-family in my CSS but forgot to add meta tags and thanks for the feedback.
0 -
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