AlphaOne Technology Support Forums
Welcome, Guest. Please login or register.
December 02, 2008, 10:56:03 AM

Login with username, password and session length
Search:     Advanced search
1733 Posts in 827 Topics by 4756 Members
Latest Member: Uobeley
* Home Help Search Login Register
AlphaOne Technology Support Forums  |  3rd Party Software  |  Forum Software  |  Topic: How to change keywords in meta name of forum index page 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: How to change keywords in meta name of forum index page  (Read 1950 times)
George
Guest


Email
How to change keywords in meta name of forum index page
« on: January 19, 2005, 08:00:11 PM »

How to change keywords in meta name of forum index page.
Currently it is:

<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />

I need to change it to ones which reflect the nature of my board for better optimization.

Thanks
Logged
Andrew
Administrator
Hero Member
*****
Offline Offline

Posts: I am a geek!!



View Profile WWW
Re: How to change keywords in meta name of forum index page
« Reply #1 on: January 20, 2005, 02:36:26 AM »

G'day George...
You'll find the meta tags in the relevant theme directory that you're using. For example, if you're using the default theme, look in themes/default/index.template.php

You'll find the meta tags around line 56.

Regards

Andrew
Logged

Andrew MacLean
AlphaOne
George
Guest


Email
Re: How to change keywords in meta name of forum index page
« Reply #2 on: January 20, 2005, 09:47:32 PM »

THANK YOU VERY MUCH. IT WAS REALLY THERE.
I ALREADY MADE A CHANGE.

PLEASE LET ME KNOW IN WHICH FILE CAN I FIND JAVA SCRIPT FOR GOOGLE ADSENSE ADS. I HAVE IT SOMEWHERE.

ALSO HOW CAN I PLACE THIS SCRIPT ON THE BOTTOM OF MY FORUM?

THANKS IN ADVANCE!!!!
Logged
Andrew
Administrator
Hero Member
*****
Offline Offline

Posts: I am a geek!!



View Profile WWW
Re: How to change keywords in meta name of forum index page
« Reply #3 on: January 21, 2005, 02:00:04 AM »

PLEASE LET ME KNOW IN WHICH FILE CAN I FIND JAVA SCRIPT FOR GOOGLE ADSENSE ADS. I HAVE IT SOMEWHERE.

I'm afraid I can't tell you that as I'm not using your SMF setup to refer to when I reply to your posts.

ALSO HOW CAN I PLACE THIS SCRIPT ON THE BOTTOM OF MY FORUM?

I can tell you how to do this though! Between line 306 and line 320 in index.template.php (the same file as the meta tags are in) is everything that you see at the bottom of each page.

At line 320 there's a "</table>" tag. After that tag there's a " '; ". Paste the following between the "</table>" tag and the " '; ".

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">   
<td>
<tr>
<div align="center">GOOGLE AD SENSE SCRIPT GOES HERE</div>
</tr>   
</td>

Put your Adsense scripts where the "GOOGLE AD SENSE SCRIPT GOES HERE" and you should be ok.

Make sure the " '; " is at the end of the piece you just pasted in!!

Andrew

Logged

Andrew MacLean
AlphaOne
Pages: [1] Go Up Print 
AlphaOne Technology Support Forums  |  3rd Party Software  |  Forum Software  |  Topic: How to change keywords in meta name of forum index page « previous next »
Jump to:  

Powered by MySQL Powered by PHP AlphaOne Technology Support Forums | Powered by SMF 1.0.7.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!