Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

astro-meta-tags

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-7.16%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 25 Sep 2024

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

  • 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