{"id":34989108,"url":"https://github.com/anupammo/generatemetatags","last_synced_at":"2026-05-23T10:04:56.424Z","repository":{"id":260665327,"uuid":"881999835","full_name":"anupammo/generateMetaTags","owner":"anupammo","description":"Meta Tag Generator is a lightweight JavaScript library designed to automatically generate meta tags and Open Graph tags for any HTML page. This tool simplifies the process of adding essential metadata to your web pages, enhancing SEO and social media sharing capabilities.","archived":false,"fork":false,"pushed_at":"2025-05-03T00:25:42.000Z","size":368,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-03T00:27:24.313Z","etag":null,"topics":["metatags","seo","seo-optimization","tool","webapp"],"latest_commit_sha":null,"homepage":"https://anupammo.github.io/generateMetaTags/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anupammo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-01T17:03:44.000Z","updated_at":"2025-05-03T00:25:45.000Z","dependencies_parsed_at":"2024-11-01T18:18:23.142Z","dependency_job_id":"5e3857f6-139d-4a95-9978-554ed6c4ce47","html_url":"https://github.com/anupammo/generateMetaTags","commit_stats":null,"previous_names":["anupammo/generatemetatags"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anupammo/generateMetaTags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammo%2FgenerateMetaTags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammo%2FgenerateMetaTags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammo%2FgenerateMetaTags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammo%2FgenerateMetaTags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anupammo","download_url":"https://codeload.github.com/anupammo/generateMetaTags/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammo%2FgenerateMetaTags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33390972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["metatags","seo","seo-optimization","tool","webapp"],"created_at":"2025-12-27T01:48:26.373Z","updated_at":"2026-05-23T10:04:56.418Z","avatar_url":"https://github.com/anupammo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generateMetaTags [Generate Meta Tags] \n## Overview\n\nMeta Tag Generator is a lightweight JavaScript library designed to automatically generate meta tags and Open Graph tags for any HTML page. This tool simplifies the process of adding essential metadata to your web pages, enhancing SEO and social media sharing capabilities. \n\n\u003cimg src=\"https://github.com/user-attachments/assets/e1c17375-06a4-4148-b1a5-ba548b3b8e62\" width=\"400\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://github.com/user-attachments/assets/02e70e86-d864-4afd-98fb-539da1d9ce0a\" width=\"400\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://github.com/user-attachments/assets/e0c3c113-11de-4331-9737-4f6c352cf2c3\" width=\"400\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://github.com/user-attachments/assets/53bc9465-4549-48c3-bca2-3666012dd323\" width=\"400\"\u003e\u003c/img\u003e \n\n## Features \n\n- **Title Tag Check:** Checks if a title tag is present or not.\n\n- **Title Tag Generation:** If a title tag is not present then generate dynamically.\n\n- **Canonical URL Check:** Verifies if the canonical URL is present or not.\n\n- **Canonical URL Generation:** If the canonical URL is not present then generate dynamically.\n\n- **Meta Description Check:** Confirms the presence of meta description.\n\n- **Meta Description Generation:** Confirms the presence of meta description else generate dynamically.\n\n- **Open Graph Tag Generation:** Ensures Open Graph (og:) tags are present.\n\n## Usage\n### CDN jsDelivr\n \n\u003e [!IMPORTANT] \n\u003e [`https://cdn.jsdelivr.net/gh/anupammo/generateMetaTags@main/metaTagGenerator.js`](https://cdn.jsdelivr.net/gh/anupammo/generateMetaTags@main/metaTagGenerator.js)\n\u003e \n\u003e ```\n\u003e \u003c!-- Include the CDN --\u003e\n\u003e \u003cscript src=\"https://cdn.jsdelivr.net/gh/anupammo/generateMetaTags@main/metaTagGenerator.js\"\u003e\u003c/script\u003e\n\u003e ```\n\n\n### Manual \n\n1. Include the `metaTagGenerator.js` file in your HTML document.\n   \n   ```\n   \u003c!-- Include the external JavaScript file --\u003e\n   \u003c!-- \u003cscript src=\"metaTagGenerator.js\"\u003e\u003c/script\u003e --\u003e\n   ```\n\n3. Call the `checkAndCreateMetaTags()` function to perform the checks.\n\n4. Review the results in the browser console.\n \n\u003cimg src=\"https://github.com/user-attachments/assets/6a3dd282-850e-461e-aabe-41c611e74474\" width=\"450\"\u003e\u003c/img\u003e \n\n\n## Example Output \n\n\u003cimg src=\"https://github.com/user-attachments/assets/5ad74368-b9ce-4f88-af8f-2c30a05a68b0\" width=\"450\"\u003e\u003c/img\u003e \n\n## Contributing\nFeel free to fork this repository, submit issues, and make pull requests to improve this utility.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupammo%2Fgeneratemetatags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanupammo%2Fgeneratemetatags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupammo%2Fgeneratemetatags/lists"}