gauravtiwari / relay-rails-blog

A graphql, relay and standard rails application powered demo weblog. We are using Graphql server and relay for our react component data needs.
https://relay-rails-blog.herokuapp.com/
139 stars 18 forks source link

Question about SEO #7

Closed jocubeit closed 8 years ago

jocubeit commented 8 years ago

Given Relay mandates these globally unique IDs, how do we optimize for SEO/SEM? The URL now contains ugly non-meaningful GUIDs instead of URL-friendly and SEO'd names for our posts.

gauravtiwari commented 8 years ago

Hey @JurgenJocubeit You could look at this to help with custom slug thing:

https://github.com/rmosolgo/graphql-relay-ruby/issues/27