Activity Stream
48,167 MEMBERS
6865 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    CSOffensive.com

    Red face Duplicate Title Tags

    Hello

    Can any tell me how to prevent duplicate title tags and duplicate meta description ?

    I can see around 6k+ Duplicate Title tags and Description in Google Webmaster- HTML suggestion.

    I thought of adding topic[id] to <meta name="og:title"> but its not working
    xTreme Reviewed by xTreme on . Duplicate Title Tags Hello Can any tell me how to prevent duplicate title tags and duplicate meta description ? I can see around 6k+ Duplicate Title tags and Description in Google Webmaster- HTML suggestion. I thought of adding topic to <meta name="og:title"> but its not working :( Rating: 5
    Counter Strike : Global Offensive Forum

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    In the template Global Templates > globalTemplate

    find:
    PHP Code: 
    <title>{$header_items['title']} 
    Change to:
    PHP Code: 
    <title>{$header_items['title']} {$this->request['showtopic']} 
    find:
    PHP Code: 
    <meta property="og:title" content="{IPSText::htmlspecialchars( str_replace( ' - ' . $this->settings['board_name'], '', $header_items['title'] ) )}"/> 
    Change to:
    PHP Code: 
    <meta property="og:title" content="{IPSText::htmlspecialchars( str_replace( ' - ' . $this->settings['board_name'], '', $header_items['title'].' '.$this->request['showtopic']  ) )}"/> 
    Adds a space then topic id after title and meta tag title but it will only show up in topics as that is the only time that variable exists.

  4.     
    #3
    Member
    Website's:
    CSOffensive.com
    It worked Lock Down , thanks a lot mate
    Counter Strike : Global Offensive Forum

  5.     
    #4
    Respected Member
    You are welcome.

  6.     
    #5
    Respected Member
    for changing description in template Global Templates > includeMeta

    find:
    PHP Code: 
    <if test="metatags:|:is_array( $metaTags ) AND count( $metaTags )">
        <foreach 
    loop="metaTags:$metaTags as $tag => $content">
        <
    meta name="$tagcontent="$content</if> />
        </foreach>
    </if> 
    change to:
    PHP Code: 
    <if test="metatags:|:is_array( $metaTags ) AND count( $metaTags )">
        <foreach 
    loop="metaTags:$metaTags as $tag => $content">
        <
    meta name="$tagcontent="$content<if test="$tag=='description'"> {$this->request['showtopic']}</if> />
        </foreach>
    </if> 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Prevent duplicate title posts in Wordpress ??
    By Ashleyuk1984 in forum Technical Help Desk Support
    Replies: 2
    Last Post: 26th May 2011, 02:59 PM
  2. Change Code tags To Hide Tags In SharpLeech
    By blow in forum Webmaster Discussion
    Replies: 2
    Last Post: 4th Jan 2011, 07:04 AM
  3. DLE pagination and duplicate title tag
    By John in forum Tutorials and Guides
    Replies: 0
    Last Post: 31st Oct 2010, 09:33 PM
  4. [MYBB] Custom title after every topic title [SEO Trick]
    By Gat Dat in forum Web Application/Script Support
    Replies: 0
    Last Post: 22nd Jul 2009, 11:09 PM

Tags for this Thread

BE SOCIAL