|
10 | 10 | name="description"
|
11 | 11 | content="Learn about algorithm visualization with this interactive tool that allows you to see how different algorithms work."
|
12 | 12 | />
|
| 13 | + <meta |
| 14 | + name="keywords" |
| 15 | + content="algorithm visualization, sorting algorithms, searching algorithms, interactive learning, computer science" |
| 16 | + /> |
| 17 | + |
| 18 | + <!-- Open Graph / Facebook --> |
| 19 | + <meta property="og:type" content="website" /> |
| 20 | + <meta property="og:url" content="https://algorithms-virid.vercel.app/" /> |
| 21 | + <meta property="og:title" content="Algorithm Visualization Tool" /> |
| 22 | + <meta |
| 23 | + property="og:description" |
| 24 | + content="Interactive tool for visualizing various algorithms, including sorting and searching." |
| 25 | + /> |
| 26 | + <meta |
| 27 | + property="og:image" |
| 28 | + content="https://algorithms-virid.vercel.app/og-image.jpg" |
| 29 | + /> |
| 30 | + |
| 31 | + <!-- Twitter --> |
| 32 | + <meta property="twitter:card" content="summary_large_image" /> |
| 33 | + <meta |
| 34 | + property="twitter:url" |
| 35 | + content="https://algorithms-virid.vercel.app/" |
| 36 | + /> |
| 37 | + <meta property="twitter:title" content="Algorithm Visualization Tool" /> |
| 38 | + <meta |
| 39 | + property="twitter:description" |
| 40 | + content="Interactive tool for visualizing various algorithms, including sorting and searching." |
| 41 | + /> |
| 42 | + <meta |
| 43 | + property="twitter:image" |
| 44 | + content="https://algorithms-virid.vercel.app/twitter-image.jpg" |
| 45 | + /> |
| 46 | + |
13 | 47 | <script type="application/ld+json">
|
14 | 48 | {
|
15 | 49 | "@context": "https://schema.org",
|
16 |
| - "@type": "WebPage", |
| 50 | + "@type": "WebApplication", |
17 | 51 | "name": "Algorithm Visualization",
|
18 | 52 | "description": "Interactive visualization of various algorithms, including sorting and searching.",
|
19 | 53 | "url": "https://algorithms-virid.vercel.app/",
|
20 |
| - "inLanguage": "en" |
| 54 | + "applicationCategory": "EducationalApplication", |
| 55 | + "operatingSystem": "Any", |
| 56 | + "inLanguage": "en", |
| 57 | + "offers": { |
| 58 | + "@type": "Offer", |
| 59 | + "price": "0" |
| 60 | + } |
21 | 61 | }
|
22 | 62 | </script>
|
23 | 63 | <!-- Google tag (gtag.js) -->
|
|
0 commit comments