This is an Angular application that allows users to generate meta and Open Graph (OG) tags for their webpages. These tags are essential for improving website visibility and search engine optimization (SEO), as well as enhancing the appearance of links shared on social media platforms.
- Built with
Angular
,TailwindCss
,AntDesign
,Prismjs
, andJest
- Generate meta tags, including
title
,author
,description
,keywords
, andlanguage
- Generate OG tags for Facebook, including
og:type
,og:title
,og:site_name
,og:description
,og:image
, andog:url
- Generate Twitter cards, including
twitter:card
,twitter:title
,twitter:description
,twitter:image
,twitter:domain
, andtwitter:url
- Live preview of how the webpage will appear on different platforms
- Copy the generated HTML code for easy integration into your website
To get started with the Meta/OG Tags Generator, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/meta-og-tags-generator.git
- Install the required dependencies:
npm install
- Start the development server:
npm run start
- Open your web browser and navigate to
http://localhost:4200
- Enter the URL of your website in the provided input field.
- Fill in the required fields for the meta tags, such as
Title
,Author
,Keywords
,Description
, etc. - Select the desired social media platforms for which you want to generate OG tags (e.g., Facebook, Twitter, LinkedIn).
- Click the "Generate Tags" button to generate the meta and OG tags.
- The generated HTML code will be displayed, which you can copy and paste into your website's HTML file.
- Use the live preview section to see how your webpage will appear on different platforms.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- Angular - The web framework used for building this application.
- AntDesign - An enterprise-class Angular UI component library based on Ant Design, all components are open source and free to use under MIT license.
- BoxIcons - Simple Open Source icons carefully crafted for designers & developers
- Meta Tags, Open Graph, and Twitter Cards - The standards and guidelines followed for generating the meta and OG tags.
This project was generated with Angular CLI version 15.2.10.