News:

Wondering if this will always be free?  See why free is better.

Main Menu

vBulletin Style Meta Tags

Started by rsw686, March 23, 2008, 09:36:45 PM

Previous topic - Next topic

OnlineFunCorner

Let Me Think
According To My Senses ManageSettings.php Is Associated With Showing Setting Panel In ADMIN Panel.
There Must Be Some Mistake Within It.
--
How I Can I Put dbmodify.php Manually And What Can Be Problem With Sub.php

wangx44

I get 'Test Failed' error in index.template.php. Below is the error:



6.     Execute Modification     ./Themes/default/index.template.php     Test failed
      1.    Replace    ./Themes/default/index.template.php    Test failed


Find[Select]
<meta name="description" content="', $context['page_title'], '" /> <meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />
Replace[Select]
<meta name="description" content="', !empty($context['meta_description']) ? $context['meta_description'] : $modSettings['meta_description'], '" /> <meta name="keywords" content="', !empty($context['meta_keywords']) ? $context['meta_keywords'] . ', ' : '', $modSettings['meta_keywords'], '" />

OnlineFunCorner

Quote from: Dr.IT on June 24, 2010, 03:12:59 PM
Let Me Think
According To My Senses ManageSettings.php Is Associated With Showing Setting Panel In ADMIN Panel.
There Must Be Some Mistake Within It.
--
How I Can I Put dbmodify.php Manually And What Can Be Problem With Sub.php

I Edit The ManageSetting.php Again And Its Works Now
Last Editing Was 100% Wrong
I Got The Setting In ADMIN Panel Now
--
I Still Want To Know
Is There Any Benefit Of Running dbmodify.php File And What Its Do?
Why When I Run It Its Shows Some Error Of Subs.php File
Actually There Is No Entry In Coding Of dbmodify.php Regarding To Subs.php
--
Why I Got Double,Duplicated Or Repeated Keywords
As
01,02,03 ,01,02,03
It Must Shows Only 01,02,03
--
Why In Board And Topic Page
Keywords Section Only Contains Main Keywords Which I Added In Setting In Meta Keywords
But Author Of This MOD Write In Description
Its Automatically Add Board And Topic Name In Keywords
But It Do Not Work
--
Did You Got My Questions!!!

Alyen

I can only KeyWorks the default, do not leave the keys in the title or the name of the board.

look at the example:

http://www.xpzone.net/geral/sugestoes-de-tutoriais/

<meta name="description" content="Boa noite galera,  Vou dar início a uma série de tutoriais desenvolvidos por mim para o fórum XPZone, mas falta idéias de tutoriais, caso você tenha" />
<meta name="keywords" content="server, servidores, mu online, cabel online, lineage 2, downloads, tutorial, designer, server file, portifolios, paginas de mu, server, servidores, mu online, cabel online, lineage 2, downloads, tutorial, designer, server file, portifolios, paginas de mu" />

My Forum: www.xpzone.net

OnlineFunCorner

Quote from: Alyen on June 25, 2010, 03:48:46 AM
I can only KeyWorks the default, do not leave the keys in the title or the name of the board.

look at the example:

http://www.xpzone.net/geral/sugestoes-de-tutoriais/

<meta name="description" content="Boa noite galera,  Vou dar início a uma série de tutoriais desenvolvidos por mim para o fórum XPZone, mas falta idéias de tutoriais, caso você tenha" />
<meta name="keywords" content="server, servidores, mu online, cabel online, lineage 2, downloads, tutorial, designer, server file, portifolios, paginas de mu, server, servidores, mu online, cabel online, lineage 2, downloads, tutorial, designer, server file, portifolios, paginas de mu" />

U Did Not Got My Point
As MOD Describe

Forum Index
Title: Forum Name - Index            ---Works OK
Keywords: your keywords            ---Works OK
Description: your description         ---Works OK

Message Index
Title: Board Name - Forum Name                                                     ---Works OK
Keywords: Board, Name, Board Name, your keywords         ---This Bold Part Missing
Description: Board Name - Board Description                                 ---Works OK

Message Display
Title: Topic Subject - Forum Name                                                   ---Works OK
Keywords: Topic, Subject, Topic Subject, your keywords      ---This Bold Part Missing
Description: First 150 characters of post                                         ---Works OK

OnlineFunCorner

Quote from: Dr.IT on June 25, 2010, 02:22:32 AM
Quote from: Dr.IT on June 24, 2010, 03:12:59 PM
Let Me Think
According To My Senses ManageSettings.php Is Associated With Showing Setting Panel In ADMIN Panel.
There Must Be Some Mistake Within It.
--
How I Can I Put dbmodify.php Manually And What Can Be Problem With Sub.php

I Edit The ManageSetting.php Again And Its Works Now
Last Editing Was 100% Wrong
I Got The Setting In ADMIN Panel Now
--
I Still Want To Know
Is There Any Benefit Of Running dbmodify.php File And What Its Do?
Why When I Run It Its Shows Some Error Of Subs.php File
Actually There Is No Entry In Coding Of dbmodify.php Regarding To Subs.php
--
Why I Got Double,Duplicated Or Repeated Keywords
As
01,02,03 ,01,02,03
It Must Shows Only 01,02,03
--
Why In Board And Topic Page
Keywords Section Only Contains Main Keywords Which I Added In Setting In Meta Keywords
But Author Of This MOD Write In Description
Its Automatically Add Board And Topic Name In Keywords
But It Do Not Work
--
Did You Got My Questions!!!

