Socket
Socket
Sign inDemoInstall

astro-meta-tags

Package Overview
Dependencies
496
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    astro-meta-tags

A Dev Toolbar extension to debug meta tags in your Astro website


Version published
Weekly downloads
938
decreased by-17.21%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Astro Meta Tags

Astro Meta Tags

Astro Meta Tags is an Astro Dev Toolbar App 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:

npx astro add astro-meta-tags

Usage

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 😊

Keywords

FAQs

Last updated on 03 May 2024

Did you know?

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc