Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.ApropTrader.com
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
How do I edit the meta tags to say something other than :
'ApropTrader.com • Portal'
as the first line on a search result for our website ?
Meta tags
-
- Site Admin
- Posts: 2992
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Meta tags
Moved to "General phpBB3 Support".
Open the overall_header.html of your template. You'll find the lines to edit there.
Don't forget to purge the cache afterwards.
Open the overall_header.html of your template. You'll find the lines to edit there.
Code: Select all
<meta name="keywords" content="phpbb, phpbb3, olympus, portal, mod, mods, download, downloads, forum, forums, modification, modifications, modifikation, modifikationen, update, phpbb3portal, board, board3, bulletin" />
<meta name="description" content="Board3 Portal adds a simple to use, slim and customize portal site to your phpBB3 Olympus Forum." />
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: Meta tags
For Prosilver 'overall_header' on the latest BB3 install I just have :
Code: Select all
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
-
- Site Admin
- Posts: 2992
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Meta tags
So what is the problem?
You need to edit this two lines, keywords with your keywords, description wit your description of your website :
You need to edit this two lines, keywords with your keywords, description wit your description of your website :
e.g.rossoe wrote:Code: Select all
<meta name="keywords" content="" /> <meta name="description" content="" />
Code: Select all
<meta name="keywords" content="my, site, board3, portal" />
<meta name="description" content="My perfect site with the beautiful board3 Portal." />
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!