Articles

SEO - Sub Categories

301ing with ASP.NET


You could put this in your code-behind pages or even your global.asax file.

string oldPath =HttpContext.Current.Request.Url.PathAndQuery;
string newUrl = "http://www.seocactus.com"+oldPath;

Response.Clear();
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location", newUrl);
Response.End();


Use Only Quality Meta tags


When adding description and keyword meta tags to each of your pages be sure to include only quality words that are actually listed somewhere on the page. If not, it might be looking a bit spammy and your pages might get the dreaded "supplemental result" label.

For example, this page's meta tags might look something like this:


Create a Link Farm


You have a site that you really want to push. So you want to create a link farm? Well, here's an idea...


User login

Who's online

There are currently 0 users and 0 guests online.

Latest Articles

Powered by Drupal - Design by Artinet - © 2007 SEO Cactus