Skip to content

Commit

Permalink
feat: update metatags and descrition (keploy#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
Sonichigo authored Jan 24, 2025
1 parent 3c2712b commit 6b5abe0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
@@ -12,13 +12,15 @@ import Image from "next/image";
import OpenSourceVectorPng from "../public/images/open-source-vector.png";
export default function Index({ communityPosts, technologyPosts, preview }) {
return (

<Layout
preview={preview}
featuredImage={HOME_OG_IMAGE_URL}
Title={`Keploy Tech Blog`}
Description={" Empowering your tech journey with expert advice and analysis"}>
Title={`Blog - Keploy`}
Description={"The Keploy Blog offers in-depth articles and expert insights on software testing, automation, and quality assurance, empowering developers to enhance their testing strategies and deliver robust applications."}>
<Head>
<title>{`Keploy Blog`}</title>
<title>{`Engineering | Keploy Blog`}</title>
<meta name="google-adsense-account" content="ca-pub-3485005084287002"></meta>
</Head>
<Header />
<Container>

0 comments on commit 6b5abe0

Please sign in to comment.