Skip to content
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

Add missing meta description to profiles, some other SEO stuff #6706

Merged
merged 1 commit into from
Mar 8, 2018

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Mar 8, 2018

  • Add missing meta description to profiles
  • Add canonical rel link to landing page
  • Remove linebreaks from title tags
  • Add username to profile title
  • Add toots/following/followers to profile description tags
  • Add next/prev rel links to profiles
  • Do not index follower/following variants of profiles

- Add missing meta description to profiles
- Add canonical rel link to landing page
- Remove linebreaks from title tags
- Add username to profile title
- Add toots/following/followers to profile description tags
- Add next/prev rel links to profiles
- Do not index follower/following variants of profiles
@Gargron Gargron added the new user experience Features for attracting and onboarding new users label Mar 8, 2018
Copy link
Member

@ykzts ykzts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@Gargron Gargron merged commit ff44b2e into master Mar 8, 2018
@Gargron Gargron deleted the fix-seo-descriptions branch March 8, 2018 23:35
= yield(:page_title)
= ' - '
= title
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp, ' - ', title]) : title
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the safe_join is reason for #6717, my mistake :(

smorimoto pushed a commit to kibousoft/mastodon that referenced this pull request Apr 26, 2018
…don#6706)

- Add missing meta description to profiles
- Add canonical rel link to landing page
- Remove linebreaks from title tags
- Add username to profile title
- Add toots/following/followers to profile description tags
- Add next/prev rel links to profiles
- Do not index follower/following variants of profiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new user experience Features for attracting and onboarding new users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants