diff --git a/app/controllers/cities_controller.rb b/app/controllers/cities_controller.rb index 571c59e..b49372c 100644 --- a/app/controllers/cities_controller.rb +++ b/app/controllers/cities_controller.rb @@ -58,7 +58,7 @@ class CitiesController < ApplicationController } set_meta_tags( - title: @city.name, + title: "#{@city.name}, #{@city&.country&.name}", description: "Experience #{@city.name}'s weather through AI-generated art. Daily updates of weather conditions visualized through artificial intelligence.", keywords: "#{@city.name}, #{@city.country.name}, ai, ai web, ai art, ai weather, weather art, AI visualization", og: { diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index b8df202..131a066 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,7 +1,7 @@ - <%= content_for(:title) || "Today Ai Weather" %> +