Skip to content

Commit 6098263

Browse files
SEO Tasks: Improve SEO Titles & Meta Descriptions (#473)
* update default site title description and index and docs page * doximity, community, blog * releases, news, foundation * foundation, world, etc. * conduct, security, etc. * shorter titles * Apply suggestions from Amanda's code review Co-authored-by: Amanda Perino <[email protected]> --------- Co-authored-by: Amanda Perino <[email protected]>
1 parent aa05e74 commit 6098263

19 files changed

+37
-32
lines changed

_case_studies/doximity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: Doximity Case Study - Fast, Flexible, and Scalable
4-
description: Read how Rails has helped Doximity grow into the largest digital platform for U.S. medical professionals.
3+
title: "Doximity Case Study — Ruby on Rails"
4+
description: "Read how Rails has helped Doximity grow into the largest digital platform for U.S. medical professionals."
55
og_image: assets/images/case-study-doximity.png
66
permalink: /docs/case-studies/doximity
77
redirect_from:

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title: Ruby on Rails
2-
description: A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.
1+
title: "Ruby on Rails: Compress the complexity of modern web apps"
2+
description: "A full-stack web application framework written in Ruby, following the Model View Controller pattern, that includes everything you need to build modern database-backed web apps."
33
twitter: rails
44
feed_path: /feed.xml
55
world23_title: Rails World - 2023

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{% assign url = page.url | absolute_url %}
2424

2525
<head>
26-
<title>{{ site.title }} &mdash; {% if page.title %}{{ page.title }}{% else %}{{ site.description }}{% endif %}</title>
26+
<title>"{{ title }}"</title>
2727
<meta charset="utf-8" />
2828
<meta content="ie=edge" http-equiv="x-ua-compatible" />
2929
<meta name="handheldfriendly" content="true" />

_pages/community.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Community
3-
description:
2+
title: "Ruby on Rails Community"
3+
description: "Rails improves every year thanks to hundreds of contributors. Meet the Core, Committers, and Issues team and learn how you can also make Rails better."
44
permalink: /community
55
redirect_from:
66
- /community/

_pages/conduct.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Community Guidelines for Conduct
3-
description:
2+
title: "Code of Conduct: Our Pledge, Standards & Scope"
3+
description: "Rails is committed to fostering a welcoming community. If you encounter any unacceptable behavior, follow these steps to report the issue."
44
permalink: /conduct
55
redirect_from:
66
- /conduct/

_pages/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Docs
3-
description:
2+
title: "Ruby on Rails Documentation"
3+
description: "The official Rails documentation: installation guide, tutorials, and API reference docs."
44
permalink: /docs
55
redirect_from:
66
- /docs/

_pages/foundation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: The Rails Foundation
3-
description:
2+
title: "The Rails Foundation"
3+
description: "Learn about the Rails Foundation's mission, current work, members, and how you can support the Rails community."
44
category: foundation
55
permalink: /foundation
66
redirect_from:

_pages/maintenance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Maintenance policy
3-
description:
2+
title: "Ruby on Rails Maintenance Policy"
3+
description: "Learn about Rails' official maintenance policy: how features, fixes and security issues are prioritized and supported."
44
permalink: /maintenance
55
redirect_from:
66
- /maintenance/

_pages/privacy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Privacy
3-
description:
2+
title: "The Rails Foundation Privacy Policy"
3+
description: "The Rails Foundation wants to make sure that your data is secure and private. Learn how we collect and use your information."
44
permalink: /foundation/privacy
55
redirect_from:
66
- /privacy/

_pages/security.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Security
3-
description:
2+
title: "Security Policy: Rails takes web security very seriously"
3+
description: "Learn how to report security vulnerabilities and receive updates when patches are released."
44
permalink: /security
55
redirect_from:
66
- /security/

0 commit comments

Comments
 (0)