andreachild commented on code in PR #3120:
URL: https://github.com/apache/tinkerpop/pull/3120#discussion_r2098591674


##########
docs/site/home/download.html:
##########
@@ -45,6 +61,85 @@
             })();
         </script>
         <!-- End Matomo Code -->
+        
+        <!-- Structured Data / JSON-LD -->
+        <script type="application/ld+json">
+        {
+          "@context": "https://schema.org";,
+          "@graph": [
+            {
+              "@type": "SoftwareApplication",
+              "name": "Apache TinkerPop",
+              "applicationCategory": "GraphDatabase",
+              "operatingSystem": "Java 8/11",
+              "softwareVersion": "3.7.3",
+              "downloadUrl": 
"https://www.apache.org/dyn/closer.lua/tinkerpop/3.7.3/apache-tinkerpop-gremlin-console-3.7.3-bin.zip";,
+              "license": "https://www.apache.org/licenses/LICENSE-2.0";,
+              "offers": {
+                "@type": "Offer",
+                "price": "0",
+                "priceCurrency": "USD"
+              },
+              "description": "Apache TinkerPop is a graph computing framework 
for both graph databases (OLTP) and graph analytic systems (OLAP)."
+            },
+            {
+              "@type": "BreadcrumbList",
+              "itemListElement": [
+                {
+                  "@type": "ListItem",
+                  "position": 1,
+                  "name": "Home",
+                  "item": "https://tinkerpop.apache.org/";
+                },
+                {
+                  "@type": "ListItem",
+                  "position": 2,
+                  "name": "Downloads",
+                  "item": "https://tinkerpop.apache.org/download.html";
+                }
+              ]
+            },
+            {
+              "@type": "FAQPage",
+              "@id": "https://tinkerpop.apache.org/download.html#faqpage";,
+              "mainEntity": [
+                {
+                  "@type": "Question",
+                  "name": "What are the system requirements for running 
TinkerPop tools?",
+                  "acceptedAnswer": {
+                    "@type": "Answer",
+                    "text": "Gremlin Console and Gremlin Server are compatible 
with Java 8/11. Ensure you have a compatible Java version installed before 
downloading."
+                  }
+                },
+                {
+                  "@type": "Question",
+                  "name": "Which TinkerPop version should I download?",
+                  "acceptedAnswer": {
+                    "@type": "Answer",
+                    "text": "For most users, we recommend the latest stable 
release (currently 3.7.3). For those wanting to try new features early, beta 
releases like 4.0.0-beta.1 offer a preview of upcoming functionality."

Review Comment:
   Would recommend removing specific versions from this section as it will be 
easy to forget to update these values when versions are released. Suggest to 
just say `latest stable release` and `beta releases`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to