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
Recently i have a list of my SEO techs about some errors that should be corrected accorfing to them to be more Google SEO friendly.
1) Pronstar page title - it is refered as pronstar-meta-title everywhere which Google sees that as dublicate pages (the more pornstars you have the more title dublicates)
2) If the title of the video is too big then at the related videos it cuts even in the middle of the word (in the <h5>) so the google sees that as misspelled word which again is not too good
3) Community page title - it is the same title through the pages http://analtube4u.com/community/?page=2, http://analtube4u.com/community/?page=3 etc
Thats all for now i think it would be great if those issues wil be fixed asap
Offline
2) you can remove the limit of letters (in the <h5>) and add a css trick to hide the title if is to big.
3) is better to disallow members and community. because members all the time remove their usernames or hide their profile.
Offline
2. change every tpl file
<h5><?php echo e(VText::truncate_chars($video['title'], 50)); ?></h5>
to
<h5><?php echo $video['title']; ?></h5>
In css change
.video h5 {
margin : 0;
padding : 1px;
display : block;
overflow : hidden;
height: 32px;
font-size : 12px;
padding : 2px 2px 0 2px;
white-space:nowrap;
text-overflow: ellipsis;
font-weight:normal;
}
3. add this code to your /robots.txt
Also you should disallow embed
Disallow: /embed*
Disallow: /users/
Disallow: /community/
Offline
Will check all 3 of them in next version.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1