Thanks To All
I Done Some Changes In Codes Of Some Files And Correct Everything
I Got The Answer Of All My Questions Myself.

distante

This mod works with RC3? the DB format is the same?

wizzard1

Quote from: distante on July 15, 2010, 06:39:51 PM
This mod works with RC3? the DB format is the same?

i like to know that aswell does it work with RC3 ?

Am'

Quote from: Am' on March 14, 2010, 05:03:07 AM
Hello,

I allowed myself of hanged again the module to adapt to smf2 rc3, with some improvements and fix :

Quote- Compatibility 2rc3
- Moving the description field configuration above keywords
- Improved code generation for keywords:
----- Process lighter
----- Words <= 3 characters are automatically skipped in the keywords
----- You can customize the list of words that are ignored in the file metatags.php the varaible $common_words
----- Compatibility utf8 (éàé. ...)
- Added page number in the description

I took the module only because it seems to be abandoned, if this is not the case please contact me so that I removed :P

Working:

Configure your meta as in the screenshot:



In the index of your forum, you will have the meta as follows:

<meta name="description" content="Description of your site, visible only in index ^^" />
<meta name="keywords" content="board, smf, meta tags, visible in all page" />
<title>NameSite - Index</title>


In a board you will have the meta as follows:

<meta name="description" content="Name Board - this a Description for my new board for geek ... - Page 1" />
<meta name="keywords" content="Name, Board, Name Board, board, smf, meta tags, visible in all page" />
<title>Name Board  - NameSite  (Page: 1)</title>


In a topic, you will have the meta as follows:

<meta name="description" content="50 first lettres of this topic" />
<meta name="keywords" content="Title, topic, Titile topic, board, smf, meta tags, visible in all page" />
<title>Title topic - NameSite</title>


I hope you enjoy it, and thx google traduction  ;)
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

distante

Quote from: distante on July 15, 2010, 06:39:51 PM
This mod works with RC3? the DB format is the same?

And Also With RC2 ! :P

Plazik

How make in a topic:
<title>Title topic (Page: 1) - NameSite </title>

DarkflameQ

#291
Installed and setup this mod without any errors but i can't seem to get the mod to work exactly how i want it to.

Now when i do a search result, the site now has the Meta Description included:



Which is great but i want it to show more information like this:



I thought this mod was designed to show sites like this, did i assume incorrect or am i just doing something wrong?

Cheers in advance!

Darkflame

distante

Is google who make the choice of show subtitles in URL's, How Google make that choice? Is a mistery!

maihannijat

Is it possible to add Meta Description and Meta Keywords manually for main page? Main Forum?


maihannijat

I figured out.

I inserted a row in SMF_Settings table meta_description and add my description on that.


perfec2

Why trying to instal I got following errors:
Installing this package will perform the following actions:  Type Action Description
1. Execute Code dbmodify.php 
2. Extract File ./Sources/MetaTags.php 
3. Execute Modification ./Sources/MessageIndex.php Test successful
4. Execute Modification ./Sources/Display.php Test successful
5. Execute Modification ./Sources/ManageSettings.php File not found
6. Execute Modification ./Themes/default/index.template.php Test failed
7. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful


Please how can I get this errors solve, I can't wait to have this funtionality in our forum?

dsanchez

Quote from: DarkflameQ on August 18, 2010, 07:06:23 AM
I thought this mod was designed to show sites like this, did i assume incorrect or am i just doing something wrong?

You need to install Sitemap as well.

Don't forget to add your site to Google Webmasters and tell Google where your Site Map is.


dsanchez

Quote from: perfec2 on August 29, 2010, 04:46:58 AM
6. Execute Modification ./Themes/default/index.template.php Test failed

open the file index.template.php in your theme, then find

<meta name="description" content="', $context['page_title'], '" />
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />


and replace it with

<meta name="description" content="', !empty($context['meta_description']) ? $context['meta_description'] : $modSettings['meta_description'], '" />
<meta name="keywords" content="', !empty($context['meta_keywords']) ? $context['meta_keywords'] . ', ' : '', $modSettings['meta_keywords'], '" />

perfec2

 dsanchez, I did just that but still got same error message.

chinu_491985

Hello Friends,

I have installed VBulletien Meta Tags Mod in my forum. But it was failed to installed. Please check the error below and help me out. I am using SMF 1.1.11 and VBulletien Meta Tags MOD 1.0

1.     Execute Code                    dbmodify.php   
2.   Extract File                   ./Sources/MetaTags.php   
3.   Execute Modification   ./Sources/MessageIndex.php                           Test successful
4.   Execute Modification   ./Sources/ModSettings.php                           Test successful
5.   Execute Modification   ./Sources/Display.php                                   Test successful
6.   Execute Modification   ./Themes/default/index.template.php               Test failed
7.   Execute Modification   ./Themes/default/languages/Modifications.english.php   Test successful

Advertisement: