Html Improvements in Webmaster shows many as Duplicate Titles
-
Html Improvements in Webmaster shows many as Duplicate Titles. As attached they are not duplicates we made a way to make text hyperlinks if the name matches other objects in our site. How can we deal in such case for Google not to this it as 2 different URl's rather they are one. As the ones with ?alinks are just hyperlink URL's
Say we have a name as "James" and he has a biography in our site. Say "Gerald" has a Bio as well and we talk about "James" in "Geralds" bio the word "James" gets a hyperlink automatically so when anyone clickes "James" it goes to his bio.
-
Canonical links at the top of the page to say this is the true URI for this page.
-
Thanks.. Can you please explain where and what needs to be added....
-
Indicate the preferred URL with the
rel="canonical"link elementSuppose you want
https://blog.example.com/dresses/green-dresses-are-awesome/to be the preferred URL, even though a variety of URLs can access this content. You can indicate this to search engines as follows:-
Mark up the canonical page and any other variants with a rel="canonical" link element.
Add a element with the attributerel="canonical"to the section of these pages:This indicates the preferred URL to use to access the green dress post, so that the search results will be more likely to show users that URL structure. (Note: We attempt to respect this, but cannot guarantee this in all cases.)
Avoid errors: use absolute paths rather than relative paths with the
rel="canonical"link element.Use this structure:
https://www.example.com/dresses/green/greendresss.htmlNot this structure:/dresses/green/greendress.html).Taken from the URL I previously posted. https://support.google.com/webmasters/answer/139066?hl=en -
-
What software system is your website built with, Archie? If it's a Content Management System like WordPress, Drupal or many others, it's entirely likely that there is an SEO plugin that will make implementing canonical tags for all your URLs very easy.