Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update metadata #674

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions docs_src/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,22 @@ export default function Home({ articles }) {
Robyn - A Fast, Innovator Friendly, and Community Driven Python Web
Framework.
</title>
<meta
name="description"
content="Robyn - A Fast, Innovator Friendly, and Community Driven Python Web Framework.
"
/>
<meta name="description" content="Robyn - A Fast, Innovator Friendly, and Community Driven Python Web Framework." />
<meta property="og:title" content="Robyn - A Fast, Innovator Friendly, and Community Driven Python Web Framework." />
<meta property="og:image" content="https://robyn.tech/robynog.png" />
<meta property="og:description" content="Robyn is a fast, innovator-friendly, and community-driven Python web framework." />
<meta property="og:url" content="https://robyn.tech" />

<meta
property="og:title"
content="Robyn - A Fast, Innovator Friendly, and Community Driven Python Web Framework."
/>
<meta
property="og:image"
content="https://beta.robyn.tech/robynog.png"
/>
{ /*Twitter specific meta tags*/ }
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@yourTwitterHandle" />
<meta name="twitter:title" content="Robyn - A Fast, Innovator Friendly, and Community Driven Python Web Framework." />
<meta name="twitter:description" content="Robyn is a fast, innovator-friendly, and community-driven Python web framework." />
<meta name="twitter:image" content="https://robyn.tech/robynog.png" />

{ /*LinkedIn specific meta tags*/ }
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Robyn Framework" />
</Head>

<Container className="mt-10 md:mt-14">
Expand Down
Loading