|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 | 5 | <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" /> |
9 | 9 | <link rel="icon" type="image/png" href="/icon.png" />
|
10 | 10 | <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!" /> |
13 | 13 | <meta property="og:image" content="https://alexandengstrom.github.io/python-quizzer/banner.png" />
|
14 | 14 | <meta property="og:image:width" content="1200" />
|
15 | 15 | <meta property="og:image:height" content="630" />
|
16 | 16 | <meta name="twitter:card" content="summary_large_image" />
|
17 | 17 | <meta property="og:url" content="https://alexandengstrom.github.io/python-quizzer" />
|
18 | 18 | <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> |
19 | 29 | </head>
|
20 | 30 | <body>
|
21 | 31 | <div id="root"></div>
|
|
0 commit comments