Meta tags

Please post general support questions for the phpBB3 core system on phpBB.com!
Bitte allgemeine Supportanfragen zu phpBB3 auf phpBB.de stellen!
Forum rules
Please post general support questions for the phpBB3 core system on phpBB.com!
Bitte allgemeine Supportanfragen zu phpBB3 auf phpBB.de stellen!
Locked

Topic author
rossoe
Active Member
Posts: 14
Joined: 24. July 2008 12:41

Meta tags

Post 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 ?
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Meta tags

Post 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.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
rossoe
Active Member
Posts: 14
Joined: 24. July 2008 12:41

Re: Meta tags

Post 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" />
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Meta tags

Post 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." /> 
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!
Locked

Return to “General phpBB3 Support”