Skip to content

Commit c3f4fa3

Browse files
authored
Merge pull request #9 from Bryandrm/master
changing the canonical , adding a meta description
2 parents c735b41 + 8fb7f98 commit c3f4fa3

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<!-- Document Title
77
============================================= -->
88
<title>Simbotic - Bridging the reality gap</title>
9+
<meta name="description" content="SIMBOTIC is A modern 3D simulation engine and AI platform designed for bridging the reality gap between simulation and the real-world.
10+
11+
Machine learning is a critical component in building autonomous and robotic systems, yet requires prohibitively high amounts of data and many hours of experience to learn intelligent behaviors.
12+
13+
14+
Simbotic solves both of these problems by generating infinite amounts of synthetic data for AI models and providing highly realistic environments for intelligent agents to acquire experience.">
915
<meta property="og:title" content="Simbotic - Simulation Engine and AI Platform" />
1016
<meta property="og:type" content="website" />
1117
<meta property="og:url" content="https://simbotic.github.io/index.html" />
@@ -25,8 +31,9 @@
2531
<meta name="google-site-verification" content="WBqUc3OYoMeUQf3yMDzkiCfsmBE8z9y9kuBCAF3mwYM" />
2632

2733
<meta name="robots" content="index,follow" />
28-
<link rel="canonical" href="https://simbotic.github.io/index.html">
29-
34+
<!--<link rel="canonical" href="https://simbotic.github.io/index.html">-->
35+
<link rel="canonical" href="http://simbotic.ai/">
36+
3037
<!-- Stylesheets
3138
============================================= -->
3239
<!-- load css for cubeportfolio -->
@@ -68,7 +75,7 @@
6875
<link rel="stylesheet" href="style.css">
6976
</head>
7077

71-
<body class="stretched dark side-push-panel" id="page-top" class="index">
78+
<body class="stretched dark side-push-panel index" id="page-top" >
7279
<section id="content" style="font-family: 'Raleway', sans-serif; ">
7380
<div class="content-wrap nopadding">
7481

0 commit comments

Comments
 (0)