diff --git a/_case_studies/doximity.html b/_case_studies/doximity.html index 72a8c09e..717ddbd4 100644 --- a/_case_studies/doximity.html +++ b/_case_studies/doximity.html @@ -1,7 +1,7 @@ --- layout: default -title: Doximity Case Study - Fast, Flexible, and Scalable -description: Read how Rails has helped Doximity grow into the largest digital platform for U.S. medical professionals. +title: "Doximity Case Study — Ruby on Rails" +description: "Read how Rails has helped Doximity grow into the largest digital platform for U.S. medical professionals." og_image: assets/images/case-study-doximity.png permalink: /docs/case-studies/doximity redirect_from: diff --git a/_config.yml b/_config.yml index 719eb388..de78501b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ -title: Ruby on Rails -description: A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. +title: "Ruby on Rails: Compress the complexity of modern web apps" +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." twitter: rails feed_path: /feed.xml world23_title: Rails World - 2023 diff --git a/_includes/head.html b/_includes/head.html index f01397a7..884cd7cc 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -23,7 +23,7 @@ {% assign url = page.url | absolute_url %} - {{ site.title }} — {% if page.title %}{{ page.title }}{% else %}{{ site.description }}{% endif %} + "{{ title }}" diff --git a/_pages/community.html b/_pages/community.html index 0cfd3828..363c85d4 100644 --- a/_pages/community.html +++ b/_pages/community.html @@ -1,6 +1,6 @@ --- -title: Community -description: +title: "Ruby on Rails Community" +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." permalink: /community redirect_from: - /community/ diff --git a/_pages/conduct.html b/_pages/conduct.html index b8c211b0..7497a10f 100644 --- a/_pages/conduct.html +++ b/_pages/conduct.html @@ -1,6 +1,6 @@ --- -title: Code of Conduct -description: +title: "Code of Conduct: Our Pledge, Standards & Scope" +description: "Rails is committed to fostering a welcoming community. If you encounter any unacceptable behavior, follow these steps to report the issue." permalink: /conduct redirect_from: - /conduct/ diff --git a/_pages/docs.html b/_pages/docs.html index b6ce3a47..60a65f5c 100644 --- a/_pages/docs.html +++ b/_pages/docs.html @@ -1,6 +1,6 @@ --- -title: Docs -description: +title: "Ruby on Rails Documentation" +description: "The official Rails documentation: installation, getting started, in-depth guides, and API reference." permalink: /docs redirect_from: - /docs/ diff --git a/_pages/foundation.html b/_pages/foundation.html index f1feff0c..b407af0d 100644 --- a/_pages/foundation.html +++ b/_pages/foundation.html @@ -1,6 +1,6 @@ --- -title: The Rails Foundation -description: +title: "The Rails Foundation" +description: "Learn about the Rails Foundation's mission, current work, members, board, executive director, structure, and budget." category: foundation permalink: /foundation redirect_from: diff --git a/_pages/maintenance.html b/_pages/maintenance.html index f7bc5825..d1a618c0 100644 --- a/_pages/maintenance.html +++ b/_pages/maintenance.html @@ -1,6 +1,6 @@ --- -title: Maintenance policy -description: +title: "Ruby on Rails Maintenance Policy" +description: "Learn about Rails' official maintenance policy: how features, fixes and security issues are prioritized and supported." permalink: /maintenance redirect_from: - /maintenance/ diff --git a/_pages/privacy.html b/_pages/privacy.html index 10aa9118..0ddeaba3 100644 --- a/_pages/privacy.html +++ b/_pages/privacy.html @@ -1,6 +1,6 @@ --- -title: Privacy -description: +title: "The Rails Foundation Privacy Policy" +description: "The Rails Foundation wants to make sure that your data is secure and private. Learn how we collect and use your information." permalink: /foundation/privacy redirect_from: - /privacy/ diff --git a/_pages/security.html b/_pages/security.html index b65349d5..670f13fa 100644 --- a/_pages/security.html +++ b/_pages/security.html @@ -1,6 +1,6 @@ --- -title: Security -description: +title: "Security Policy: Rails takes web security very seriously" +description: "Rails includes features to protect web apps from common issues like CSRF, Script Injection, SQL Injection, and the like." permalink: /security redirect_from: - /security/ diff --git a/_pages/trademarks.html b/_pages/trademarks.html index ce069034..369a2e46 100644 --- a/_pages/trademarks.html +++ b/_pages/trademarks.html @@ -1,6 +1,6 @@ --- -title: Trademarks policy -description: +title: "Ruby on Rails Trademark policy" +description: "Learn how to properly use the Ruby on Rails name and logo. This page explains the official trademark policy, permissions, and usage guidelines." permalink: /trademarks redirect_from: - /trademarks/ diff --git a/blog/index.html b/blog/index.html index 199c0e59..3edbb683 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,6 +1,6 @@ --- -title: News -description: +title: "Latest Rails News & Release Notes" +description: "Discover the latest Ruby on Rails news, Rails foundation updates, new version and feature announcements. All in one place." ---
diff --git a/category/foundation.html b/category/foundation.html index e5241ab1..66e6d1eb 100644 --- a/category/foundation.html +++ b/category/foundation.html @@ -1,6 +1,6 @@ --- -title: Foundation -description: +title: "The Rails Foundation News" +description: "Announcements from the Rails Foundation about the Rails World conference, new members, and other initiatives to grow the Rails ecosystem." category: foundation permalink: /category/foundation redirect_from: diff --git a/category/news.html b/category/news.html index 78d9826d..82ee8090 100644 --- a/category/news.html +++ b/category/news.html @@ -1,6 +1,6 @@ --- -title: News -description: +title: "This Week in Rails: highlight updates to the Rails codebase" +description: "Weekly updates from the Rails core/issues team on changes merged to the Rails codebase that week." category: news permalink: /category/news redirect_from: diff --git a/category/releases.html b/category/releases.html index d1c8779a..0b35b53b 100644 --- a/category/releases.html +++ b/category/releases.html @@ -1,6 +1,6 @@ --- -title: Releases -description: +title: "Ruby on Rails new release updates" +description: "Keep up to date with new versions, latest features, bug fixes, and important security updates from the core team." category: releases permalink: /category/releases redirect_from: diff --git a/doctrine/index.html b/doctrine/index.html index e6a2f8d5..bae329db 100644 --- a/doctrine/index.html +++ b/doctrine/index.html @@ -1,5 +1,6 @@ --- -title: The Rails Doctrine +title: "The Ruby on Rails Doctrine" +description: "Read about Rails design pillars like convention over configuration, optimize for programmer happiness, value integrated systems, the menu is omakase, push up a bit tent, and more." permalink: /doctrine redirect_from: - /doctrine/ diff --git a/index.html b/index.html index af3dac96..5bd80579 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,7 @@ --- id: home +title: "Ruby on Rails: Compress the complexity of modern web apps" +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." ---
diff --git a/world/2025/index.html b/world/2025/index.html index 638cc6c1..eb28cbe7 100644 --- a/world/2025/index.html +++ b/world/2025/index.html @@ -1,4 +1,6 @@ --- +title: "Rails World 2025 - Sept 4 & 5 in Amsterdam" +description: "Rails World 2025 is back in Amsterdam! Join us on Sept 4 & 5" layout: world/2025/default permalink: /world/2025 redirect_from: /world/2025/ diff --git a/world/index.html b/world/index.html index eb262783..d303c2e1 100644 --- a/world/index.html +++ b/world/index.html @@ -1,6 +1,6 @@ --- -title: Rails World -description: Rails World is an annual two-day, two track Rails community conference +title: "Rails World Conference" +description: Rails World is an annual two day Rails community conference, with location across Europe and North America, featuring technical talks, workshops, and keynotes about best practices in Rails development. permalink: ---