A_Smith1982
17-06-2004, 09:22/09:22AM
I am building a website in PHP, from search engine point of view, if I use to keep my meta tag contents and page title in database.
Will the search engine spiders track my website or not?
Like for example on my home page I want to keep the Meta tag contents in database and use it like this e.g.
<Title><%=$home_page_title%></title>
<Meta name = “description” contents = “<%=$meta_description%>”>
<Meta name = “keywords” contents = “<%=$meta_keywords%>”>
This thing will work from search engine spider’s point of view?
Thanks.
Smith.
Will the search engine spiders track my website or not?
Like for example on my home page I want to keep the Meta tag contents in database and use it like this e.g.
<Title><%=$home_page_title%></title>
<Meta name = “description” contents = “<%=$meta_description%>”>
<Meta name = “keywords” contents = “<%=$meta_keywords%>”>
This thing will work from search engine spider’s point of view?
Thanks.
Smith.