diff --git a/app/views/layouts/_seo.html.erb b/app/views/layouts/_seo.html.erb index 11b13053..40588a2d 100644 --- a/app/views/layouts/_seo.html.erb +++ b/app/views/layouts/_seo.html.erb @@ -7,15 +7,15 @@ # Default & site-wide values -display_meta_tags site: 'Notebook', +display_meta_tags site: 'Notebook.ai', publisher: 'https://plus.google.com/118076966717703203223', image_src: image_url('card-headers/hero.png'), -description: 'Notebook is a set of tools for writers, game designers, and roleplayers to create magnificent universes — and everything within them.', +description: 'Notebook.ai is a set of tools for writers, game designers, and roleplayers to create magnificent universes — and everything within them.', # Recommended keywords tag length: up to 255 characters, 20 words. keywords: %w[writing author nanowrimo novel character fiction fantasy universe creative dnd roleplay larp game design], og: { title: :title, - site_name: 'Notebook', + site_name: 'Notebook.ai', url: request.url, image: :image_src, description: :description,