Low This Hint is of the lowest significance, and should only be addressed if there are not more serious issues which have not been handled. Issue This Hint represents an error or problem that needs to be fixed.

Multiple, mismatched base URLs

This means that the URL in question contains a base URL defined more than one, using different URLs.

Why is this important?

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.

What does the Hint check?

This Hint will trigger for any internal URL that contains at two or more base tags, where the base URLs are different.

Examples that trigger this Hint:

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>

How do you resolve this issue?

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

Further reading

There's a version of Sitebulb for everyone!

No project limits. No crawl credits. We save you time and we save you money.

Sitebulb Desktop

Try Sitebulb's award-winning desktop crawler for Windows or Mac:

Try our fully featured 14 day trial. No credit card required.

Try Sitebulb Desktop for Free

Sitebulb Server

Everything you love about cloud crawling, paired with everything you love about Sitebulb:

We offer fully managed cloud server plans or a DIY server license.

Explore Sitebulb Server