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.
- 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.
To get started with MetaDetective, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/metadetective.git cd metadetective -
Install dependencies:
npm install
To run the application locally, use the following command:
npm run serve:ssrThis will start the Angular Universal server, and you can access the application at http://localhost:4000.
For development purposes, you can run the application in development mode:
npm run startTo create a production build of the application, use:
npm run build:ssrFor deploying the application to a production environment, follow these steps:
- Build the application :
npm run build:ssr- Start the server :
npm run serve:ssrWe welcome contributions from the community! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature-name).
- Make your changes and commit them (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/ your-feature-name).
- Open a Pull Request.
Please ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for more details.
"MetaDetective: Uncover the Secrets Behind Every Website"