301 redirect on IIS To Fix Domain Issues In Windows

clicking-hard-drive-post

Redirecting Requests to Files, Directories, or Programs (IIS 6.0) You can redirect requests for files in one directory to a different directory, to a different Web site, or to a file in a different directory. When the browser requests the file from the original URL, the Web server instructs the browser to request the page from the redirected URL. An advanced capability of the redirect method … [Read more...]

How to Use 301 Redirects For SEO On All Server Platforms

data-vault

This article will show you how to use the 301 redirect to PERMANENTLY move anything from an entire website to another domain, or a single web page's URL from on to another. You can move a URL from inside of the same site between directories or sub domains as well as between 2 completely different domain names. This is very handy for SEO and as Google has recently stated, it will also move Page … [Read more...]

Use mod_rewrite To Deal With Database Driven URLs

diskdrive

Perhaps you're familiar with that little bit of Apache server magic known as mod_rewrite. You may already know that it can take your ugly, unwieldy, dynamic URLs that look like: http://yoursite.com/index.php?item=muumuu&color=blue&size=large ...and turn them into static-looking URLs that are easier on the eyes: http://yoursite.com/muumuu/blue/large or … [Read more...]

Search Engine Optimization ABCs and FAQs

META-TAGS META-TAGS are the part of your website’s HTML code that allows a search engine to easily identify your site’s content. In the infancy of search engine optimization, meta-tags were the primary vehicle marketers and coders used for attracting search engine traffic. Today, search engines examine more than meta-tags; they take into account site content, internal link structure, and link … [Read more...]