Socket
Book a DemoInstallSign in
Socket

astro-seo-metadata

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-seo-metadata

Bare minimum SEO meta tags to make most social networks and Google engine happy.

0.6.0
latest
Source
npmnpm
Version published
Weekly downloads
98
-19.67%
Maintainers
1
Weekly downloads
 
Created
Source

🚀  Astro — SEO metadata

NPM Downloads ISC License PRs Welcome
Astro TypeScript Prettier EditorConfig ESLint

Bare minimum SEO meta tags to make most social networks and Google engine happy.

📦  Installation

pnpm i astro-seo-metadata

🛠  Usage

---
import { SEOMetadata } from 'astro-seo-metadata';
// ...
---
<!-- ... -->
<head>
	<!-- Place component inside `HEAD` tag -->

	<!-- All properties are optional -->
	<SEOMetadata
		siteName={'Le Website'}
		title={'Le cool title'}
		description={'Le insightful description'}
		image={'http://example.com/the_image_url-preferably_absolute.jpg'}
		favicon={'/favicon.svg'}
		author="Julian Cataldo"
		copyright="ISC"
		astroSitemap={true}
		canonicalUrl={Astro.url.toString()}
		type={'website'}
		astroGenerator={true}
	/>

	<!-- ... -->
</head>

In <head>:

<!-- SEO -->

<link
	rel="canonical"
	href="https://code.juliancataldo.com/component/astro-seo"
/>

<meta property="og:type" content="website" />

<meta name="apple-mobile-web-app-title" content="Julian's Web Garden" />
<meta property="og:site_name" content="Julian's Web Garden" />

<title>
	🚀&nbsp;&nbsp;Astro — SEO | Bare minimum SEO meta tags to make most social
	networks and Google engine happy. | 🚀&nbsp;&nbsp;Astro — SEO
</title>

<meta
	property="og:title"
	content="🚀&nbsp;&nbsp;Astro — SEO | Bare minimum SEO meta tags to make most social networks and Google engine happy. | 🚀&nbsp;&nbsp;Astro — SEO"
/>
<meta
	name="twitter:title"
	content="🚀&nbsp;&nbsp;Astro — SEO | Bare minimum SEO meta tags to make most social networks and Google engine happy. | 🚀&nbsp;&nbsp;Astro — SEO"
/>

<meta
	property="og:image:alt"
	content="Building blocks for making progressive and future-proof websites.
Components collection features Astro, HTML, SCSS, JS, TS…
Configurations features ESLint, Prettier, Stylelint…"
/>
<meta
	name="description"
	property="og:description"
	content="Building blocks for making progressive and future-proof websites.
Components collection features Astro, HTML, SCSS, JS, TS…
Configurations features ESLint, Prettier, Stylelint…"
/>
<meta
	name="twitter:description"
	content="Building blocks for making progressive and future-proof websites.
Components collection features Astro, HTML, SCSS, JS, TS…
Configurations features ESLint, Prettier, Stylelint…"
/>

<meta property="og:image" content="https://code.juliancataldo.com/poster.png" />
<meta
	name="twitter:image:src"
	content="https://code.juliancataldo.com/poster.png"
/>
<meta name="twitter:card" content="summary_large_image" />

<!--  -->

<meta name="author" content="Julian Cataldo" />

<meta name="copyright" content="ISC" />

<!--  -->

<link rel="sitemap" type="application/xml" href="/sitemap-index.xml" />

<meta name="generator" content="Astro v1.0.6" />

<!-- /SEO -->

Keywords

astro

FAQs

Package last updated on 18 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.