Skip to content

Commit 6559a10

Browse files
author
Alexander Engström
committed
Improved SEO
1 parent f7481a8 commit 6559a10

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,29 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Python Quizzer - Learn Python through Interactive Quizzes</title>
7-
<meta name="description" content="Test your Python knowledge with interactive quizzes. Learn Python in a fun and engaging way with Python Quizzer." />
8-
<meta name="keywords" content="Python quiz, Python quizzes, learn Python, Python beginners, programming quiz" />
6+
<title>Python Quizzer - Interactive Python Learning with Quizzes | For Beginners and Experts</title>
7+
<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." />
8+
<meta name="keywords" content="Python quiz, Python learning, interactive Python quizzes, Python for beginners, Python programming, Python tutorials" />
99
<link rel="icon" type="image/png" href="/icon.png" />
1010
<link rel="canonical" href="https://alexandengstrom.github.io/python-quizzer" />
11-
<meta property="og:title" content="Python Quizzer - Learn Python through Interactive Quizzes" />
12-
<meta property="og:description" content="Test your Python knowledge with interactive quizzes. Learn Python in a fun and engaging way with Python Quizzer." />
11+
<meta property="og:title" content="Python Quizzer - Interactive Python Learning with Quizzes" />
12+
<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!" />
1313
<meta property="og:image" content="https://alexandengstrom.github.io/python-quizzer/banner.png" />
1414
<meta property="og:image:width" content="1200" />
1515
<meta property="og:image:height" content="630" />
1616
<meta name="twitter:card" content="summary_large_image" />
1717
<meta property="og:url" content="https://alexandengstrom.github.io/python-quizzer" />
1818
<meta property="og:type" content="website" />
19+
<script type="application/ld+json">
20+
{
21+
"@context": "http://schema.org",
22+
"@type": "EducationalOrganization",
23+
"name": "Python Quizzer",
24+
"url": "https://alexandengstrom.github.io/python-quizzer",
25+
"logo": "https://alexandengstrom.github.io/python-quizzer/icon.png",
26+
"description": "Interactive and fun Python quizzes for learning and mastering Python programming. Suitable for all skill levels."
27+
}
28+
</script>
1929
</head>
2030
<body>
2131
<div id="root"></div>

0 commit comments

Comments
 (0)