Click to See Complete Forum and Search --> : Something blocking my site. How to fix it?


exodus1
09-07-2007, 10:29 AM
It seems to me that something is blocking this site and I don't know why.
Can someone say where is the problem?
http://wiredownloads.com

KDLA
09-07-2007, 01:47 PM
What do you mean by "blocking"? Do you mean that it isn't coming up? For me, I am able to view it.

If you mean by search engine blocking, it could be attributable to the whole load of cr@p you've put into your coding with "visibility: none;" to boost search engine indexing. (There are probably three or four thousand words in there.) Search engines are pretty sophisticated these days, and don't fall for those old tricks: http://www.beanstalk-inc.com/tactics/black-hat.htm ;)

KDLA

dtm32236
09-07-2007, 02:49 PM
i would block this site too if i were a search engine.

exodus1
09-09-2007, 10:33 AM
Well do you know better way to get better listing in search engines?
I was trying with normal ways to get better listing and there is no option except to pay expencive services to do that.
This option is a lots of keywords and content on your site.
Third option are links in directories, other websites etc. but that is a very slow progress. Also good option is to use PR links services for link exchange.
So this is the most simple way. If you don't count paid promotion.

exodus1
09-09-2007, 10:43 AM
And concerning the visibility:hidden it is mostly links to other sites or content from other sites.
What to put there if not good search words?
I think this is a good alternative but just with good keywords.

dtm32236
09-10-2007, 09:16 AM
what you're doing is not a good alternative.

many search engines are going to ban your site.

read up on SEO.

WebJoel
09-15-2007, 07:39 PM
Some warnings ("small errors") :

<table bgcolor="#FFFFFF" border="0px" width="518px"> "px" is not HTML, it is CSS. Should be border="0" and width="518".

Also, -am I missing something here (like a Selector?) :

style type="text/css">
/*<![CDATA[*/
{
margin:0px;
padding:0px;
}.... If you are trying to invoke the 'universal selector', you need the "selector":

* {margin:0px;
padding:0px;}

" * " here, means "everything" (thus, 'universal'). :)

I see no title="describe this to me in text" for any of the anchor links. This is important.

I have never used the link I'm going to share below, -but you might benefit greatly from any advice received:
http://www.websitegrader.com/#

The correct pseudo-class lineage is "link-visited-hover-active". I see you have some out of proper order:a {
color:#0390DC;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}
a:hover {
color:#92D8FE;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}
a:visited {
color:#0390DC;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}
a:visited:hover {
color:#92D8FE;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
} and I cannot say that I have ever seen a:visited:hover before. Clearly it does not make the computer blow-up, -but what does it do? Anything at all? I am sincere in my inquiry, -I doubt that this even works at all.

:)

bathurst_guy
09-15-2007, 10:30 PM
But if you are already banned you have absolutely no chance on getting listed again. Not until the domain name has expired for several months and you try to purchase it back and start all over again. You tried to lie to the search engines, they will never forgive you - mwahaha

exodus1
09-17-2007, 12:40 PM
I have cheked and I'm not yet on any spam list. I hope it will sty that way. And for above reply I will try to fix some errors. Thanks for advise. And also it is silly hidden div and wisibility:none. I needed some time to view it better so I have remove it. I have added some navigation menus couse there is little more content than I have expect it.