In this article we will learn how to create custom title and meta description for each pages of you website. If you’re using WordPress or script that already have this standard SEO settings, all title and meta can be done setup in easy way. Anyway how if your website using your own design? I mean you designed it from zero! some of us didn’t notice if actually we are using global title and meta that was caused search engine didn’t give good result in return because all categorized as “duplicated“.
*sample on false title and meta making my site poor in keyword.
Yup, duplicated but actually it’s not duplicated because it’s our false didn’t give clearly information to crawl robots. I will give example using my own false sites www.nexmutk.com after long long time ago, I didn’t optimized this website because I’m stuck and have no idea on how to optimize it. But after learn and learn now I know that I was doing something wrong because I didn’t give right title and meta for each pages (I used global, poor me).
My website using global header.php so all title and meta are same for each page, Now I understand I must change this to get better result in return to my pages. Let’s try to make it…..
First I created file name config.php then I write inside it (this is sample):
<?php
$titledownload = ‘Download Area – NexusTK Server Emulator – Atlantia MMORPG Development – Nexmutk.com’;
$descriptiondownload = ‘<META NAME=”DESCRIPTION” CONTENT=”Welcome to download area, you can downloading files for nexustk server, atlantia MMORPG development in here”>’;
$keyworddownload = ‘<META NAME=”KEYWORD” CONTENT=”download nexmutk,download nexustk,download nexustk map editor,download nexustk music,download gunbound server,download darkages server,download lunentia server,download ts online server,download ran online server”>’;
?>
Then I write in header.php to include this files for each time header.php called:
<?php
include(‘config.php’);
$currentpage = $_SERVER['REQUEST_URI'];
if($currentpage==”/download.html” || $currentpage==”/download.html” || $currentpage==”" ) {
echo “<title>”.$titledownload.”</title>\n”;
echo “$descriptiondownload\n”;
echo “$keyworddownload\n”;
}
?>
The result is good as I seen in source code, but I’m not sure if this way will make result in search engine better because I need to wait to see if it performs better… Anyway if you’re like to used this simple way you have to repeated each pages to get complex result.. I was thinking to use WordPress if this way fails. he he… enjoy this tips
fly fishing flies for trout
SIMILAR POST :
- SEO:Play with Meta,Dynamic Meta on Static Header
- SEO: My Personal SEO Technique Experience Part I
- How to:Optimize Internal Web Pages for Maximum Adsense Revenue.
- SEO Technique: Meta Title, Keywords, and description
- PHP:Show Online/Offline Server Status
- andini bugil
- www istanto net
- custom title in php
- Istanto
- online business posts OR comments OR blogs -seh -seh323-gotsmail-com
- istanto
- short reviews about sites
- making blog popular using meta
- create custom title in php
- php header custom meta
- changing title with php
- 83 133 127 5 winlogon
- meta title php
- patch nadia saphira
- how to change php header title
- Custom Title in a PHP
- php creating simple blog
- change php url with meta title
- add meta title to all php pages
- nexustk map maker
- php meta name title
- chaging <title> php
- change title php
- custom title website
- how to make dynamic title and description php
- change meta title with php
- how to add custom title meta in wordpress com blogs
- giving php a title
- using META in php
- global site meta description php code
- php custom meta
- php meta
- nexustk server source
- how to add meta name in php file
- php get custom meta
- global php title seo website
- custom title php
- $keyworddownload = ‘<META NAME=”KEYWORD” CONTENT=”download nexmutk download nexustk download nexustk map editor download nexustk music download gunbound server download darkages server download lunentia server download ts online server download ran online server”>’;
- wordpress editing header php meta title
- php get current page meta title
- php dynamic title meta description
- any way to change meta wordpress
- php meta how to add
- dynamic meta title php
- how change meta title in wordpress
- php meta title based on URL
- create meta in php
- how to add meta name=title using wordpress
- PHP custom titles
- nexustk download
- NexusTK Source Code
- php set get title meta
- dynamic meta title and description blog
- use custom title in header php
- how to give dynamic php pages unique meta descriptions
- server include PHP <meta
- how to give title name in php
- php get the meta description of website
- get current title site php
- detect meta title in php
- Atlantia MMORPG Developmen
- php dynamic title
- nexustk offline download
- TSonline server file
- php dynamic meta based on filename
- global-header php
- making dynamic meta in php
- php header title include
- php add html to header meta custom
- how to get site title and description using php
- change website title php dynamic
- nexustk editor
- how to give custom titles
- nexustk 4 0 map editor
- why we are using meta in wordpress?
- customized meta title php
- how to make php dynamic title
- php Change sites title and description in search results
- how to make custom web site title using php
- how to make custom title and descriptions
- nexusTK map editor
- Nexustk Map maker
- why does excel 65 54 186 47
- php get site title
- lunentia online
- meta keywords $_SERVER[REQUEST_URI];
- header php custom titles and keywords
- nexustk map editor
- <?php= $metaTitle ?>
- php dynamic include meta example
- nexus tk server download
- nexustk serverfiles
If you're new here, you may want to subscribe to my RSS feed. You may copy or publish this article to your blog or other site as long you give credit link back to this site article. Thanks for visiting my blog!


Did you know?


July 3rd, 2009 at 12:29 AM
[...] more here: PHP: Creating Custom Title and Meta (Simple Way) » Istanto Blogs Posted in PHP, SEO | Tags: all-title, already-have, article, create-custom, done-setup, [...]
July 3rd, 2009 at 2:50 AM
[...] plugin . It has features : automatically updating prices automatically adding new PHP: Creating Custom Title and Meta (Simple Way) – istanto.net 07/03/2009 In this article we will learn how to create custom [...]
July 6th, 2009 at 7:39 AM
Hi totally a case of Mugli,if you know what I mean, nice one for this information.
August 2nd, 2009 at 11:03 AM
This way false to give better search engine result, I converted into wordpress. You all welcome to edited this code as long it’s not for commercial.