| :: |
| Author |
Message |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
Posted: Sat Dec 29, 2007 6:38 pm Post subject: title and meta mod |
|
|
hm very interresting...i dont know why i did not looking for more seo tools before,but now i had then discovered
title mod-he better formed title for bots and delete some not important part?
and meta tags-genarate own meta tags for bots?
understand i it good? i use now seo advance and zero duplicate and i will use sitemap and propably this two mods too,but they arent for gold now or not?
i know dcz --> time , time |
_________________ phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center |
|
| Back to top |
|
 |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
Posted: Sat Dec 29, 2007 9:29 pm Post subject: Re: title and meta mod |
|
|
sorry for next post here but i must describe it.
i have tried both mods and meta tag doesnt works,never mind for Google is now keywords not very interesting but the other mod works and it is great.Now my title looks beter for me and mainly for google.i will wait for some result after indexing site or reindexing
i have one question:why wount there stay sitaname? i mean when i am on index it is index page or in us obsah(content) why not site name i think it is better from seo view. |
_________________ phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
Posted: Sun Dec 30, 2007 6:20 pm Post subject: Re: title and meta mod |
|
|
i know i can change name of index but in our translate it is call obsah(content of forum) so it is good. So you think better to delet sitename from every title name and let only name of topic and name of kategory?!
Will it has some efeckt to keep sitename in every tiitle?For now i am going to delelete sitename from there and let be only title |
_________________ phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center |
|
| Back to top |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
Posted: Sun Jan 06, 2008 11:45 pm Post subject: Re: title and meta mod |
|
|
i deleted in this code | Code: | // www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
$extra_title = ($start > 0) ? ' - ' . $user->lang['Page'] . ( floor( ($start / $config['posts_per_page']) ) + 1 ) : '';
page_header($topic_data['topic_title'] . ' : ' . $topic_data['forum_name'] . $extra_title);
// www.phpBB-SEO.com SEO TOOLKIT END - TITLE |
forum name and now it looks like this
| Code: | // www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
$extra_title = ($start > 0) ? ' - ' . $user->lang['Page'] . ( floor( ($start / $config['posts_per_page']) ) + 1 ) : '';
page_header($topic_data['topic_title'] . '' . $extra_title);
// www.phpBB-SEO.com SEO TOOLKIT END - TITLE |
and show like tittle only name of topic it is better for seo whit the same forum name is smels like duplicte or not? |
_________________ phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Mon Jan 07, 2008 10:38 am Post subject: Re: title and meta mod |
|
|
Well, repeating the forum title at the end of the topic one can be a good thing to better categorize topics, but it can make longer titles as well.
A topic title like :"I need help" would of course be more readable this way : "I need help : phpBB support forum", but if your overall topic title quality is better than that, you can bypass the forum title.
It's really up to you. |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
|
| Back to top |
|
 |
|
|