*

oneloveb

  • ****
  • 112 posts
Index Question
« on: December 29, 2020, 01:07:59 PM »
I want to stop google bot to be crawling on my send to a friends page and im-create-thread as Items crawling


Site.com.ng/item/send-friend/7450
Site.com.ng/im-create-thread/1163


Thanks

« Last Edit: January 01, 2021, 02:23:18 PM by oneloveb »

*

MB Themes

Re: Index Qesution
« Reply #1 on: December 29, 2020, 01:24:05 PM »
Page must have noindex noffollow meta attribute or be blocked by robots.txt
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oneloveb

  • ****
  • 112 posts
Re: Index Question
« Reply #2 on: December 29, 2020, 01:55:12 PM »
Please can I paste this code into item-send-friend.php to stop the crawling

<?php osc_current_web_theme_path('head.php') ; ?>
    <meta name="robots" content="noindex, nofollow" />
    <meta name="googlebot" content="noindex, nofollow" />
  </head>
  <body id="body-custom">
    <?php osc_current_web_theme_path('header.php') ; ?>
    <?php osc_render_file(); ?>
    <?php osc_current_web_theme_path('footer.php') ; ?>
  </body>
« Last Edit: January 01, 2021, 02:23:42 PM by oneloveb »

*

MB Themes

Re: Index Qesution
« Reply #3 on: December 29, 2020, 02:07:20 PM »
Only condition is that it must be in head
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oneloveb

  • ****
  • 112 posts
Re: Index Question
« Reply #4 on: December 29, 2020, 02:14:34 PM »
Thanks
« Last Edit: January 01, 2021, 02:23:58 PM by oneloveb »

*

oneloveb

  • ****
  • 112 posts
Re: Index Qesution
« Reply #5 on: December 29, 2020, 02:20:11 PM »
I found out the below code already exist on the  item-send-friend.php, so please why the Site.co/item/send-friend/7450 is all over my search console instead of the items

<head>
  <?php osc_current_web_theme_path('head.php') ; ?>
  <meta name="robots" content="noindex, nofollow" />
  <meta name="googlebot" content="noindex, nofollow" />
</head>
« Last Edit: October 04, 2021, 06:01:11 PM by oneloveb »

*

oneloveb

  • ****
  • 112 posts
Re: Index Question
« Reply #6 on: December 29, 2020, 03:19:30 PM »
Please I am still waiting for your response I want stop page that are not submit in sitemap but index by google
« Last Edit: January 01, 2021, 02:24:21 PM by oneloveb »

*

MB Themes

Re: Index Qesution
« Reply #7 on: December 30, 2020, 03:28:02 PM »
If head contains noindex, nofollow, google should not index it. There is anything else that could be done.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots