{"id":16767806,"url":"https://github.com/bobdenotter/seo","last_synced_at":"2025-07-06T10:03:48.652Z","repository":{"id":28431779,"uuid":"31946727","full_name":"bobdenotter/seo","owner":"bobdenotter","description":"Bolt SEO extension","archived":false,"fork":false,"pushed_at":"2021-02-08T17:37:58.000Z","size":1217,"stargazers_count":49,"open_issues_count":21,"forks_count":34,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T01:41:26.136Z","etag":null,"topics":["bolt","bolt-extension","bolt-seo-extension","extension","meta-tags","og-tags","php","seo","seo-title"],"latest_commit_sha":null,"homepage":"https://bobdenotter.github.io/seo/","language":"PHP","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/bobdenotter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-10T08:43:44.000Z","updated_at":"2024-11-18T19:45:54.000Z","dependencies_parsed_at":"2022-09-03T05:22:01.036Z","dependency_job_id":null,"html_url":"https://github.com/bobdenotter/seo","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/bobdenotter/seo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobdenotter%2Fseo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobdenotter%2Fseo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobdenotter%2Fseo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobdenotter%2Fseo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobdenotter","download_url":"https://codeload.github.com/bobdenotter/seo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobdenotter%2Fseo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263882261,"owners_count":23524459,"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":["bolt","bolt-extension","bolt-seo-extension","extension","meta-tags","og-tags","php","seo","seo-title"],"created_at":"2024-10-13T06:09:55.884Z","updated_at":"2025-07-06T10:03:48.634Z","avatar_url":"https://github.com/bobdenotter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bolt SEO extension\n==================\n\nThe Bolt SEO extension is an extension to help you improve the search engine\nindexing of your Bolt website in a number of ways. It does this by:\n\n  - Allowing you to specify the SEO title and meta-description for your pages.\n  - Adding meta tags to your HTML to facilitate indexing of your pages using meta\n    tags and OG tags.\n  - Override the canonical, if you really want to.\n  - Set the `\u003cmeta name=\"robots\"\u003e`-tag.\n\nSetup\n-----\n\nTo use this extension, you should add a field to your contenttypes, and add the\ntags to the header of your HMTL templates.\n\nIn your contenttypes, you should add a single `seo` field. The extenion will\nuse this to store the data for the different fields that show in the backend\nwhen editing a record. Simply add it to your fields like this;\n\n```yaml\npages:\n    name: Pages\n    singular_name: Page\n    fields:\n        [..]\n        seo:\n            type: seo\n            group: \"SEO settings\"\n```\n\nYou can assign the fields their own tab, using the `group: 'SEO settings'`, to\nkeep them organised in the backend.\n\nAfter you've done this, it will look like this in the Bolt backend:\n\n![](https://cloud.githubusercontent.com/assets/1833361/7018887/2a4a4f64-dd0a-11e4-9486-697f8e058d6b.png)\n\nTo add the SEO title and Meta tags to your HTML, edit your templates (the\n'master' or 'header') to have the following:\n\n```HTML\n    \u003ctitle\u003e{{ seo.title() }}\u003c/title\u003e\n    {{ seo.metatags() }}\n```\n\nWhen you've done this, all pages that make use of these templates will\nautomatically have the correct `\u003ctitle\u003e` tag and the meta- and OG-tags.\n\n### Configure the 'meta tags' output\n\nBy default, the output of the meta-tags is defined in the file\n`extensions/vendor/bobdenotter/seo/twig/_metatags.twig`. If you'd like to\nconfigure this output, you shouldn't edit this file directly. If you do,\nchanges will be overwritten on subsequent updates of this extension. Instead,\nin `/app/config/extensions/seo.bobdenotter.yml` uncomment the following lines:\n\n```yaml\ntemplates:\n    meta: _metatags.twig\n```\n\nNext, copy the file `_metatags.twig` to your theme folder, and the extension\nwill pick it up from there.\n\n**Note:** This is a new extension, so the functionality is still pretty bare\nbones. What's there works well, but there is probably a lot of functionality to\nadd, to improve search engine indexing. If you'd like to contribute, or have a\ngood idea, feel free to open an issue on the tracker at the\n[SEO Extension repository][gh] on Github.\n\n[gh]: https://github.com/bobdenotter/seo/issues","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobdenotter%2Fseo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobdenotter%2Fseo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobdenotter%2Fseo/lists"}