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 2014-03-20 00:13:41

Eri
Member
Registered: 2011-03-18
Posts: 977

[FIXED IN 1.0.10] Tag error

I am getting some errors on google webmaster when i try to go to those links
/tag/big tits/
/tag/hot babe/

When i add the "-" everything is ok
/tag/big-tits/

How to fix this? Making a auto redirect from /tag/big tits/ to /tag/big-tits/

Also i am getting this error when i try to search videos.


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#2 2014-03-20 01:14:28

xpornclub
Member
From: California
Registered: 2012-01-01
Posts: 445
Website

Re: [FIXED IN 1.0.10] Tag error

Yeah I got like 4k errors in a few days also.

Offline

#3 2014-03-20 10:39:11

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: [FIXED IN 1.0.10] Tag error

This is bad for seo, if you have more than 1k page errors your SEO traffic goes down more than 80% or do not let you to go up.
I have 9k errors overall and i am trying to fix this.

Last edited by Eri (2014-03-20 10:39:50)


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#4 2014-03-20 18:20:05

xpornclub
Member
From: California
Registered: 2012-01-01
Posts: 445
Website

Re: [FIXED IN 1.0.10] Tag error

Mine just started to happen a few days ago. What do you think caused this?  A change in the way google crawls sites?

Offline

#5 2014-03-20 21:17:59

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: [FIXED IN 1.0.10] Tag error

xpornclub wrote:

Mine just started to happen a few days ago. What do you think caused this?  A change in the way google crawls sites?

yes, they are making crawls smarter time by time


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#6 2014-03-21 07:15:10

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

Re: [FIXED IN 1.0.10] Tag error

We need to find on which page the tags appear without -. I can add a redirect, but still we need to find the source of the errors.


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

Offline

#7 2014-03-21 07:18:33

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

Re: [FIXED IN 1.0.10] Tag error

Added a redirect in modules/video/components/tag.php:

        if (strpos($tag, ' ') !== false) {
            $url    = BASE_URL.'/tag/'.str_replace(' ', '-', $tag).'/';
            if ($page > 1) {
                $url    .= $page.'/';
            }

            VF::redirect($url, '301');
        }

after:

$page   = (isset($query['2'])) ? (int) $query['2'] : 1;

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

Offline

#8 2014-03-21 12:04:59

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: [FIXED IN 1.0.10] Tag error

Now it's ok. Thanks


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#9 2014-06-26 14:48:01

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

Re: [FIXED IN 1.0.10] Tag error

Add this bug fix to 1.0.10.


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

Offline

Board footer

Powered by FluxBB