Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
173 views
in Q2A Core by

My website have lost a lot of traffic due to this problems.

I have only 2 redirects done.

http to https and www to none www see the screenshot 

Here is an example of the pages with redirects

Q2A version: 1.8.6

1 Answer

+1 vote
by
selected by
 
Best answer

When you change the title of a question, the URL changes, so it redirects to the correct URL. It's not any kind of error, Google Search Console just lists it for information. I doubt it's a reason for traffic loss.

However, Q2A currently does a 302 temporary redirect, perhaps it would be better to do 301 permanent. You could try it by adding this line:

header('HTTP/1.1 301 Moved Permanently');

before this line in pages/question.php 

...