Jump to content
MakeWebGames

Recommended Posts

Posted

This Mod which is small will wllow the owner to setup their Meta Tags so Search Engines can find your game quickly aswell as users who type in a words into say google..

SQLS

[mysql]CREATE TABLE IF NOT EXISTS `meta` (

`metaid` int(11) NOT NULL auto_increment,

`charset` varchar(10) NOT NULL default 'UTF-8',

`authorname` varchar(90) NOT NULL default '',

`copyright` varchar(90) NOT NULL default '',

`slogan` varchar(255) NOT NULL default '',

`keywords` text NOT NULL default '',

PRIMARY KEY (`metaid`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/mysql]

Call this file staff_meta.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Now open up header.php and under the global add

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

In the same file where the <html xmlns="http://www.w3.org/1999/xhtml"> Is underneath add

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

now opene smenu.php and add

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And thats it makes finding your site on search engines a lot easier...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...