How to get the meta description and keywords to work for

Download and support for PhpBB3 Forum SEO
Locked
master412160
BBCoder II
BBCoder II
Posts: 39
Joined: 04 Jun 2011, 14:17

How to get the meta description and keywords to work for

Post by master412160 »

I have this seo mod installed and: http://www.phpbb.com/customise/db/mod/t ... words_mod/

Now the link above is the mod currenlty having the:

Code: Select all

<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
My question is how to implement the edit of this mod:

Code: Select all

<meta name="keywords" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_DESC}<!-- ENDIF -->" />
Into the keywords and meta description in overall_header.php

Is it good for seo to offer all 4, instead of now two?

So you would have keywords for topic, forum
description for topic and forum

In total 4 types of seo data to be found for search engines.

Is it possible?
Hello please check out my Interview Site, Interviewed You
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

How to get the meta description and keywords to work for

Post by Stoker »

Try:

Code: Select all

<meta name="keywords" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_KEY}<!-- ELSEIF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_DESC}<!-- ELSEIF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
Board rules! No PM support
master412160
BBCoder II
BBCoder II
Posts: 39
Joined: 04 Jun 2011, 14:17

How to get the meta description and keywords to work for

Post by master412160 »

Edited the overall_header.php, how do I know it works?
Hello please check out my Interview Site, Interviewed You
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

How to get the meta description and keywords to work for

Post by Stoker »

Check them by viewing source on viewtopic and viewforum.
Board rules! No PM support
raghavmitra
BBCoder I
BBCoder I
Posts: 2
Joined: 28 Jan 2012, 09:25
BBCodes: 2

How to get the meta description and keywords to work for

Post by raghavmitra »

I also have this seo mod installed too but i can't see any seo description or the keywords in the posts i make.
Sorry for the newbie question but what may possibly be wrong . I uninstalled and installed it a couple of time with no luck. :(
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

How to get the meta description and keywords to work for

Post by Stoker »

raghavmitra wrote:I also have this seo mod installed too but i can't see any seo description or the keywords in the posts i make.
Sorry for the newbie question but what may possibly be wrong . I uninstalled and installed it a couple of time with no luck. :(
Look in the contrib folder for install instructions
Board rules! No PM support
BarryV
BBCoder II
BBCoder II
Posts: 5
Joined: 08 Apr 2013, 05:52
BBCodes: 3

How to get the meta description and keywords to work for

Post by BarryV »

Start looking for relevant and right keywords and meta description that suitable for your website to start the optimization to increase your site ranking in search engine.
Locked