Try Wolfram|Alpha.
A new search engine was born: Wolfram|Alpha.
Another “Google”? Better than “Google”? You decide. Try it.
A new search engine was born: Wolfram|Alpha.
Another “Google”? Better than “Google”? You decide. Try it.
Looking for a sitemap generator? This site is very useful: http://www.xml-sitemaps.com.
Here you can generate an ROR Sitemap, XML Sitemap and HTML Sitemap. Then, go to Google Webmaster account and add the sitemap URL.
This Sitemap generator is a must for any webmaster.
I just found out that search engines see http://www.websearchtechniques.com and http://www.websearchtechniques.com as different websites.
To set up a permanent redirect (technically called a “301 redirect”) I add the code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
to the file .htaccess.
Problem solved.