Skip to content

BILALMRN/SeoIntelliSense

Repository files navigation

Seo IntelliSense README

Overview

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

  1. Install the extension from the VS Code Marketplace.
  2. Open an file in VS Code.
  3. 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).
  • @seo.json-ld.article : Inserts Article schema markup.
  • @seo.json-ld.newsArticle : Inserts NewsArticle schema markup.
  • @seo.json-ld.product : Inserts Product schema markup.
  • @seo.json-ld.blogpost : Inserts BlogPost schema markup.
  • @seo.json-ld.howto : Inserts HowTo schema markup.
  • @seo.json-ld.faq : Inserts FAQPage schema markup.
  • @seo.json-ld.person : Inserts Person schema markup.
  • @seo.json-ld.organization : Inserts Organization schema markup.
  • @seo.json-ld.breadcrumb : Inserts BreadcrumbList schema markup.
  • @seo.json-ld.service : Inserts Service schema markup.
  • @seo.json-ld.localbusiness : Inserts LocalBusiness schema markup.
  • @seo.json-ld.restaurant : Inserts Restaurant schema markup.
  • @seo.json-ld.job : Inserts JobPosting schema markup.
  • @seo.json-ld.book : Inserts Book schema markup.
  • @seo.json-ld.softwareApplication : Inserts SoftwareApplication schema markup.
  • @seo.json-ld.movie : Inserts Movie schema markup.
  • @seo.json-ld.itemlist : Inserts ItemList schema markup.
  • @seo.json-ld.recipe : Inserts Recipe schema markup.
  • @seo.json-ld.review : Inserts Review schema markup.
  • @seo.json-ld.event : Inserts Event schema markup.
  • @seo.json-ld.videoObject : Inserts VideoObject schema markup.

Contributing

Contributions are welcome! If you have suggestions for improvements or new snippets, feel free to fork the repository and submit a pull request.

License

This extension is licensed under the MIT License.

About

Extension Snippet for SEO Meta Tags and JSON-LD Schema

Resources

License

Stars

Watchers

Forks