Page 1 of 1

prevent google from indexing view, article, catid

Posted: Tue Jan 10, 2023 7:07 pm
by mal2moh
hi. how google can index this my link site:
https://www.manisoft.ir/?view=article&id=27&catid=14
in my site for many years seo is actived.
how can prevent them?
please explain it.
thanks.

Re: prevent google from indexing view, irticle, catid

Posted: Mon Jun 26, 2023 12:41 am
by remi111
In Google Search Console, you can add the URL manually under the 'Indexing' -> 'Removals' section. Here you can choose to have the URL temporarily removed or permanently removed.

Re: prevent google from indexing view, irticle, catid

Posted: Mon Jun 26, 2023 1:28 am
by remi111
A follow-up. If you don't have a SearchConsole setup, you can add a meta tag to the page header to prevent Google or ALL bots from indexing.

This tag will prevent all bots from indexing:
<meta name="robots" content="noindex">

This tag will prevent just GoogleBot from indexing:
<meta name="googlebot" content="noindex">

And here's a full guide on how to do it:
https://developers.google.com/search/do ... k-indexing

Re: prevent google from indexing view, irticle, catid

Posted: Wed Jun 28, 2023 6:02 pm
by mal2moh
remi111 wrote: Mon Jun 26, 2023 1:28 am A follow-up. If you don't have a SearchConsole setup, you can add a meta tag to the page header to prevent Google or ALL bots from indexing.

This tag will prevent all bots from indexing:
<meta name="robots" content="noindex">

This tag will prevent just GoogleBot from indexing:
<meta name="googlebot" content="noindex">

And here's a full guide on how to do it:
https://developers.google.com/search/do ... k-indexing
Hello. thank you.
i activated all sef setting and .htaccess. all links is short and correct but I don't know how detect unsef urls like those i said above by google.

Re: prevent google from indexing view, article, catid

Posted: Thu Jun 29, 2023 3:20 am
by remi111
You can use the 'URL Inspection Tool' in Google Search Console to request indexing of a specific URL. This is the best way to see how Google sees the specific URL. I'm not sure what happens if you explicitly remove a URL and then inspect it however.

Re: prevent google from indexing view, article, catid

Posted: Fri Sep 01, 2023 9:35 pm
by jovanddd
you can do it via robots.txt with Disallow: command.

Re: prevent google from indexing view, article, catid

Posted: Thu Nov 16, 2023 1:06 pm
by mal2moh
jovanddd wrote: Fri Sep 01, 2023 9:35 pm you can do it via robots.txt with Disallow: command.
thanks

Re: prevent google from indexing view, article, catid

Posted: Thu Nov 16, 2023 1:07 pm
by mal2moh
remi111 wrote: Thu Jun 29, 2023 3:20 am You can use the 'URL Inspection Tool' in Google Search Console to request indexing of a specific URL. This is the best way to see how Google sees the specific URL. I'm not sure what happens if you explicitly remove a URL and then inspect it however.
thanks