meta description
Hi,
I'm trying to optimise the meta description in title section of my site. I added description through the admin panel and added meta to each page with Yoast SEO plugin, hoverer I see that there is still this line in <head> section:
<meta name="description" content="Just another WordPress site" />
Where among all the files on FTP server can I find the right file to edit that text manually?
I tried to look at theme header.php file, but this text "Just another WordPress site" is not there..
KInd regards,
Aliona
Comments
this meta comes with WordPress by default. This text comes from Settings > General section. However, if you want to remove this line completely, you can do it in functions/theme-head.php file only.
Thanks!
Anyway, "Just another WordPress site" words may come from Settings > General section or from Theme options > SEO section where description field is. We recommend to remove those words that way because what you wrote above, means you have no idea about the coding.