Results 1 to 2 of 2
  1. #1
    Casual Pligger Kamilo23's Avatar
    Joined
    Apr 2010
    Posts
    46
    Thanks
    Received:0
    Given: 0

    Exclamation SEO problem with STORY title in google

    Hello!
    Google crawl my meta title from homepage and content of stories but don't show TITLE story.



    Where in pligg.tpl or other file I can set it?

    My pligg.tpl

    {if $request_category}
    <title>{$pretitle} {$meta_description} {if $pagename eq "upcoming"}| {$posttitle} {/if}| {#PLIGG_Visual_Name#}</title>
    {elseif $pagename eq "groups"}
    <title>{#PLIGG_Visual_Name#} | {#PLIGG_Visual_Groups#}</title>
    {elseif $pagename eq "group_story"}
    <title>{$group_name} - {$group_description} | {#PLIGG_Visual_Name#}</title>
    {elseif $pagename eq "submit_groups"}
    <title>{#PLIGG_Visual_Name#} | {$posttitle}</title>
    {elseif $pagename eq "upcoming"}
    <title>{#PLIGG_Visual_Name#} | {#PLIGG_Visual_Pligg_Queued#}</title>
    {elseif $pagename eq "published"}
    <title>{#PLIGG_Visual_Name#}</title>
    {elseif $pagename eq "index"}
    <title>{#PLIGG_Visual_Name#} - {#PLIGG_Visual_RSS_Description#}</title>
    {elseif $pagename eq "story"}
    <title>{$posttitle}</title>
    {else}
    <title>{$posttitle} | {$pretitle} {#PLIGG_Visual_Name#}</title>
    {/if}
    Now:

    META TITLE(always the same)
    Content of story,,rfrfxxex3dxedrdf4rd4rdxd4dr4drdr4dr4d3ed3e3 ede3dded
    podepnij.pl/story/711/


    I want:

    Here is title of story
    Content of story,,rfrfxxex3dxedrdf4rd4rdxd4dr4drdr4dr4d3ed3e3 ede3dded
    podepnij.pl/story/711/



    Thank you
    Attached Images Attached Images
    • File Type: jpg 1.jpg (121.4 KB, 28 views)
    • File Type: jpg 1.jpg (121.4 KB, 26 views)

  2. #2
    Senior Member/Coder/Designer cmstheme's Avatar
    Joined
    Jan 2007
    Location
    Philippines
    Posts
    732
    Thanks
    Received:15
    Given: 1
    Site
    http://www.oxythemes.com
    You should use a Pligg 1.0.4 compatible template because the title of the latest Pligg looks like this:
    PHP Code:
        {if preg_match('/index.php$/',$templatelite.server.SCRIPT_NAME)}    
            {if 
    $templatelite.get.category}
                {if 
    $templatelite.get.page>1}
                    <
    title>{$navbar_where.text2} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Breadcrumb_Published_Tab#} | {#PLIGG_Visual_Name#}</title>
                
    {else}
                    <
    title>{$navbar_where.text2} | {#PLIGG_Visual_Breadcrumb_Published_Tab#} | {#PLIGG_Visual_Name#}</title>
                
    {/if}
            {elseif 
    $templatelite.get.page>1}
                <
    title>{#PLIGG_Visual_Breadcrumb_Published_Tab#} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Name#}</title>
            
    {else}
                <
    title>{#PLIGG_Visual_Name#} - {#PLIGG_Visual_RSS_Description#}</title>
            
    {/if}
        {elseif 
    preg_match('/upcoming.php$/',$templatelite.server.SCRIPT_NAME)}    
            {if 
    $templatelite.get.category}
                {if 
    $templatelite.get.page>1}
                    <
    title>{$navbar_where.text2} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Breadcrumb_Unpublished_Tab#} | {#PLIGG_Visual_Name#}</title>
                
    {else}
                    <
    title>{$navbar_where.text2} | {#PLIGG_Visual_Breadcrumb_Unpublished_Tab#} | {#PLIGG_Visual_Name#}</title>
                
    {/if}
            {elseif 
    $templatelite.get.page>1}
                <
    title>{#PLIGG_Visual_Breadcrumb_Unpublished_Tab#} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Name#}</title>
            
    {else}
                <
    title>{#PLIGG_Visual_Breadcrumb_Unpublished_Tab#} | {#PLIGG_Visual_Name#}</title>
            
    {/if}
        {elseif 
    preg_match('/submit.php$/',$templatelite.server.SCRIPT_NAME)}    
            <
    title>{#PLIGG_Visual_Submit#} | {#PLIGG_Visual_Name#}</title>
        
    {elseif preg_match('/editlink.php$/',$templatelite.server.SCRIPT_NAME)}    
            <
    title>{#PLIGG_Visual_EditStory_Header#}: {$submit_url_title} | {#PLIGG_Visual_Name#}</title>
        
    {elseif preg_match('/search.php$/',$templatelite.server.SCRIPT_NAME)}    
            <
    title>{#PLIGG_Visual_Search_SearchResults#} '{$templatelite.get.search}' | {#PLIGG_Visual_Name#}</title>
        
    {elseif preg_match('/groups.php$/',$templatelite.server.SCRIPT_NAME)}    
            {if 
    $templatelite.get.page>1}
                <
    title>{#PLIGG_Visual_Groups#} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Name#}</title>
            
    {else}
                <
    title>{#PLIGG_Visual_Groups#} | {#PLIGG_Visual_Name#}</title>
            
    {/if}
        {elseif 
    preg_match('/editgroup.php$/',$templatelite.server.SCRIPT_NAME)}    
            <
    title>{$group_name} | {#PLIGG_Visual_Name#}</title>
        
    {elseif preg_match('/group_story.php$/',$templatelite.server.SCRIPT_NAME)}    
            {if 
    $groupview!='published'}
                {if 
    $groupview eq "upcoming"}
                    {
    assign var='tview' value=#PLIGG_Visual_Group_Upcoming#}
                
    {elseif $groupview eq "shared"}
                    {
    assign var='tview' value=#PLIGG_Visual_Group_Shared#}
                
    {elseif $groupview eq "members"}
                    {
    assign var='tview' value=#PLIGG_Visual_Group_Member#}
                
    {/if}

                {if 
    $templatelite.get.page>1}
                    <
    title>{$group_name} | {if $templatelite.get.category}{$navbar_where.text2} | {/if}{$tview} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Name#}</title>
                
    {else}
                    <
    title>{$group_name} | {if $templatelite.get.category}{$navbar_where.text2} | {/if}{$tview} | {#PLIGG_Visual_Name#}</title>
                
    {/if}
            {elseif 
    $templatelite.get.page>1}
                <
    title>{$group_name} | {#PLIGG_Page_Title#} {$templatelite.get.page} | {#PLIGG_Visual_Name#}</title>
            
    {else}
                <
    title>{$group_name} - {$group_description} | {#PLIGG_Visual_Name#}</title>
            
    {/if}
        {else}    
            <
    title>{$posttitle} | {$pretitle} {#PLIGG_Visual_Name#}</title>
        
    {/if} 

Similar Threads

  1. Change page title only for story page - Google
    By hadock in forum Questions & Comments
    Replies: 15
    Last Post: 03-02-2011, 08:27 AM
  2. Import Story Title Problem
    By bosque in forum Questions & Comments
    Replies: 1
    Last Post: 01-12-2010, 08:37 AM
  3. Aligning story title with google ad like digg
    By nothingman in forum Questions & Comments
    Replies: 1
    Last Post: 12-13-2007, 08:30 AM
  4. Problem with website title and google!
    By HelloKitty in forum Questions & Comments
    Replies: 1
    Last Post: 09-22-2007, 06:29 AM
  5. Editing the title (not story titles, meta title)
    By SportsGuy in forum Questions & Comments
    Replies: 4
    Last Post: 08-07-2007, 07:17 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
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg