Changing the title tag on Community Blog list page
Started by Invision noob, Apr 01 2011 06:35 PM
10 replies to this topic
#1
Posted 01 April 2011 - 06:35 PM
I do not want my ip.blog "Community Blog List" page, which is the index of my entire site, to say "Community Blog List" in the title tag. This isn't good for google indexing. How do I change it? I've scoured everywhere for the code but probably missing something obvious... I assume it is in the skins & templates area?
#2
Posted 02 April 2011 - 06:00 AM
maybe open LOOK&FEEL - TEMPLATE - (BLOG) GLOBAL - OVERWRITEHEADER
and change
<a href='{parse url="app=blog&module=display&section=blog&blogid={$this->registry->blogFunctions->blog['blog_id']}" base="public" template="showblog" seotitle="{$this->registry->blogFunctions->blog['blog_seo_name']}"}' title='{$this->lang->words['blog_homepage']}' id='blog_title'>
and change
<a href='{parse url="app=blog&module=display&section=blog&blogid={$this->registry->blogFunctions->blog['blog_id']}" base="public" template="showblog" seotitle="{$this->registry->blogFunctions->blog['blog_seo_name']}"}' title='YOUR_NEW_TITLE' id='blog_title'>
#3
Posted 02 April 2011 - 05:03 PM
Thanks for trying to help but that only caused an error in the header, didn't touch the title tag. I mean the part that's shown at the top of the browser.
Edited by Invision noob, 02 April 2011 - 05:03 PM.
#4
Posted 02 April 2011 - 05:21 PM
no sorry, but i have try now, and work correctly (see attached).
you can add alt making this:
you can add alt making this:
<a href='{parse url="app=blog&module=display&section=blog&blogid={$this->registry->blogFunctions->blog['blog_id']}" base="public" template="showblog" seotitle="{$this->registry->blogFunctions->blog['blog_seo_name']}"}' title='TEST' alt='TEST_alt' id='blog_title'>
<img src='{$this->settings['img_url']}/blog/logo_blog.png' alt='{$this->registry->blogFunctions->blog['blog_name']}' />
<span>
Attached Files
#5
Posted 02 April 2011 - 05:43 PM
I'm not talking about the alternate text... I'm talking about the title tag. Am I using the wrong vernacular?
#6
Posted 02 April 2011 - 05:46 PM
and this is not a title tag?
<a href='{parse url="app=blog&module=display&section=blog&blogid={$this->registry-
>blogFunctions->blog['blog_id']}" base="public" template="showblog" seotitle="{$this->registry->blogFunctions->blog['blog_seo_name']}"
}' title='TEST' alt='TEST_alt' id='blog_title'>
<a href='{parse url="app=blog&module=display&section=blog&blogid={$this->registry-
>blogFunctions->blog['blog_id']}" base="public" template="showblog" seotitle="{$this->registry->blogFunctions->blog['blog_seo_name']}"
}' title='TEST' alt='TEST_alt' id='blog_title'>
#7
Posted 02 April 2011 - 05:48 PM
Not judging by your screen cap... unless that also alters what Firefox/IE/whatever says at the top of the browser in the blue bar, which you cropped out.
#8
Posted 27 April 2011 - 09:46 PM
Still looking for a solution on this. I'm talking about the <title></title> tags for the blog index page. I can't see where to edit them. Someone please help.
#10
Posted 28 April 2011 - 03:55 PM
Every page doesn't say Community Blog List.
Can I get some help from someone else? Preferably someone who speaks English?
Can I get some help from someone else? Preferably someone who speaks English?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Contributor













