Skip to content

Commit

Permalink
Improved SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Engström committed Jan 5, 2024
1 parent f7481a8 commit 6559a10
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,29 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Quizzer - Learn Python through Interactive Quizzes</title>
<meta name="description" content="Test your Python knowledge with interactive quizzes. Learn Python in a fun and engaging way with Python Quizzer." />
<meta name="keywords" content="Python quiz, Python quizzes, learn Python, Python beginners, programming quiz" />
<title>Python Quizzer - Interactive Python Learning with Quizzes | For Beginners and Experts</title>
<meta name="description" content="Master Python programming with Python Quizzer's interactive quizzes. Tailored for both beginners and experts, these quizzes make learning Python easy and fun." />
<meta name="keywords" content="Python quiz, Python learning, interactive Python quizzes, Python for beginners, Python programming, Python tutorials" />
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="canonical" href="https://alexandengstrom.github.io/python-quizzer" />
<meta property="og:title" content="Python Quizzer - Learn Python through Interactive Quizzes" />
<meta property="og:description" content="Test your Python knowledge with interactive quizzes. Learn Python in a fun and engaging way with Python Quizzer." />
<meta property="og:title" content="Python Quizzer - Interactive Python Learning with Quizzes" />
<meta property="og:description" content="Master Python with engaging, interactive quizzes. Ideal for beginners and expert programmers. Start learning Python in a fun way today!" />
<meta property="og:image" content="https://alexandengstrom.github.io/python-quizzer/banner.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://alexandengstrom.github.io/python-quizzer" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EducationalOrganization",
"name": "Python Quizzer",
"url": "https://alexandengstrom.github.io/python-quizzer",
"logo": "https://alexandengstrom.github.io/python-quizzer/icon.png",
"description": "Interactive and fun Python quizzes for learning and mastering Python programming. Suitable for all skill levels."
}
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 6559a10

Please sign in to comment.