Incorrect title with link in google crawler
Ad
Recently I found a problem in my website, when I search a movie name in my site I found two link with the same title. Second search result has following problems:
- The link refers to "shahrzad" movie
- You find "mad max" movie name in the url
- You find "abad o yek rooz" movie name in the title
These data are about three different pages. I got confused what's going on here. Recently I found some other link like this in google search Wrong URL that google showCorrect URL that google show
Ad
Answer
Ad
Check head of your html page, maybe you use canonical
tag in a wrong way, for example if you set another url to href
attribute, you will have some serious SEO problem:
<link rel="canonical" target="_blank" rel="nofollow noreferrer" target="_blank" rel="nofollow noreferrer" href="<some_url>" />
For more information read this link.
Ad
source: stackoverflow.com
Related Questions
Ad
- → How do I call the value from another backed page form and use it on a component in OctoberCms
- → Inline JS callback syntax Vs Internal JS callback syntax
- → Prevent form action from being followed by robots
- → How to remove parameters from the root URL if it does I18n
- → SEO Canonical URL in Greek characters
- → Htaccess negation
- → Wrapping anchor elements with text
- → Adding schema.org to site
- → dynamic php title depends on page id and using of "if (isset"
- → Building sitemap for 2 wordpress install under 1 domain
- → Bigcommerce Repeating url
- → 301 Redirection from no-www to www in wordpress
- → Wrapper inside or outside HTML5 semantics main, which is best practice?
Ad