Skip to content

Commit

Permalink
DEVPORTAL-864 title updated (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: Vega <[email protected]>
Co-authored-by: Sahitya Buddharaju <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 1714040 commit 06c22a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/quickstarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ export default function Home() {
return (
<Layout>
<Head>
<title>Teradata Getting Started</title>
<title>Getting Started | Teradata Developers Portal</title>
<meta name="description" content="Get quickly up to speed with Teradata Vantage. Learn about features. Find how-tos for common tasks. Explore sample source code." />
<link rel="preconnect" href="https://teradata.com" />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://developers.teradata.com/quickstarts" />
<meta property="og:title" content="Teradata Getting Started" />
<meta property="og:title" content="Getting Started | Teradata Developers Portal" />
<meta property="og:description" content="Get quickly up to speed with Teradata Vantage. Learn about features. Find how-tos for common tasks. Explore sample source code." />
<meta property="og:image" content="https://www.teradata.com/Content/Assets/default/teradata-logo-social.png" />
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="336" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://developers.teradata.com/quickstarts" />
<meta property="twitter:title" content="Teradata Getting Started" />
<meta property="twitter:title" content="Getting Started | Teradata Developers Portal" />
<meta property="twitter:description" content="Get quickly up to speed with Teradata Vantage. Learn about features. Find how-tos for common tasks. Explore sample source code." />
<meta property="twitter:image" content="https://www.teradata.com/Content/Assets/default/teradata-logo-social.png" />

Expand Down

0 comments on commit 06c22a5

Please sign in to comment.