Articles
SEO - Sub Categories
301ing with ASP.NET
Sat, 07/12/2008 - 14:49 — cactusYou 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();
- Comment
- 159 reads
Use Only Quality Meta tags
Sun, 08/12/2007 - 22:17 — cactusWhen 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
Mon, 06/25/2007 - 01:31 — cactusYou have a site that you really want to push. So you want to create a link farm? Well, here's an idea...
User login
Menu
Who's online
Latest Articles
We read
Powered by Drupal - Design by Artinet - © 2007 SEO Cactus

