Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

What does it mean if domain is not in serp but sub dirs are?

         

azn romeo 4u

5:49 am on Oct 23, 2008 (gmt 0)

10+ Year Member



Possible Ban?

My domain name has recently disappeared from SERP. It's a .com It's actually a parked domain for .net one. But most people know it by .com I can't find any results for www.domain.com but i can find www.domain.com/directory/ Also pages that I don't link to or have any of my affiliates site link to are replacing where the .com domain use to be in SERP. So basically it's gone.

Like usually www.example.com is #3 on the SERP. But now http://sub.example.net/ is which is weird. It's #3 among 852,000 but i never linked or provided a link to that subdomain for .net

Did my domain get banned from google serp? Stuff like link:example.com site:domain returns results though...

It happened after my website went down for two days because of DOS. So i took down the entire site and redirected using html meta tags set to 5 seconds to another website. I did this for two days until i got the site back up.

Another thing is according to webmaster tools, google found like 2000, 404 errors. The errors were because it was adding "&archive=" at the end of all the url's i have. Is this because of a bad mod_rewrite? But if you're a human and you go the page, it directs perfectly to the content. So why did google add "&archive=" to end of my links?


DirectoryIndex index.php

<IfModule mod_rewrite.c>
RewriteEngine On
#Options +FollowSymlinks
#RewriteBase /dir/

# [home] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).html(/?)+$ ?year=$1&month=$2&day=$3&title=$4 [QSA,L]
# [home] dosearch
RewriteRule ^search(/?)+$ ?do=search [QSA,L]
# [home] doarchives
RewriteRule ^archives(/?)+$ ?do=archives [QSA,L]
# [home] dousers
RewriteRule ^users(/?)+$ ?do=users [QSA,L]
# [home] user
RewriteRule ^users/([_0-9a-z-]+).html(/?)+$ ?user=$1&do=users [QSA,L]
# [home] day
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})(/?)+$ ?year=$1&month=$2&day=$3 [QSA,L]
# [home] month
RewriteRule ^([0-9]{4})/([0-9]{2})(/?)+$ ?year=$1&month=$2 [QSA,L]
# [home] year
RewriteRule ^([0-9]{4})(/?)+$ ?year=$1 [QSA,L]
# [home] docategory
RewriteRule ^category(/?)+$ ?do=category [QSA,L]
# [home] category
RewriteRule ^category/(none¦stuff)(/?)+$ ?category=$1 [QSA,L]
# [rss] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).xml(/?)+$ /cnr/rss.php?year=$1&month=$2&day=$3&title=$4 [QSA,L]
# [rss] category
RewriteRule ^category/(none¦stuff¦)/rss.xml(/?)+$ /cnr/rss.php?category=$1 [QSA,L]
# [rss] user
RewriteRule ^users/([_0-9a-z-]+).xml(/?)+$ /cnr/rss.php?user=$1 [QSA,L]
# [rss] feed
RewriteRule ^rss.xml(/?)+$ rss.php [QSA,L]
# [print] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).phtml(/?)+$ print.php?year=$1&month=$2&day=$3&title=$4 [QSA,L]
# [trackback] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).tb(/?)+$ trackback.php?year=$1&month=$2&day=$3&title=$4 [QSA,L]
</IfModule>

If i look at it, this might be the problem "RewriteRule ^archives(/?)+$ ?do=archives [QSA,L]" Thank you and help and advice is greatly appreciated.

[edited by: tedster at 6:16 am (utc) on Oct. 23, 2008]
[edit reason] switch to example.com - it can never be owned [/edit]

tedster

6:30 am on Oct 23, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Does www.example.net now resolve if you request it through a browser?

azn romeo 4u

7:38 am on Oct 23, 2008 (gmt 0)

10+ Year Member



They were never down. I just took the access to the site and made a redirect to a file called brb.php. It just explained that "the site was down, gonna fix it, brb in 2 days." But the brb.php then redirect to another site. It was using meta redirects. I'm guessing the redirect to that other site is what caused the ban of the .com name. It was down 3 days and I think i got crawled. If that wasn't the reason, then maybe the 2000 404 errors might be. Because of the bot added &achive= to the end of my files.

Both domains always worked since they mirror each other. But the .com one was the most well known one. Not sure why but the sub.example.net replaces all the serps for example.com. Well not all, just a few keywords.

It's like sub.example.net is now the main root directory for the example.com since it disappear. Sub.example.net is only for file storage though, like images and data. No stuff to read only stuff to store. I'm not sure why it suddenly replace example.com since it shouldn't have any back links.