Doing some research i’ve found that Tutor is somehow putting this code inside every blog page, which is awful for SEO.
<form id="wp-link" tabindex="-1">
<input type="hidden" id="_ajax_linking_nonce" name="_ajax_linking_nonce" value="5b307cda41">
<!-- THIS IS THE DAMN H1 -->
<h1 id="link-modal-title">Insertar/editar un enlace</h1>
<button type="button" id="wp-link-close"><span class="screen-reader-text">
Cerrar </span></button>
<div id="link-selector">
<div id="link-options">
<p class="howto" id="wplink-enter-url">Introduce la URL de destino</p>
<div>
<label><span>URL</span>
<input id="wp-link-url" type="text" aria-describedby="wplink-enter-url"></label>
</div>
<div class="wp-link-text-field">
<label><span>Texto del enlace</span>
<input id="wp-link-text" type="text"></label>
</div>
<div class="link-target">
<label><span></span>
<input type="checkbox" id="wp-link-target"> Abrir el enlace en una pesta?a nueva</label>
</div>
</div>
<p class="howto" id="wplink-link-existing-content">O enlaza a contenido ya existente</p>
<div id="search-panel">
<div class="link-search-wrapper">
<label>
<span class="search-label">Buscar</span>
<input type="search" id="wp-link-search" class="link-search-field" autocomplete="off" aria-describedby="wplink-link-existing-content">
<span class="spinner"></span>
</label>
</div>
<div id="search-results" class="query-results" tabindex="0">
<ul></ul>
<div class="river-waiting">
<span class="spinner"></span>
</div>
</div>
<div id="most-recent-results" class="query-results" tabindex="0">
<div class="query-notice" id="query-notice-message">
<em class="query-notice-default">No se ha especificado ningún término de búsqueda. Mostrando los elementos recientes.</em>
<em class="query-notice-hint screen-reader-text">
Busca o utiliza las teclas de flecha arriba y abajo para seleccionar un elemento. </em>
</div>
<ul></ul>
<div class="river-waiting">
<span class="spinner"></span>
</div>
</div>
</div>
</div>
<div class="submitbox">
<div id="wp-link-cancel">
<button type="button" class="button">Cancelar</button>
</div>
<div id="wp-link-update">
<input type="submit" value="A?adir un enlace" class="button button-primary" id="wp-link-submit" name="wp-link-submit">
</div>
</div>
</form>
Any ideas on how to remove this code from the single pages?
]]>Thanks.
]]>Theme Twenty Eleven v 5.6.1
This is a problem across all my sites pages.
When using SEO tools I’m getting reports of 2 different <h1> and <title> tags on all of my sites pages.
I’m using Yoast SEO v 15.7 to define my own page titles but it seems like the theme is creating an alternative title with my site name tagged to the end of my Yoast title. There is also an alternative <h1> for every page which is simply the site name.
I’m assuming that the theme header needs to be edited to prevent this from happening?
Help would be appreciated.
Many thanks.
]]>Theme Twenty Eleven v 5.6.1
This is a problem across all my sites pages.
When using SEO tools I’m getting reports of 2 different <h1> and <title> tags on all of my sites pages.
I’m using Yoast SEO v 15.7 to define my own page titles but it seems like the theme is creating an alternative title with my site name tagged to the end of my Yoast title. There is also an alternative <h1> for every page which is simply the site name.
I’m assuming that the theme header needs to be edited to prevent this from happening?
Help would be appreciated.
Many thanks.
]]>Thank you for any guidance/tips!
]]>Thanks!
Jamie
<header id="page-header" class="row"> <!-- Header Content Begins here -->
<div id="logo">
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
</div>
I have inline H1’s on each page but would like a tool like Screaming Frog to come back with results that say I don’t have duplicate H1-1 and H1-2 on each page. I would like it to render the actual inline H1 that I have set for SEO purposes.
My site is https://www.thebeadtrails.com/
Thank you for any help in advance.
]]>In this theme, the site’s title is wrapped in H1 which is so wrong.
Please rectify this, or else anyone who install your theme will have SEO issue.
The H1 Tag should only be used in the page’s title, not the site’s title as well!
]]>