Site logo

Archived topic

Site Title SEO

8 replies · Started by Ivan on November 30, 2020

Viewing posts 1–9 of 9

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,
Ivan

Can 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.

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?

Hi 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.

The code is just HTML and not PHP so you don't need to check that box :)

Ok
Thank you all

.

No problem :)

This archived topic is closed to new replies.