I have some warning messages when i run my PHP script at development environment.But there are no warning messages at production environment.
I am not sure if removing these PHP warnings increase my SEO score on Google.
If the answer is yes, should i remove them with correcting my codes, or just turning off PHP warnings is enough?
Many Thanks.
If you do not have warning messages on the production environment, why you think they could affect on your SEO status?
If you have them there, then it’s better to solve the problem or just disable warning messages, that’s better for the visitors at least, even if google doesn’t care about them.
Also why you think solving problems to prevent throwing warning messages could make different results rather just simply disabling them? At the end you would not have those warning messages, right?
Nobody can see how you made that in your PHP code, they see the result …