meta tags problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
abdusef
Forum Newbie
Posts: 3
Joined: Wed Jun 21, 2006 4:28 am

meta tags problem

Post by abdusef »

I developed web site using php,
and I published my site files on a web server.
all my pages are .php,every page include a footer.inc and header.inc files.
and i try to make google and others see my site using meta tags,
i tried with puting meta tags in headee.inc file, but i notice that google
didnt see my site.
how can i make search engines define my site
remark:
the general form of my page:
include('header.inc');
?>
html statement1;
html statement2;
html statement3;
....
include('footer.inc');
?>

and thanks to all
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

If you have already used meta tags, there is nothing else you can do. Show us your code, maybe you are missing something.
Post Reply