Advertisement:

Author Topic: Indexing of manual pages in search engines[Solved]  (Read 10356 times)

theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines[Solved]
« Reply #45 on: January 03, 2017, 02:36:06 pm »
 :D

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Indexing of manual pages in search engines[Solved]
« Reply #46 on: January 25, 2018, 11:20:58 am »
I could not understand properly what should be removed from page.php , Here code below inside page.php...
Can you please mark which one / line will be removed...

------------------

<?php
    //

    // meta tag robots
    osc_add_hook('header','bender_nofollow_construct');

    bender_add_body_class('page');
    osc_current_web_theme_path('header.php') ;
?>
<h1><?php echo osc_static_page_title(); ?></h1>
<?php echo osc_static_page_text(); ?>
<?php osc_current_web_theme_path('footer.php') ; ?>


theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines[Solved]
« Reply #47 on: January 29, 2018, 01:11:04 pm »
Replace
Code: [Select]
osc_add_hook('header','osclasswizards_nofollow_construct'); with

Code: [Select]
osc_add_hook('header','osclasswizards_follow_construct');

m6mmi

  • Jr. Member
  • **
  • Posts: 72
Re: Indexing of manual pages in search engines[Solved]
« Reply #48 on: March 11, 2018, 07:03:59 pm »
.
« Last Edit: March 11, 2018, 07:06:03 pm by m6mmi »

Mark FAZ

  • Newbie
  • *
  • Posts: 12
Re: Indexing of manual pages in search engines
« Reply #49 on: November 26, 2018, 11:06:50 am »

theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #50 on: November 26, 2018, 12:24:50 pm »
How to solve that 'noindex' issue

Goto you themes folder.

/oc-content/themes/"folder with theme name"/page.php

it is based on what theme you use.

which is the them you are using?

Mark FAZ

  • Newbie
  • *
  • Posts: 12
Re: Indexing of manual pages in search engines[Solved]
« Reply #51 on: February 13, 2019, 07:39:10 am »
OsclassWizards 2.0.4 by OsclassWizards