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.
Pages: 1
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.
Offline
Yeah I got like 4k errors in a few days also.
Offline
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)
Offline
Mine just started to happen a few days ago. What do you think caused this? A change in the way google crawls sites?
Offline
Offline
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
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
Add this bug fix to 1.0.10.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1