Webmastering


Millions of people use Yahoo! to find information, and having your site in Yahoo! Search or the Yahoo! Directory can mean more sales, more conversations with people you wouldn't have met otherwise, and more hits for your web site. However, letting Yahoo! know that your site exists can be a bit confusing. There's a distinction between Yahoo! Search http://search.yahoo.com and the Yahoo! Directory http://dir.yahoo.com, and the process for submitting your site to each is a bit different.

If other sites on the Web link to your site, chances are good that Yahoo! has already added your site to its index. An index is simply another name for the total list of sites that Yahoo! is watching. Yahoo! Search relies on a crawler to find new sites and keep current sites up-to-date. If a site that's currently in Yahoo!'s index has linked to your site, the crawler has probably already visited your site and automatically added it to Yahoo!'s index.
You can see if Yahoo! is already indexing your site by searching for it with the
 url: meta keyword 

Browse to http://search.yahoo.com and enter a query like this:
 url:http://insert your site 
 
While Yahoo! Search tries to include as many sites as possible in its index, the Yahoo! Directory is more like an exclusive club, where sites have to be approved by Yahoo! Editors. Because Yahoo! wants to maintain a highly useful directory, the steps for inclusion are a bit more involved.
To see if your site is already listed in the Yahoo! Directory, browse to http://dir.yahoo.com and search for the title of your site. If you don't see your site among the results, you can suggest your site to the Yahoo! Directory.

The first thing you need to determine about your site is whether it's commercial or noncommercial, because you'll need to pay $299 to submit a commercial site. According to Yahoo!, "If your site sells something, promote[s] goods and services, or represents a company that sells products and/or services," your site is commercial and should be listed somewhere in the Business and Economy category within the directory. If your site is purely personal, informational, or not-for-profit, your site is noncommercial. A banner ad or text ad on your site doesn't necessarily make your site commercial; if you have such an ad, it'll be up to the Yahoo! Editors to decide whether your site is commercial.

Yahoo RSS

 
The Publisher's Guide contains a wealth of information about RSS, tools for generating "Add to My Yahoo!" buttons, and a form for submitting your RSS feed for indexing by Yahoo!.
As you update your RSS feed, you can notify My Yahoo! that you've done so by pinging the service at this URL:
http://api.my.yahoo.com/rss/ping?u=insert your feed's URL

The Publisher's Guide contains a wealth of information about RSS, tools for generating "Add to My Yahoo!" buttons, and a form for submitting your RSS feed for indexing by Yahoo!.
As you update your RSS feed, you can notify My Yahoo! that you've done so by pinging the service at this URL:
 http://api.my.yahoo.com/rss/ping?u=insert your feed's URL 
 
Imagine you have a directory on your server called /private and you'd like to keep any pages or files out of Yahoo! Search results. Apache includes many ways to set authentication, but a straightforward method involves setting a .htaccess file. The .htaccess file tells Apache how to configure a particular directory, 
and you can add a .htaccess file to the /private directory with the following information:

AuthName "Please enter you login info." AuthType Basic AuthUserFile /your/path/to/.htpasswd AuthGroupFile /dev/null require user insert user name


Note that AuthUserFile points to a file that contains the username and password of the authenticated user, and you'll need to change /your/path/to/ to a real directory on your server that's not accessible via the Web. The next step is to create that password file with the htpasswd tool. Enter the following command from a command prompt:
htpasswd -c /your/path/to/.htpasswd insert user name
This creates the proper .htpasswd file for that user and puts in place all of the pieces for basic HTTP authentication.
 
 

robots.txt Exclusions

If server authentication seems like overkill and you'd rather make your directory or files available to everyone except Slurp, you can do so with a robots.txt file, which indicates how you'd like robots to behave at your site. Well-behaved bots (such as Slurp) check for robots.txt before indexing anything, to make sure they're acting as the site owner wants them to.
With robots.txt, you can tell Slurp that you'd like it to exclude certain directories or files from its crawl. For example, if you'd like Slurp to skip a directory called /private, save the following line to a file called robots.txt:

User-agent: Slurp
 Disallow: /private/

You can also tell Slurp to skip specific files:

   User-agent: Slurp
   Disallow: /Private.doc
   Disallow: /Private.html


Once you've listed all of the files and directories you'd like to hide, add robots.txt to the root directory of your web site, so it has a URL like this:
http://example.com/robots.txt
 





Related Posts:
  • 5 reasons why video blogging is great for SEO and marketing Video blogging (adding video clips to a blog) can help to drive traffic, lower bounce rate, increaseengagement and conversions, and generally improve SEO (Search Engine Optimization) andInternet marketing.Video blogging also… Read More
  • Benefits of long-tail SEO There are a number of extremely beneficial side effects to targeting long tail SEO terms, including:• More focused content• More targeted traffic• Higher conversions• Implicit PageRank improvement for high competition SEO te… Read More
  • Image SEO Images are integral to content. Meaningful or unusual images that attract attention also serve toassociate your content in the reader's mind. Think of an image as an internal reference that helpsreaders remember a piece of c… Read More
  • URL structure • Use words in URLs - URLs with words that are relevant to your site's content and structureare friendlier for visitors navigating your site. Visitors remember them better and might bemore willing to link to them.Avoid:• usi… Read More
  • SEO and Internet marketing diversity So here it is, based on the current state of search, SEO and social, we can make some prettypowerful deductions about how to move forward with the best SEO and Internet marketing strategypossible.The keywords for small busin… Read More
  • Promote your website in the right ways While most of the links to your site will be gained gradually, as people discover your content throughsearch or other ways and link to it, Google understands that you'd like to let others know about thehard work you've put i… Read More
  • Lead paragraph SEO I don't beat around the bush. I open my articles with a sentence that reiterates the page heading andexplains what the reader will get from the content.This is great for SEO for two reasons:• it creates a meaningful content … Read More
  • FILE NAMES FOR SEO This is another are in which opinions are varied as to the effect of filenames on search engine ranking. But it’s good protocol to name yourfiles – webpages, mp3s, images, videos etc with useful, relevantnames, and since it … Read More
  • Top 10 Tips for Optimizing CSS Seo The following 10 best practices are designed to speed-optimize your CSS, and yourHTML markup:1. Replace inline style with type selectors to target multiple instances of identicalelements.2. Use descendant selectors to avoid … Read More
  • Headings & Links Seo If possible, you want to use the core terms and top variations inheadings and sub headings (H1, H2, H3…) on the page. It’s notabsolutely essential that the heading is the first thing on thepage. Besides the headings, you sho… Read More
  • Different types of SEO This guide covers all major aspects of SEO, including: • content SEO • analytical SEO • performance SEO • Technical/HTML SEO • Image SEO • Off-site SEO Where possible I will demonstrate techniques (or refer to other articl… Read More
  • WORDPRESS & BLOG PERMALINKS If you are using Wordpress as your CMS (content management system), or are running a blog on it, you should take the following steps to optimize your URLs, also known in the blogosphere as Permalinks. Permalink is just anoth… Read More
  • Weekly SEO top 5 This SEO list for bloggers and small business will show you five things you should do at least once a week in order to ensure that your blog or website is driving as much Web traffic as possible. In many cases, the SEO or se… Read More
  • long-tail SEO terms to increase website traffic Targeting long-tail SEO terms to increase website traffic via Google search only works if you areable to correctly identify the "right" SEO terms in the first place. The right SEO terms have thefollowing attributes:1. Relati… Read More
  • Make your site easier to navigate The navigation of a website is important in helping visitors quickly find the content they want. It canalso help search engines understand what content the webmaster thinks is important. AlthoughGoogle's search results are p… Read More