Hi!
I added the site on Google Search Console and it says Redirected, what does this mean? I made a CMS web in a folder as it is usual, and I redirect the web from cpanel, is this the case, and is this bad? and if yes how should I make it right please? Thanks!
Wiki has a detailed answer which is well worth reading…
And here’s a little script I wrote to ensure .htaccess is doing what I want it to do
This is because you have submitted the URL which will redirect the crawlers to another site.
So, you can directly add the URL of the main site where this submitted URL will take the user.
ex:
if the user comes to site A, site A will take the user to Site B.
Then it will be like this: User-> Site A → Site B
which is not good. it should be like this: User → Site B
Its means the site is redirected with another site, this is why console shows redirected. But this thing should be fixed so that visitors can directly access in the website.
Thank You all for your reply!!! and your Help !! I can’t imagine that websites have to be stored in the public html folder to avoid seeing the /folder in the URL, how do I fix this? is it enough to change the index.html of the web ? again what I mean is, ok to avoid redirecting I will have to change the index.html, will it show in the URL directly the web in the root or show a folder in the root?
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.