When Googlebot crawls my site it is finding a 302 found page that shows the page has been redirected to itself. Using GSC fetch and render i found that this is the code it is seeing when it comes to my site. Users have no issues. Why is this happening and how do I stop it?
HTTP/1.1 200 OK
Date: Fri, 15 Apr 2016 05:58:29 GMT
Server: Apache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html
Content-Length: 279
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://www.example.com/">here</a>.</p>
<hr>
<address>Apache Server at www.example.com Port 80</address>
</body></html>
[edited by: engine at 4:54 pm (utc) on Apr 15, 2016]
[edit reason] please use example.com [/edit]