Mobile app version of vmapp.org
Login or Join
Welton855

: Does redirection all invalid pages to index page affects seo? I have a site, when I search for all pages in Google, I see many invalid pages. I checked google web master tools for removing

@Welton855

Posted in: #GoogleSearchConsole

I have a site, when I search for all pages in Google, I see many invalid pages. I checked google web master tools for removing urls. but it takes much time. I want to redirect all invalid pages individually to the index page.

Does this affect seo?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

1 Comments

Sorted by latest first Latest Oldest Best

 

@XinRu657

I think you should redirect invalid pages to "not found" pages instead of index.

If you want to prevent google to index any specific page then put below code between section <head> </head>of that page :

<meta name="googlebot" content="noindex">


If you want to prevent all other search engines to index any specific page then put below code between section <head> </head>of that page :

<meta name="robots" content="noindex">

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme