Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick91/astro-meta-tags
A small Astro Dev Toolbar app to help you check your meta tags ✨
https://github.com/patrick91/astro-meta-tags
astro astro-integration
Last synced: 15 days ago
JSON representation
A small Astro Dev Toolbar app to help you check your meta tags ✨
- Host: GitHub
- URL: https://github.com/patrick91/astro-meta-tags
- Owner: patrick91
- Created: 2024-01-05T21:56:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T09:30:59.000Z (11 months ago)
- Last Synced: 2024-05-02T01:02:04.500Z (9 months ago)
- Topics: astro, astro-integration
- Language: Astro
- Homepage:
- Size: 2.61 MB
- Stars: 56
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Meta Tags
![Astro Meta Tags](.github/assets/screenshot.png)
Astro Meta Tags is an
[Astro Dev Toolbar App](https://docs.astro.build/en/reference/dev-toolbar-app-reference/)
that helps with making sure your site has the correct meta tags for social media
sites like X, Facebook and more.## Installation
To install Astro Meta Tags, run the following command with your preferred
package manager:```sh
npx astro add astro-meta-tags
```## Usage
```ts
import { defineConfig } from "astro/config";import astroMetaTags from "astro-meta-tags";
export default defineConfig({
integrations: [astroMetaTags()],
});
```## Configuration
Astro Meta Tags doesn't have any configuration options at the moment, if you
would like to see a configuration option added, please open an issue 😊