Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 16 to 30 of 38

ways to improve what SEs index

This is a discussion on ways to improve what SEs index within the Template Modifications forums, part of the vBulletin SEO Discussion category; My problem is removing the link from this line of code in template forumhome_lastpostby: PHP Code:          < phrase 1 = ...

  1. #16
    Member
    Join Date
    Oct 2005
    Posts
    37
    Liked
    0 times
    My problem is removing the link from this line of code in template forumhome_lastpostby:
    PHP Code:
            <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase
    I only want to show the username.

    Any help is appreciated

  2. #17
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    This is how I have done it, this way only removes the link for guests (userid 0) see here and members still see the link.

    <if condition="$bbuserinfo[userid] != 0"><phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase><else />by $lastpostinfo[lastposter]</if>
    Last edited by Ashley; 01-31-2006 at 09:38 PM.

  3. #18
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    If you just want text for all usergroups.

    replace
    <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>

    with
    by $lastpostinfo[lastposter]

  4. #19
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    I have everything done I wanted to do in forums and links.

    I am very happy with what I am seeing much lower page sizes, lots less links.

    100 less links of a full page of 20 threads in forum display by removing on each thread. Started by, first new post (and that will always be available to bots because it will not keep a cache), go to last post, last post by and number of replies.

    Forum home has around 30 less links on the page.

    One thing I have tried to do is remove all links to member profiles to bots I think I have achieved this (apart from vba cmps and vbarcade).

    The other thing I think I have achieved is to remove all signs off duplicate content (again apart from vba cmps and vbarcade).

    Show thread did not have to many links to remove put again I took away what I considered unneeded.



    Next is homepage and arcade.

  5. #20
    Member
    Join Date
    Oct 2005
    Posts
    37
    Liked
    0 times
    Thanks for the help :-)
    I saw in your forum 'Reply with Quote' buttons in posts.
    I have removed it, since guests can't use it, they don't need them.

    I will not edit arcade templates because it's only for registered users.

    By the way; you have an error in arcade main page:
    PHP Code:
    WarningInvalid argument supplied for foreach() in /vbshout.php on line 288 

  6. #21
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    Cheers mate I had not noticed that.

  7. #22
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Quote Originally Posted by infordig
    I saw in your forum 'Reply with Quote' buttons in posts.
    I have removed it, since guests can't use it, they don't need them.
    Just one comment on this.

    If you remove these buttons, it is possible that users that have no experience with boards will not be understanding how they can reply. They don't realize they need to register. If they would click 'reply' the message 'You need to register to reply' would come up.

    So this is why vbulletin keeps them visible for guests.

    Be carefull what you remove, there is something like removing too mutch, while focussing on SEO for vbulletin.

    For these things I would use rel="nofollow" for links and buttons.

  8. #23
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    I totally agree - that's why most (if not all of them) will be options in the next gen of vbseo, 2.5.x.
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #24
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    Quote Originally Posted by Juan Muriente
    I totally agree - that's why most (if not all of them) will be options in the next gen of vbseo, 2.5.x.
    I truly believe in what I did now. The bots go deep. PR 4 for both forum home and links home. 30 - 50 referrals in Google per day (lets remember my site is only 3 1/5 months old).

  10. #25
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    It makes sense... it increases the CtoC ratio, cleans up pages and all around, reduces all these elements that are repeated all throughout the site. This is key, as you are making every page more unique. -Again, these removals will be options so it should suit every taste
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #26
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Quote Originally Posted by Zooman
    I truly believe in what I did now. The bots go deep. PR 4 for both forum home and links home. 30 - 50 referrals in Google per day (lets remember my site is only 3 1/5 months old).
    You did a very good job, I used some of your ideas, and logically it should be a lot better the way things are now. Just some of the buttons should stay imo, I also have the online users and stats visible for guests on my fitness board. The first thing they look at to find out if the board is busy, people tend to stay longer on busy looking boards I think, but Juan is right, it's personal taste

    If you want to have a look how it is here

    Thanks
    Last edited by dutchbb; 03-04-2006 at 07:35 AM.

  12. #27
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    I was going flying colours and then my host went down for 6 days and Google all but dropped my site from the serps :(.

  13. #28
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    Quote Originally Posted by dutchbb
    You did a very good job, I used some of your ideas, and logically it should be a lot better the way things are now. Just some of the buttons should stay imo, I also have the online users and stats visible for guests on my fitness board. The first thing they look at to find out if the board is busy, people tend to stay longer on busy looking boards I think, but Juan is right, it's personal taste

    If you want to have a look how it is here

    Thanks
    I have so few members at the moment it is not worth it, once I have a decent amount of members I may show members in the last 24hrs

  14. #29
    Senior Member
    Real Name
    FAA Zooman
    Join Date
    Dec 2005
    Location
    Cumbria, UK
    Posts
    208
    Liked
    0 times
    I have 4 things left to do and I am done.

    Take your time have a good luck what has been done if you have the devolpers bar in your browser take a little bit of time to see the site without CSS and then look at yours and see the difference. Nothing was hard the only issue was just how much needed taking away.

  15. #30
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    I removed the "Last Post" column on forumhome for guests. It's so dynamic and doesn't really help to index pages or send pr on a busy board.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Redirect old URLs to index (phpBB)
    By MikeF in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 02-07-2006, 03:40 PM
  2. only able to view 1/3 of vbseo config area
    By mindhunter77 in forum Troubleshooting
    Replies: 5
    Last Post: 01-31-2006, 05:46 PM
  3. Index Custom Rewrites
    By vissa in forum Sitemap Features Archive
    Replies: 2
    Last Post: 12-11-2005, 12:05 PM
  4. "Forum Index Pages URL Format" Settings Issue!
    By theself in forum Bug Reporting
    Replies: 5
    Last Post: 09-10-2005, 12:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •