alexey-temnikov commented on code in PR #3120:
URL: https://github.com/apache/tinkerpop/pull/3120#discussion_r2102853853
##########
docs/site/home/benefits-use-cases.html:
##########
@@ -46,6 +62,129 @@
})();
</script>
<!-- End Matomo Code -->
+
+ <!-- Structured Data / JSON-LD -->
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@graph": [
+ {
+ "@type": "Organization",
+ "@id": "https://tinkerpop.apache.org/#organization",
+ "name": "Apache TinkerPop",
+ "url": "https://tinkerpop.apache.org/",
+ "logo": {
+ "@type": "ImageObject",
+ "url": "https://tinkerpop.apache.org/img/logo.png",
+ "width": 280,
+ "height": 60
+ },
+ "description": "Apache TinkerPop is a graph computing framework for
both graph databases (OLTP) and graph analytic systems (OLAP)."
+ },
+ {
+ "@type": "WebSite",
+ "@id": "https://tinkerpop.apache.org/#website",
+ "url": "https://tinkerpop.apache.org/",
+ "name": "Apache TinkerPop",
+ "publisher": {
+ "@id": "https://tinkerpop.apache.org/#organization"
+ }
+ },
+ {
+ "@type": "Article",
+ "@id":
"https://tinkerpop.apache.org/benefits-use-cases.html#article",
+ "headline": "Graph Database Benefits & Use Cases",
+ "description": "Explore the advantages of graph databases and
real-world applications including social networks, fraud detection, and
recommendation engines. Learn how graph computing solves complex relationship
challenges.",
+ "isPartOf": {
+ "@id": "https://tinkerpop.apache.org/#website"
+ },
+ "publisher": {
+ "@id": "https://tinkerpop.apache.org/#organization"
+ },
+ "mainEntityOfPage": {
+ "@id":
"https://tinkerpop.apache.org/benefits-use-cases.html#webpage"
+ }
+ },
+ {
+ "@type": "WebPage",
+ "@id":
"https://tinkerpop.apache.org/benefits-use-cases.html#webpage",
+ "url": "https://tinkerpop.apache.org/benefits-use-cases.html",
+ "name": "Graph Database Benefits & Use Cases | Apache TinkerPop",
+ "isPartOf": {
+ "@id": "https://tinkerpop.apache.org/#website"
+ },
+ "about": {
+ "@id": "https://tinkerpop.apache.org/#organization"
+ },
+ "description": "Explore the advantages of graph databases and
real-world applications including social networks, fraud detection, and
recommendation engines. Learn how graph computing solves complex relationship
challenges."
+ },
+ {
+ "@type": "BreadcrumbList",
+ "@id":
"https://tinkerpop.apache.org/benefits-use-cases.html#breadcrumblist",
+ "itemListElement": [
+ {
+ "@type": "ListItem",
+ "position": 1,
+ "item": {
+ "@type": "WebPage",
+ "@id": "https://tinkerpop.apache.org/",
+ "url": "https://tinkerpop.apache.org/",
+ "name": "Home"
+ }
+ },
+ {
+ "@type": "ListItem",
+ "position": 2,
+ "item": {
+ "@type": "WebPage",
+ "@id": "https://tinkerpop.apache.org/benefits-use-cases.html",
+ "url": "https://tinkerpop.apache.org/benefits-use-cases.html",
+ "name": "Benefits & Use Cases"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "FAQPage",
Review Comment:
Perhaps more content can be added later.
--
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]