Page 1 of 1

Meta tags

Posted: 21. October 2008 20:13
by rossoe
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 ?

Re: Meta tags

Posted: 21. October 2008 21:22
by Kevin
Moved to "General phpBB3 Support".

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." />
 
Don't forget to purge the cache afterwards.

Re: Meta tags

Posted: 21. October 2008 22:53
by rossoe
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} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

Re: Meta tags

Posted: 22. October 2008 07:56
by Kevin
So what is the problem?

You need to edit this two lines, keywords with your keywords, description wit your description of your website :
rossoe wrote:

Code: Select all

<meta name="keywords" content="" />
<meta name="description" content="" /> 
e.g.

Code: Select all

<meta name="keywords" content="my, site, board3, portal" />
<meta name="description" content="My perfect site with the beautiful board3 Portal." />