-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docの個別ページのtitleタグ及びmetaタグのog:titleはタイトルの頭にDocと表示するように変更 #7034
Conversation
2786ac6
to
098005d
Compare
@Kassy0220 |
@ham-cap |
ありがとうございます🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ham-cap
こちら確認しました!
LGTMですのでApproveいたします〜🙌🙌
すみません、PRの内容とは関係ありませんがPRの概要のところで気になったところがありました。参考までに。
- 見出しの先頭には
Doc
をつけないことを示すために見出しのスクショを載せておられますが、こちらは無くても大丈夫だと思います。- スクショは変更箇所のみ載せてもらうと、変更対象が明確になるかなと思いました(最初見た時にタイトル表示も変更したのかな?と思ってしまいました)
@@ -1,4 +1,4 @@ | |||
- title @page.title | |||
- title "Doc #{@page.title}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以下のgemとメソッドによって、title
タグと<meta property="og:title">
タグの値の設定を行なっているのですね📝
kpumuk/meta-tags: Search Engine Optimization (SEO) for Ruby on Rails applications.
bootcamp/app/helpers/meta_tags_helper.rb
Lines 5 to 13 in d31044a
def default_meta_tags | |
{ | |
site: 'FBC', | |
reverse: true, | |
charset: 'utf-8', | |
description: '月額29.800円、全機能が使えるお試し期間付き。フィヨルドブートキャンプは現場の即戦力になるためのスキルとプログラミングの楽しさを伝える、現役エンジニアが考える理想のプログラミングスクールの実現に励んでいます。', | |
viewport: 'width=device-width, initial-scale=1.0', | |
og: { | |
title: :title, |
@Kassy0220
言われてみるとたしかに間違い探しのようになっていて分かりにくかったですね💦 @komagata チームメンバーのApproveをいただきましたのでレビューをお願いできますでしょうか🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
Issue
概要
Docの個別ページでは、titleタグとmetaタグのog:titleの先頭に
Doc
と表示するように変更しました。変更確認方法
feature/change-title-tag-and-og-title
をローカルに取り込むrails s
でローカル環境を立ち上げる該当箇所
変更前
デベロッパーツール
変更後
デベロッパーツール