This means that the URL in question contains a base URL defined more than one, using different URLs.
The base tag is used to determine the URL base for all relative links used within a page. A document can have no more than one base element, so multiple base tags is invalid, and this may cause problems for search engines crawling relative links.
This Hint will trigger for any internal URL that contains at two or more base tags, where the base URLs are different.
Consider the URL: https://example.com/page-a
The Hint would trigger for this URL if it had more than one base tag, with differences in the base URL:
<!doctype html>
<html lang="en">
<head>
<base href="htttps://example.com">
...
<base href="http://example.com">
</head>
<body>...</body>
</html>
To resolve the immediate problem, simply remove superfluous base elements on any URLs that are affected. Ensure that only 1 base URL is defined. However, we also recommend that you should not use relative URLs at all (see further reading below).
Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.
Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.