Socket
Socket
Sign inDemoInstall

astro-seo

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-seo - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

10

package.json
{
"name": "astro-seo",
"version": "0.7.0",
"version": "0.7.1",
"description": "Makes it easy to add SEO relevant tags to your Astro app.",

@@ -37,8 +37,8 @@ "homepage": "https://github.com/jonasmerlin/astro-seo#readme",

"devDependencies": {
"astro": "^1.9.2",
"cypress": "^12.3.0",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.7.2",
"astro": "^2.0.14",
"cypress": "^12.6.0",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"standard-version": "^9.5.0"
}
}

@@ -12,2 +12,16 @@ ![Astro SEO Logo](https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png)

## Installation
To install Astro SEO, run the following command in your terminal:
```bash
npm install astro-seo
```
or if you use yarn:
```bash
yarn add astro-seo
```
## How To Use

@@ -50,6 +64,7 @@

/>
// ... rest of <head>
</head>
// ... rest of <head>
<body> // ... body </body>
</head></html>
</head>
</html>
```

@@ -62,2 +77,4 @@

title | string | The title of the page.
titleTemplate | string | Provide a title template to keep a consistent title style. `%s — Astro SEO`, `%s` will be replaced with your title, e.g. `Homepage — Astro SEO`
titleDefault | string | Fallback title that is used if no title is provided.
description | string | Text that gives a concise description of what your page is about.

@@ -64,0 +81,0 @@ canonical | string | Prevent duplicate content issues by specifying the "canonical" or "preferred" url of a web page. If you don't define this, `Astro.request.url.href` will be used as the default value.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc