Skip to content

How to install this integration ? #45

Answered by zaosoula
gxanshu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you can install the package with yarn add astro-seo, in fact it is not really an integration

To use it simply import the SEO component in your layout

---
import { SEO } from "astro-seo";
---

<html>
 	<head>
	    <SEO
	      title="A Very Descriptive Title"
	      description="A heavily optimized description full of well-researched keywords."
	    />
	</head>
	<body>
	...    
	</body>
</html>

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gxanshu
Comment options

Answer selected by gxanshu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants