{"id":18507632,"url":"https://github.com/semanticmediawiki/semanticmetatags","last_synced_at":"2025-08-20T10:31:21.685Z","repository":{"id":27308620,"uuid":"30782741","full_name":"SemanticMediaWiki/SemanticMetaTags","owner":"SemanticMediaWiki","description":"Allows to generate  HTML \u003cmeta\u003e elements from semantic annotations","archived":false,"fork":false,"pushed_at":"2024-08-03T10:17:12.000Z","size":189,"stargazers_count":12,"open_issues_count":7,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T05:43:10.966Z","etag":null,"topics":["mediawiki","meta-elements","meta-tags","mw","semantic","semantic-mediawiki","smt","smw"],"latest_commit_sha":null,"homepage":"https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Meta_Tags","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SemanticMediaWiki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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},"funding":{"github":null,"patreon":null,"open_collective":"smw","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.semantic-mediawiki.org/wiki/Sponsorship"]}},"created_at":"2015-02-14T00:52:55.000Z","updated_at":"2024-07-29T12:13:51.000Z","dependencies_parsed_at":"2024-04-17T15:31:52.523Z","dependency_job_id":"e6ea768c-23c7-4c1d-9310-9724c8e0bcca","html_url":"https://github.com/SemanticMediaWiki/SemanticMetaTags","commit_stats":{"total_commits":159,"total_committers":14,"mean_commits":"11.357142857142858","dds":0.6603773584905661,"last_synced_commit":"9b56d01031c598e77a6d8b7592f808f3e5aed535"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticMetaTags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticMetaTags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticMetaTags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticMetaTags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SemanticMediaWiki","download_url":"https://codeload.github.com/SemanticMediaWiki/SemanticMetaTags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230415317,"owners_count":18222158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["mediawiki","meta-elements","meta-tags","mw","semantic","semantic-mediawiki","smt","smw"],"created_at":"2024-11-06T15:09:50.601Z","updated_at":"2025-08-20T10:31:21.664Z","avatar_url":"https://github.com/SemanticMediaWiki.png","language":"PHP","funding_links":["https://opencollective.com/smw","https://www.semantic-mediawiki.org/wiki/Sponsorship"],"categories":[],"sub_categories":[],"readme":"# Semantic Meta Tags\n\n[![Build Status](https://secure.travis-ci.org/SemanticMediaWiki/SemanticMetaTags.svg?branch=master)](http://travis-ci.org/SemanticMediaWiki/SemanticMetaTags)\n[![codecov](https://codecov.io/gh/SemanticMediaWiki/SemanticMetaTags/branch/master/graph/badge.svg?token=tcRWcnLH3V)](https://codecov.io/gh/SemanticMediaWiki/SemanticMetaTags)\n[![Latest Stable Version](https://poser.pugx.org/mediawiki/semantic-meta-tags/version.png)](https://packagist.org/packages/mediawiki/semantic-meta-tags)\n[![Packagist download count](https://poser.pugx.org/mediawiki/semantic-meta-tags/d/total.png)](https://packagist.org/packages/mediawiki/semantic-meta-tags)\n\nSemantic Meta Tags (a.k.a. SMT) is a [Semantic Mediawiki][smw] extension to enhance\nthe meta element of a page with content generated from semantic annotations.\n\nThis extension enables to automatically extend the HTML `\u003cmeta\u003e` elements of a page\nwith content generated from selected properties to create:\n\n- Standard meta elements (e.g `meta name=\"keywords\"`) as well as\n- [Summary card][tw] and [Open Graph][opg] protocol tags (e.g `meta property=\"og:title\"`)\n\n## Requirements\n\n- PHP 8.1 or later\n- MediaWiki 1.39 or later\n- [Semantic MediaWiki][smw] 5.0 or later\n\n## Installation\n\nThe recommended way to install Semantic Meta Tags is using [Composer](http://getcomposer.org) with\n[MediaWiki's built-in support for Composer](https://www.mediawiki.org/wiki/Composer).\n\nNote that the required extension Semantic MediaWiki must be installed first according to the installation\ninstructions provided for it.\n\n### Step 1\n\nChange to the base directory of your MediaWiki installation. If you do not have a \"composer.local.json\" file yet,\ncreate one and add the following content to it:\n\n```\n{\n\t\"require\": {\n\t\t\"mediawiki/semantic-meta-tags\": \"~4.0\"\n\t}\n}\n```\n\nIf you already have a \"composer.local.json\" file add the following line to the end of the \"require\"\nsection in your file:\n\n    \"mediawiki/semantic-meta-tags\": \"~4.0\"\n\nRemember to add a comma to the end of the preceding line in this section.\n\n### Step 2\n\nRun the following command in your shell:\n\n    php composer.phar update --no-dev\n\nNote if you have Git installed on your system add the `--prefer-source` flag to the above command.\n\n### Step 3\n\nAdd the following line to the end of your \"LocalSettings.php\" file:\n\n    wfLoadExtension( 'SemanticMetaTags' );\n\n## Documentation\n\nThis [document](docs/README.md) describes features as well as necessary settings.\n\n## Contribution and support\n\nIf you want to contribute work to the project please subscribe to the developers mailing list and\nhave a look at the contribution guideline.\n\n* [File an issue](https://github.com/SemanticMediaWiki/SemanticMetaTags/issues)\n* [Submit a pull request](https://github.com/SemanticMediaWiki/SemanticMetaTags/pulls)\n* Ask a question on [the mailing list](https://www.semantic-mediawiki.org/wiki/Mailing_list)\n\n## Tests\n\nThis extension provides unit and integration tests that are run by a [continues integration platform][travis]\nbut can also be executed using `composer phpunit` from the extension base directory.\n\n## License\n\n[GNU General Public License, version 2 or later][gpl-licence].\n\n[smw]: https://github.com/SemanticMediaWiki/SemanticMediaWiki\n[contributors]: https://github.com/SemanticMediaWiki/SemanticMetaTags/graphs/contributors\n[travis]: https://travis-ci.org/SemanticMediaWiki/SemanticMetaTags\n[gpl-licence]: https://www.gnu.org/copyleft/gpl.html\n[composer]: https://getcomposer.org/\n[opg]: http://ogp.me/\n[tw]: https://dev.twitter.com/cards/types/summary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticmetatags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticmediawiki%2Fsemanticmetatags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticmetatags/lists"}