Skip to content

Commit

Permalink
changed meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
samanyougarg committed Jun 3, 2023
1 parent b223ee5 commit 3b491a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Header = () => {
BhagavadGita.ai
</h1>
<p className="text-md leading-normal text-center text-gray-500">
Unlock Your Potential with GitaGPT - The AI-Powered Spiritual Companion.
Get Answers to Life&apos;s Questions with GitaGPT - Your AI Spiritual Companion.
{/* </p> */}
{/* <p className="text-sm leading-normal text-center"> */}
<a
Expand Down
8 changes: 4 additions & 4 deletions pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function About({ recordMap }: { recordMap: ExtendedRecordMap }) {
"@type": "Thing",
"name": "Bhagavad Gita"
},
"description": "Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before.",
"description": "GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT.",
"publisher": {
"@type": "Organization",
"name": "Ved Vyas Foundation",
Expand Down Expand Up @@ -63,7 +63,7 @@ export default function About({ recordMap }: { recordMap: ExtendedRecordMap }) {

<meta
name="description"
content="Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before."
content="GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT."
/>
<meta
name="keywords"
Expand All @@ -75,7 +75,7 @@ export default function About({ recordMap }: { recordMap: ExtendedRecordMap }) {
<meta property="og:title" content="About Us - Bhagavad Gita AI" />
<meta
property="og:description"
content="Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before."
content="GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bhagavadgita.ai/about" />
Expand All @@ -90,7 +90,7 @@ export default function About({ recordMap }: { recordMap: ExtendedRecordMap }) {
<meta name="twitter:title" content="About Us - Bhagavad Gita AI" />
<meta
name="twitter:description"
content="Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before."
content="GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT."
/>
<meta
name="twitter:image"
Expand Down
14 changes: 7 additions & 7 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
"@type": "Thing",
"name": "Bhagavad Gita"
},
"description": "Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before.",
"description": "GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT.",
"publisher": {
"@type": "Organization",
"name": "Ved Vyas Foundation",
Expand All @@ -58,7 +58,7 @@ export default function Home() {
<>
<Head>
<title>
Bhagavad Gita AI: Unlock the Wisdom of Krishna with GitaGPT
Bhagavad Gita AI - Gita GPT - Ask Krishna
</title>
<link
rel="icon"
Expand All @@ -68,7 +68,7 @@ export default function Home() {

<meta
name="description"
content="Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before."
content="GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT."
/>
<meta
name="keywords"
Expand All @@ -79,11 +79,11 @@ export default function Home() {

<meta
property="og:title"
content="Bhagavad Gita AI: Unlock the Wisdom of Krishna with GitaGPT"
content="Bhagavad Gita AI - Gita GPT - Ask Krishna"
/>
<meta
property="og:description"
content="Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before."
content="GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bhagavadgita.ai" />
Expand All @@ -97,11 +97,11 @@ export default function Home() {
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Bhagavad Gita AI: Unlock the Wisdom of Krishna with GitaGPT"
content="Bhagavad Gita AI - Gita GPT - Ask Krishna"
/>
<meta
name="twitter:description"
content="Unlock the wisdom of Krishna with Bhagavad Gita AI and ChatGPT-powered insights. Experience personalized interpretation of the Bhagavad Gita like never before."
content="GitaGPT is a free Bhagavad Gita AI chatbot that uses the wisdom of the Bhagavad Gita to help answer your day-to-day questions. It's simple, insightful, and powered by ChatGPT."
/>
<meta
name="twitter:image"
Expand Down

0 comments on commit 3b491a8

Please sign in to comment.