Skip to content

vignesh7797/metaDetective

Repository files navigation

MetaDetective

MetaDetective is a powerful and easy-to-use web application designed to help you extract and analyze meta tags from any URL. Built with Angular Universal (SSR) for optimal performance and SEO, MetaDetective allows users to quickly fetch, display, and generate meta tag code for any website.

Table of Contents

Features

  • Meta Tag Extraction: Easily extract meta tags from any URL.
  • SEO Analysis: Analyze the meta tags for SEO best practices.
  • Code Generation: Generate HTML code for the meta tags.
  • Server-Side Rendering: Fast and SEO-friendly with Angular Universal.
  • Responsive Design: Mobile-friendly and accessible.

Installation

To get started with MetaDetective, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/metadetective.git
    cd metadetective
  2. Install dependencies:

    npm install

Usage

To run the application locally, use the following command:

npm run serve:ssr

This will start the Angular Universal server, and you can access the application at http://localhost:4000.

Development

For development purposes, you can run the application in development mode:

npm run start

Build

To create a production build of the application, use:

npm run build:ssr

Deployment

For deploying the application to a production environment, follow these steps:

  1. Build the application :
npm run build:ssr
  1. Start the server :
npm run serve:ssr

Contributing

We welcome contributions from the community! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/ your-feature-name).
  5. Open a Pull Request.

Please ensure your code follows the project's coding standards and includes appropriate tests.

License

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

Slogan

"MetaDetective: Uncover the Secrets Behind Every Website"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors