[ad_1]
Hey yall, so I’m having an issue where my title for search results is what it was when I first made the site and I was messing around with it so it’s something stupid, but now I’m trying to change it through the Yoast SEO, but it won’t change. I have elemental pro and the Astra theme. If that helps.
[ad_2]
In your theme’s header.php file, or wherever the <head> is, make sure your title tag looks like this:
<title><?php wp_title(); ?></title>
When you make changes on your site, those changes will not immediately be available in search results. You will have to wait for the site to be reindexed before the changes are seen in search results.