meta tags problem
Posted: Mon Jul 31, 2006 2:46 am
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
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