Advertisement:

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

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Indexing of manual pages in search engines
« Reply #30 on: December 22, 2016, 09:44:16 pm »
Hi,

not sure if that would be the public profile.
For Bender the following files are using the no construct hook (see attachment).

Regards,
Eric


theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #31 on: December 23, 2016, 07:04:48 am »
So what do u guys suggesting me to do? I want my manual pages and popular searches pages indexed in google and other search engines.

tito

  • issues
  • Sr. Member
  • *
  • Posts: 397
Re: Indexing of manual pages in search engines
« Reply #32 on: December 23, 2016, 01:48:05 pm »
What i changed was on page.php only this:

Code: [Select]
// osc_add_hook('header','osclasswizards_nofollow_construct');
to

Code: [Select]
// osc_add_hook('header','osclasswizards_follow_construct');
And my pages are indexed bij searchengines


Aficionado

  • Guest
Re: Indexing of manual pages in search engines
« Reply #33 on: December 23, 2016, 02:24:32 pm »
What i changed was on page.php only this:

Code: [Select]
// osc_add_hook('header','osclasswizards_nofollow_construct');
to

Code: [Select]
// osc_add_hook('header','osclasswizards_follow_construct');
And my pages are indexed bij searchengines

Your change has no effect since the whole PHP line is commented-out (DISABLED).

A simple // is enough.
« Last Edit: December 23, 2016, 02:26:32 pm by Aficionado »

Aficionado

  • Guest
Re: Indexing of manual pages in search engines
« Reply #34 on: December 23, 2016, 02:25:51 pm »
So what do u guys suggesting me to do? I want my manual pages and popular searches pages indexed in google and other search engines.

Just rem-out that line from pages.php and contact.php. For manual pages.

Now, what you mean "popular searches" ? Searches in general should not be indexed.

tito

  • issues
  • Sr. Member
  • *
  • Posts: 397
Re: Indexing of manual pages in search engines
« Reply #35 on: December 23, 2016, 06:33:19 pm »
you are right Aficionado
I didnt comment out, just copied to fast from earlier reply

the code i use in php is this without //:

Code: [Select]
osc_add_hook('header','amuncios_follow_construct');
And all pages like contact, privacy and terms and conditions are indexed bij google, bing and yahoo


theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #36 on: December 24, 2016, 05:40:31 am »
So what do u guys suggesting me to do? I want my manual pages and popular searches pages indexed in google and other search engines.

Just rem-out that line from pages.php and contact.php. For manual pages.

Now, what you mean "popular searches" ? Searches in general should not be indexed.

Popular searches are shown in attachments

Aficionado

  • Guest
Re: Indexing of manual pages in search engines
« Reply #37 on: December 24, 2016, 11:16:23 am »
I don't think that those with "search" in the url, should be indexed...

theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #38 on: December 27, 2016, 08:10:30 am »
I removed the lines from page.php and contact.php
I think i should do this if i update my theme. am i right?
Do i need to edit this pages after updating osclass to new versions? Sorry for the late reply. i was out of station.

theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #39 on: December 30, 2016, 03:18:35 pm »
I removed the line from contact.php and page.php. But still i can't see my pages in google. Anybody know the reason?

Aficionado

  • Guest
Re: Indexing of manual pages in search engines
« Reply #40 on: December 30, 2016, 04:15:44 pm »
I removed the line from contact.php and page.php. But still i can't see my pages in google. Anybody know the reason?

Probably you are not indexed yet. Can take some time, depending of how popular is your site (in the eyes of google). My ads are indexed by google around a week or 10 days after posted.

Google doesn't LIKE classified ads site, mind you. Because of THIN content. Simple as that.

theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #41 on: January 02, 2017, 03:42:43 pm »
I removed the line from contact.php and page.php. But still i can't see my pages in google. Anybody know the reason?

Probably you are not indexed yet. Can take some time, depending of how popular is your site (in the eyes of google). My ads are indexed by google around a week or 10 days after posted.

Google doesn't LIKE classified ads site, mind you. Because of THIN content. Simple as that.


Google Indexed it. Thank you guys. One question not answered is do i need to remove this line each time update my theme?

Aficionado

  • Guest
Re: Indexing of manual pages in search engines
« Reply #42 on: January 02, 2017, 03:57:51 pm »


Google Indexed it. Thank you guys. One question not answered is do i need to remove this line each time update my theme?

Yes you must.

theinvisible

  • Sr. Member
  • ****
  • Posts: 311
Re: Indexing of manual pages in search engines
« Reply #43 on: January 02, 2017, 04:27:39 pm »
Thank you. Please make a way in osclass to correct these kind of problems.

Aficionado

  • Guest
Re: Indexing of manual pages in search engines
« Reply #44 on: January 02, 2017, 05:22:35 pm »
Thank you. Please make a way in osclass to correct these kind of problems.

I wish i could. Osclass dev team have their own agenda. One of the negative things about Osclass script. We have no saying in future development.