How To Check Your Web Page HTTP Headers & Response Codes

Tuesday, September 16th, 2008

There may be cases when you would like to see what your HTTP headers look like. Why? Well, because they are kind of important. As Wikipedia states, the headers define what the returned data looks like.

Still you ask, “Why in the world do I care about that?” Ok, I’ll keep going. The main reason I look at the headers is to find out what the HTTP status code is. The reason the status code is important to me is because this is the code the search engines use for a multitude of things.

Let me give you a little example, and this related to my previous post regarding the sudden drop in Google rankings. As I was doing research into what the problem may be for this particular website, I came across an issue where someone had recently put “404 Not Found” error pages up on some of their . Everyone knows that “404 Not Found” error pages are cool, but what some people don’t know is that if those 404 error pages show a “200 OK” (successful requests) code, the site may be in big trouble, SEO-wise. The reason for this is because there are going to be many “404 Not Found” error pages on a dynamic website. If you have your “404 Not Found” error page showing a “200 OK” , the search engines will think that all the instances of this page are . You know as well as I do, that spells trouble.

What’s worse is if you set your as your “404 Not Found” page. Your is going to return a of “200 OK.” That’s not good, because now you have multiple instances of your …all content.

It’s my opinion that the search engines are smart enough to figure this out. The page (such as your ) with the highest Pagerank will prevail. Still, I have some that I am working on that have multiple instances of the and they all have Pagerank, which isn’t good, because the duplicates are taking the Pagerank from the real page. Now, again, that’s my opinion.

Here are two tips:

- How to check your headers - visit this website or just Google “Website header check”

- How to set a particular page as your “404 Not Found” error page in your .htaccess file - Just place this code in the file: “ErrorDocument 404 /404.php” without the quotes. The 404.php file is the actual error page in this case.

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

What To Do If You Suspect Copyright Infringement

Tuesday, September 16th, 2008

I am talking about copyright infringement on your website here.

Say, one morning you wake up to find that someone has copy and pasted your (among other pages) text onto their . I am sure you would get rather peeved at the sight of that. I mean, it’s not a trivial matter here. Website copy costs good money. There are keywords you have to think about and research and many, many more variables that led you to place that copy on your web page. For someone to just steal it like that is very frustrating, to say the least.

So, what can you do to deal with the situation? Well, according to Wikipedia, there are a few things you need to do:

1. Establish ownership
2. Establish actual
3. Establish

These are the items you need to get squared away before anything else. Again, I am just getting these things from Wikipedia.

There is something out there called the Digital Millennium Copyright Act (DMCA) that kind of governs the whole online copyright issue. It was signed into law on October 28, 1998 and extends the reach of copyright to protect online as well.

With this new online , it makes handing the issue over to your attorney much easier and less expensive. They have something concrete to work with, and since we all know how get paid by the hour, that matters.

Once your attorney has the information they he/she needs, they can go ahead and send a notification claiming infringement to the website hosting provider of the website that copied your work. According to the attorney I work with, the hosting provider usually takes the site down rather quickly upon receiving a letter like this. I would think they don’t really want to get in the middle of this kind of thing.

The owner of the website can always go ahead and set up shop with a different hosting provider, but that shows a certain amount of audacity on their part and I would think you could go after someone like this personally. In my opinion, it is much easier to change the copy on their website than to fight you in court.

Related posts

Tags: , , , , , , , , , , , , , , , , , ,