Skip to content

MetaScope is an intuitive tool for analyzing website meta tags, including SEO, social media, and verification tags.

License

Notifications You must be signed in to change notification settings

utdevnp/MetaScope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaScope - Analyze and Optimize Meta Tags

MetaScope is an intuitive tool for analyzing website meta tags, including SEO, social media, and verification tags. It highlights missing or mismatched tags and presents results in a clean, user-friendly format, making it easy to optimize your site for search engines and social sharing.

Story Behind the Creation

One of the crucial tasks I often faced was managing basic SEO implementation in websites. Many times, clients asked me to check the meta tags in their websites (new or existing). Initially, I manually checked each tag line by line in the code, which was tedious and time-consuming. Over time, I realized the need for a tool that could check basic tags all at once. This past experience inspired me to create MetaScope, a tool to streamline the process and make meta tag analysis quick and efficient.

Features

  • Analyze SEO meta tags for completeness and accuracy.
  • Check social media tags (Facebook Open Graph, Twitter Cards, etc.).
  • Identify missing or incorrect verification tags.
  • User-friendly interface with clean and actionable results.

Try It Here

Link https://utdevnp.github.io/MetaScope/

Installation

Clone the repository and install the necessary dependencies:

  1. Clone this repository:

    git clone https://github.com/utdevnp/MetaScope.git

  2. Navigate to the project directory:

    cd MetaScope

  3. Run project:

    open index.html file in browser

Usage

  1. Open the application in your browser.
  2. Enter the URL of the website you wish to analyze.
  3. Click Start analyzing the website and review the detailed meta tag report.

Contribution

We welcome contributions to improve this project! You can:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and commit them.
  • Submit a pull request with a clear description of your changes.

Please ensure your code follows the project's style and includes tests if applicable.

License

This project is licensed under the MIT License. See the LICENSE file for more details.