This extension for Visual Studio Code provides convenient snippets for quickly inserting SEO meta tags and JSON-LD schema markup into your files. It aims to streamline the process of adding essential SEO elements and structured data to web pages.
Features
SEO Meta Tags: Snippets for commonly used meta tags.
JSON-LD Schema: Snippets for various types of structured data using JSON-LD format, such as Article, BlogPosting, FAQ, Organization, etc.
Customization: Easily customizable snippets to suit specific SEO needs and preferences.
Time-saving: Accelerate your development process by reducing the time spent on writing repetitive SEO and schema markup.
Usage
Install the extension from the VS Code Marketplace.
Open an file in VS Code.
Type the snippet prefix (e.g., @seo.) and press Tab to insert the snippet.
Snippets Available
SEO Meta Tags
@seo.metaTags : Inserts Basic Meta Tags for SEO.
@seo.opengraph.product : Inserts Open Graph meta tags for Product.
@seo.opengraph.Article : Inserts Open Graph meta tags for Article.
@seo.opengraph.Website : Inserts Open Graph meta tags for Website.
@seo.opengraph.Video : Inserts Open Graph meta tags for Video.
@seo.twitterCard.summary : Inserts Twitter Card meta tags for Summary Card.
@seo.twitterCard.summaryLargeImage : Inserts Twitter Card meta tags for Summary Card with Large Image.
@seo.twitterCard.app : Inserts Twitter Card meta tags for App Card.
@seo.twitterCard.player : Inserts Twitter Card meta tags for Player Card.
JSON-LD Schema
@seo.json-ld : SEO Rich Snippet for tag script (JSON-LD).