{"id":18103296,"url":"https://github.com/pdabrowski6/seo_sensei","last_synced_at":"2026-05-18T17:04:34.422Z","repository":{"id":56894965,"uuid":"167415310","full_name":"pdabrowski6/seo_sensei","owner":"pdabrowski6","description":"Make your Rails application SEO-friendly","archived":false,"fork":false,"pushed_at":"2019-05-06T15:43:09.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-06T09:14:02.314Z","etag":null,"topics":["ruby","ruby-on-rails","seo"],"latest_commit_sha":null,"homepage":"https://pdabrowski.com","language":"Ruby","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/pdabrowski6.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":"2019-01-24T18:22:05.000Z","updated_at":"2019-05-06T15:43:11.000Z","dependencies_parsed_at":"2022-08-20T17:10:17.292Z","dependency_job_id":null,"html_url":"https://github.com/pdabrowski6/seo_sensei","commit_stats":null,"previous_names":["rubyhero/seo_sensei"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pdabrowski6/seo_sensei","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdabrowski6%2Fseo_sensei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdabrowski6%2Fseo_sensei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdabrowski6%2Fseo_sensei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdabrowski6%2Fseo_sensei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdabrowski6","download_url":"https://codeload.github.com/pdabrowski6/seo_sensei/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdabrowski6%2Fseo_sensei/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33124143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["ruby","ruby-on-rails","seo"],"created_at":"2024-10-31T22:11:40.444Z","updated_at":"2026-05-17T00:54:34.297Z","avatar_url":"https://github.com/pdabrowski6.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seo Sensei\n\nThe Seo Sensei gem is a wrapper for [meta-tags](https://github.com/kpumuk/meta-tags) which allows to easily set meta tags inside your Rails application without extra configuration.\n\n## Installation\n\n    gem install seo_sensei\n\n## Usage\n\nUpdate your layout and in the `head` section render meta tags:\n\n```ruby\n= display_meta_tags\n```\n\nUpdate your translations and create `seo` section for your controllers:\n\n```yaml\nen:\n  seo:\n    articles:\n      index:\n        title: 'This is articles page'\n```\n\nMake it happen in your controller:\n\n```ruby\nclass ArticlesController \u003c ApplicationController\n  enable_seo\n\n  def index\n\n  end\nend\n```\n\n### Custom information\n\nIf you want to display unique title for your article you can do this using the following code:\n\n```ruby\nclass ArticlesController \u003c ApplicationController\n  def show\n    seo_tags_with(@article)\n  end\nend\n```\n\nthen update translations:\n\n```yaml\nen:\n  seo:\n    articles:\n      show:\n        title: 'This is article page - %{title}'\n```\n\nIf you don't want to index given page, you can call `disable_seo`:\n\n```ruby\nclass ArticlesController \u003c ApplicationController\n  disable_seo\nend\n```\n\n## TODO\n\n* Make it easier to include assocation with soeable model in a Rails model\n\n## Copyright\n\nCopyright (c) 2019 Paweł Dąbrowski.\nSee [LICENSE][] for details.\n\n[license]: LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdabrowski6%2Fseo_sensei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdabrowski6%2Fseo_sensei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdabrowski6%2Fseo_sensei/lists"}