Website and Search Engines
Moderator: General Moderators
Website and Search Engines
Hello all,
I have a small problem i can't seem to figure out,
I built a PHP templating engine for my website http://www.dadclan.com
and now it has fallen off the face of search engines. now the only way to find it on a search engine is to type in the address for it.
I can't seem to figure out why this is i have seen plenty of template driven websites listed on search engines so i dont think its that, I have the page registered (we were once the very 1st site) and the page has all the meta tags and so forth. But dosn't show up.
Anyone have any ideas of what may have caused this?
Thanks
I have a small problem i can't seem to figure out,
I built a PHP templating engine for my website http://www.dadclan.com
and now it has fallen off the face of search engines. now the only way to find it on a search engine is to type in the address for it.
I can't seem to figure out why this is i have seen plenty of template driven websites listed on search engines so i dont think its that, I have the page registered (we were once the very 1st site) and the page has all the meta tags and so forth. But dosn't show up.
Anyone have any ideas of what may have caused this?
Thanks
set the meta-tag "revisit-after", e.g.
Code: Select all
<meta name="e;revisit-after"e; content="e;1 day"e;>I submitted my URL to google and for months it did not show up in any search engine.
I came across dmoz.org and I submitted it there and its come up all the search engines (without even submitting to each one) including google directory which depends on dmoz and so do the rest of the search engines it seems.
I came across dmoz.org and I submitted it there and its come up all the search engines (without even submitting to each one) including google directory which depends on dmoz and so do the rest of the search engines it seems.
Not including my keywords or description my meta tags are set to
<meta name='ROBOTS' content='INDEX, FOLLOW' />
<meta name='resource-type' content='document' />
<meta name='author' content='[DAD] Clan'/>
<meta name='copyright' content='Copyright (c) 2005' />
<meta name='revist-after' content='1 day' />
<meta name='distribution' content='Global' />
<meta name='rating' content='General' />
<meta name='ROBOTS' content='INDEX, FOLLOW' />
<meta name='resource-type' content='document' />
<meta name='author' content='[DAD] Clan'/>
<meta name='copyright' content='Copyright (c) 2005' />
<meta name='revist-after' content='1 day' />
<meta name='distribution' content='Global' />
<meta name='rating' content='General' />
Yah am submitted in dmoz, and can find it in there, but only if i do a full domain name search, instead of being able to find it by typing in say [DAD] Clan, i have to acctually type in http://www.dadclan.com and then it lists it =\