|
23 | 23 | <meta property="og:url" content="https://rocketpy.org" /> |
24 | 24 | <meta |
25 | 25 | property="og:image" |
26 | | - content="https://rocketpy.org/images/rocketpy-logo-white.png" |
| 26 | + content="https://rocketpy.org/images/og-social-preview.png" |
27 | 27 | /> |
| 28 | + <meta property="og:image:width" content="1200" /> |
| 29 | + <meta property="og:image:height" content="630" /> |
28 | 30 | <meta name="twitter:card" content="summary_large_image" /> |
29 | 31 | <meta |
30 | 32 | name="twitter:image" |
31 | | - content="https://rocketpy.org/images/rocketpy-logo-white.png" |
| 33 | + content="https://rocketpy.org/images/og-social-preview.png" |
32 | 34 | /> |
33 | 35 | <meta |
34 | 36 | name="twitter:title" |
35 | 37 | content="RocketPy - Advanced Rocket Trajectory Simulator" |
36 | 38 | /> |
| 39 | + <link rel="canonical" href="https://rocketpy.org/" /> |
37 | 40 | <link rel="icon" href="./images/favicon.ico" type="image/x-icon" /> |
38 | 41 | <link rel="manifest" href="./manifest.json" /> |
39 | 42 | <meta name="theme-color" content="#030b28" /> |
|
55 | 58 | <link href="./css/font-awesome/css/brands.min.css" rel="stylesheet" /> |
56 | 59 |
|
57 | 60 | <title>RocketPy - Advanced Rocket Trajectory Simulator</title> |
| 61 | + <script type="application/ld+json"> |
| 62 | + { |
| 63 | + "@context": "https://schema.org", |
| 64 | + "@type": "SoftwareApplication", |
| 65 | + "name": "RocketPy", |
| 66 | + "url": "https://rocketpy.org/", |
| 67 | + "description": "Open-source rocket trajectory simulator for aerospace engineering and rocketry with six-degrees-of-freedom trajectory analysis.", |
| 68 | + "applicationCategory": "Scientific", |
| 69 | + "operatingSystem": "Linux, macOS, Windows", |
| 70 | + "programmingLanguage": "Python", |
| 71 | + "license": "https://opensource.org/licenses/MIT", |
| 72 | + "codeRepository": "https://github.com/RocketPy-Team/RocketPy", |
| 73 | + "downloadUrl": "https://pypi.org/project/rocketpy/", |
| 74 | + "softwareVersion": "latest", |
| 75 | + "author": { |
| 76 | + "@type": "Organization", |
| 77 | + "name": "RocketPy Team", |
| 78 | + "url": "https://rocketpy.org/" |
| 79 | + }, |
| 80 | + "sameAs": [ |
| 81 | + "https://github.com/RocketPy-Team/RocketPy", |
| 82 | + "https://pypi.org/project/rocketpy/" |
| 83 | + ] |
| 84 | + } |
| 85 | + </script> |
58 | 86 | </head> |
59 | 87 |
|
60 | 88 | <body> |
@@ -305,7 +333,7 @@ <h2 id="community-heading" class="section-title reveal-item"> |
305 | 333 | <footer class="footer-distributed" id="footer"> |
306 | 334 | <div class="footer-left"> |
307 | 335 | <div class="footer-logo"></div> |
308 | | - <p class="footer-company-name">RocketPy Team © 2025</p> |
| 336 | + <p class="footer-company-name">RocketPy Team © 2026</p> |
309 | 337 | </div> |
310 | 338 |
|
311 | 339 | <div class="footer-center"> |
|
0 commit comments