Canonical URL with a 3XX status code

Hello Teresa.

You don’t have to worry about those notices, they are canonical URLs, for example the Blog one is for pagination

Canonical URLs are used to avoid duplicate content even Google itself, if we have not defined a URL as canonical, it is the one in charge of defining which URL has the highest priority.

For the theme of the Final bar it is the same, you have configured so that the URLs do not load with a final bar, in fact if you try to access the URL with the final bar you will see that it directs to the same URL but without the final bar, the problem It would be if they load the two URLs with a slash and without a slash, but in your case it is not like that and as in the above, the one that loads with the final slash is detected as canonical so that it is not detected as duplicate content.

The 3xx status codes reported by redirects are not an error, it is simply an HTTP status. The client’s request was received by the server, but to complete the process the browser must perform an additional step. The most common are:

  • 300 Multiple Choices. The user can select a link from several displayed
  • 301 Moved Permanently. The requested page is moved to another URL, definitive redirect. These links are follow and retain the authority of the requested page.
  • 302 found. Same as above, but in this case the redirection is temporary.
  • 303 See Other. The requested page can be found on a different page.
  • 304 Not Modified. Reports that the requested page has not been modified since the last request.
  • 305 Use proxy. The requested page is only available through a proxy.
  • 307 Temporary Redirect. The requested request has been temporarily moved to another URL.
  • 308 Permanent Redirect. The request is located elsewhere and this change is permanent, unlike 301, changing the HTTP method for the new request is not allowed.
See also  Strange Characters Tildes in Dokan Multivendor - PROVINCES

You can review the following where you will find more information
_>

You do not have to do anything since the operation of the web is normal and these status codes are not errors.

All the best

AnswerQuote

Answered: 08/02/2022 2:54 pm

Loading Facebook Comments ...
Loading Disqus Comments ...