Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2012-09-23 19:32:30

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

[FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

hey,
google downt can index my videos becose i have enable The "Guest Limit" to save bandwidth ...
is there a way to see google bot as "reg user" ???

sorry for my bad english :-)

Offline

#2 2012-09-23 20:12:57

Nuevolab
Member
Registered: 2012-08-01
Posts: 189

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

The simple way is to add few lines to check for googlebot and then change 'friends' value if Googlebot detected.
It can be done in file 'modules/video/components/view.php"  above the line:  $this->tpl->friends        = $friends;
Just add this code:

$ip = $_SERVER['REMOTE_ADDR'];
$name = gethostbyaddr($ip);
if(preg_match("/Googlebot/i",$name)) { $friends=true; }

Now you can check in Google Webmaster Tools if robot reads video page properly.

Last edited by Nuevolab (2012-09-23 20:49:47)

Offline

#3 2012-09-24 05:45:46

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Erm...i thaught i fixed this. Will add the fix in 1.0.2. It should be VBrowser::get('is_robot');


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#4 2012-10-30 12:00:23

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

downt wokre google bot get :

HTTP/1.1 302 Found
Date: Tue, 30 Oct 2012 11:40:16 GMT
Server: Apache/2
X-Powered-By: PHP/5.2.17
Set-Cookie: ASPro_90f53fe89ec29a106129e1fd6f2bbf4e=6aa245a1469b61297e1d84cb78870eb0; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: http://www.***.com/user/signup
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 34
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html

Last edited by Jadmanx (2012-11-26 14:02:45)

Offline

#5 2012-10-31 17:31:47

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

there no help for this important feature

Offline

#6 2012-10-31 19:26:50

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Will test and fix in 1.0.3


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#7 2012-11-11 10:59:27

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

its not in 1.0.3 :-( i need it to save traffic and intex to google

Offline

#8 2012-11-11 21:08:26

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Releasing 1.0.4 this week.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#9 2012-11-19 11:02:23

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

I'm testing everything again now. Basically all these features were implemented, but a bug in the search engine robot identification prevented them from working.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#10 2012-11-19 11:06:17

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Should the page work correctly (even show the video flash player) for search engine robots? Or just display a message instead of the flash player? Displaying the flash player (basically a complete page) already works (just tested, after i fixed the search engine bot indentification bug).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#11 2012-11-19 11:09:45

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Also would be better to identify by ip/host, instead of using the user agent, but this would be a little slower.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#12 2012-11-20 13:03:47

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Still trying to decide here. Would it be better to display a text instead of the flash player (like: You need to be a registered user to watch this video, click here to login/register) or display the flash player. This for search engines (considering that the flash player wont render, you wont lose any bandwidth). Same for guest limit (for search engines it will never be enabled).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#13 2012-11-21 15:50:39

mario2000
Member
From: Spain
Registered: 2012-05-04
Posts: 190
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Hi

I belive is better gest with an text, and kep all other data (title, tag, desc, user, related videos,... all).

Also the best way to do this for the search engine is with an doble title:


You need to be a registered user to watch {video_title}
------------------------ hr --------------------------------
                           Please clic to:
                       Login or Register



And the 2 links in h2 or h3

Last edited by mario2000 (2012-11-21 15:50:55)


Brutal Porn Videos - Brutal5.org
Peliculas Online - PepeCine
Filme Online Romana - Filme5

Offline

#14 2012-11-21 17:41:18

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

google need to see the movie file and index the page with movie ...

Offline

#15 2012-11-21 18:43:57

mario2000
Member
From: Spain
Registered: 2012-05-04
Posts: 190
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Jadmanx wrote:

google need to see the movie file and index the page with movie ...

for that is the video-sitemap , this is gest an small problem, the realy important is to google index the page if gest limit is enabled, or have setup the acces view to videos gest for registred users.


Brutal Porn Videos - Brutal5.org
Peliculas Online - PepeCine
Filme Online Romana - Filme5

Offline

#16 2012-11-21 19:42:48

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

yes google become the urls from the sitemap and whan the gest limit is enable google can not intex the page... google must see that there is a movie on the page becose google have a "video" serach...

Offline

#17 2012-11-22 07:43:52

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

For now we will leave with the exact same page for search engines and redirect to login/register for visitors (this for guest limit enabled and video view permission other than all). If any problems appear we will have to change this to a message only page.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#18 2012-11-22 08:49:37

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

yes thats perfect!!! whan we can test :-)?

Offline

#19 2012-11-22 13:56:48

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Going to release 1.0.4 tomorrow and then you can test :-) Need to fix the grabbers again first.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#20 2012-11-22 15:35:54

Jadmanx
Member
Registered: 2012-05-25
Posts: 128

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

man i love you :-)

Offline

#21 2012-11-22 16:23:35

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Love you too :-)


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#22 2012-11-23 08:31:40

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

This has been fixed in 1.0.4. For now Video View restrictions and Guest restrictions dont apply to search engines. This is easy to bypass by a experienced programmer (or even advanced computer user). I'll leave it this way for now, if problems appear, i will implement a per IP/domain robot identification (its slower).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#23 2012-11-29 12:57:10

mario2000
Member
From: Spain
Registered: 2012-05-04
Posts: 190
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

Using admin-video-config-view view Acces set to registered, in the video page DONT get the mensage (login or singup to watch....)
Here you can ceck: http://brutal5.com/1914/gangbang/

I use 1.0.4
--------------------------------------------------

For now i have added an image to the player bg.

Last edited by mario2000 (2012-11-29 14:03:53)


Brutal Porn Videos - Brutal5.org
Peliculas Online - PepeCine
Filme Online Romana - Filme5

Offline

#24 2012-11-29 18:29:45

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

If you are not a registered user you will get the login screen. If you are a robot you will not get the login screen.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#25 2012-11-29 18:44:44

mario2000
Member
From: Spain
Registered: 2012-05-04
Posts: 190
Website

Re: [FIXED IN 1.0.4] Google SEO Video Indexing & Guest Limit

symtab wrote:

If you are not a registered user you will get the login screen. If you are a robot you will not get the login screen.

in my site, this dont work: http://brutal5.com/1914/gangbang/
If you are not registered user you get all the video page, less the player (this is OK), but not the login screen or some text to send the user to the login or singup page.

I will check and compare my
video_view_player.tpl.php
video_view_flowplayer.tpl.php
video_view.tpl.php

with the original files for the 1.0.4


Brutal Porn Videos - Brutal5.org
Peliculas Online - PepeCine
Filme Online Romana - Filme5

Offline

Board footer

Powered by FluxBB