- This topic has 8 replies, 4 voices, and was last updated 1 year, 7 months ago by
Leo.
-
AuthorPosts
-
November 30, 2020 at 11:00 am #1558989
Ivan
Hi,
In the Site Identity -> Site Title and Tagline I have the name “EMCO LIMPIEZAS” https://www.screencast.com/t/IaZiRKuM
My website is emcolimpiezas.es and I have seen that the title of all the pages is XXX – EMCO LIMPIEZAS.Example:
“<head>
<meta charset = “UTF-8”>
<link rel = “profile” href = “https://gmpg.org/xfn/11”>
<title> Contact – EMCO LIMPIEZAS </title>
<link rel = “dns-prefetch” href = “// s.w.org”>
<link rel = “alternate” type = “application / rss + xml” title = “EMCO LIMPIEZAS» Feed “href =” https://emcolimpiezas.es/feed/ “>
<link rel = “alternate” type = “application / rss + xml” title = “EMCO LIMPIEZAS» Comments feed “href =” https://emcolimpiezas.es/comments/feed/ “>”Can I delete the name of the Site Title and Tagline, would it be better for SEO?
or is it recommended that it be?thanks,
IvanDecember 1, 2020 at 12:31 am #1559875Elvin
StaffCustomer SupportCan I delete the name of the Site Title and Tagline, would it be better for SEO?
or is it recommended that it be?It’s fine to hide both. Google’s crawler bots read the
<title>
anyway so keeping it or removing it from display should have no effect.A wise man once said:
"Have you cleared your cache?"December 1, 2020 at 6:07 am #1560306Ivan
Okay, I’m going to remove it.
If I want to put the following code:“<head>
<meta charset = “UTF-8”>
<title> EMCO CLEANING </title>
<meta name = “Home” content = “Professional cleaning services in Valencia Spain”>
<meta name = “Company” content = “Company information”>
<meta name = “Services” content = “EMCO, Cleaning Services, Community Cleaning, Office Cleaning, Office Cleaning, Commercial Cleaning, Window Cleaning, Garage Cleaning, Vitrification and Polishing, End of Work Cleaning”>
<meta name = “Contact” content = “Contact Information”>
<meta name = “viewport” content = “width = device-width, initial-scale = 1.0″>
</head>”How / Where can I insert it?
In Appearance -> Elements -> Legacy Hooks -> wp_head?
In header.php? or another site?There will be no problem putting it, right? The code is fine, right?
December 1, 2020 at 8:38 am #1560799David
StaffCustomer SupportHi there,
you can hook in your own <meta> tags using the Hook Element, and yes the
wp_head
is the correct hook.The meta-charset and viewport attributes are automatically added so you do not need to add them.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 9:28 am #1561253Ivan
Thanks David, I have removed meta-charset and viewport.
Last question, do I have to mark “Execute PHP”?
https://www.screencast.com/t/QcIblkqDRzDecember 1, 2020 at 11:16 am #1561722Leo
StaffCustomer SupportThe code is just HTML and not PHP so you don’t need to check that box 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 2, 2020 at 6:16 am #1563616Ivan
Ok
Thank you allDecember 2, 2020 at 6:16 am #1563618Ivan
.
December 2, 2020 at 10:19 am #1564245Leo
StaffCustomer SupportNo problem 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.