LovAmiAmor

Google, Yahoo, Msn

Search Engine Ranking: A program that searches documents for specified keywords and returns a list of the documents where the keywords were found. Although search engine is really a general class of programs, the term is often used to specifically describe systems like Alta Vista and Excite that enable users to search for documents on the World Wide Web and USENET newsgroups

Search Engine Optimization (SEO): The process of increasing the amount of visitors to a web site by ranking high in the search results of a search engine. The higher a web site ranks in the results of a search, the greater the chance that site will be visited by a user. It is common practice for Internet users to not click through pages and pages of search results, so where a site ranks in a search is essential for directing more traffic toward the site.

Webmaster: An individual who manages a Web site. Depending on the size of the site, the Webmaster might be responsible for making sure that the Web server hardware and software is running properly designing the web site, creating and updating Web pages, replying to user feedback, creating CGI scripts or monitoring traffic through the site.

Search Engine Positioning: Typically, a search engine works by sending out a spider to fetch as many documents as possible. Another program, called an indexer, then reads these documents and creates an index based on the words contained in each document. Each search engine uses a proprietary algorithm to create its indices such that, ideally, only meaningful results are returned for each query.

Internet Marketing: Internet marketing is the act of promoting products and services by increasing a web site’s online visibility. Some of these promotion techniques includes: natural search engine optimization, pay per click advertising, e-mail marketing, newsletter distribution, blogging, community forums, article writing and distribution, and banner advertising.

Submissions; The act of supplying a URL to a search engine in an attempt to make a search engine aware of a site or page.

Keywords: A word used by a search engine in its search for relevant Web pages.

Spamming: Excessive manipulation to influence search engine rankings, often for pages which contain little or no relevant content

Internet: A global network connecting millions of computers. More than 100 countries are linked into exchanges of data, news and opinions.

Meta Tags: A special HTML tag that provides information about a Web page. Unlike normal HTML tags, meta tags do not affect how the page is displayed. Instead, they provide information such as who created the page, how often it is updated, what the page is about, and which keywords represent the page’s content. Many search engines use this information when building their indices.

Doorway page: a page made specifically to rank well in search engines for particular keywords, serving as an entry point through which visitors pass to the main content.

Title Tag: HTML tag used to define the text in the top line of a Web browser, also used by many search engines as the title of search listings.

BODY Text Tag:The body text is the HTML documents content. Body text is the text visible in the browser window, includes all image and links.
Example: <BODY>Body text goes here</BODY>

Link Text or Anchor Text: Link text is the clickable text which connects one web page to another.
Example: <A HREF=”page.html”>link text goes here</A>

Heading Tag: Headings (H1,H2,H3) are used as the topics of the website’s sections.
Example: <H1>heading 1 goes here</H1>

Bold Tag: Bold text is used as a font styling element to signify important words or sections in the web page.
Example: <B>bold text goes here</B>

Italic Tag: Italic text is used as a font styling element to point out new terms, book or article titles etc.
Example: <I>italic text goes here</I>

EM Emphasis Tag: Em text is used for emphasis and is usually displayed in italic font.
Example: <EM>em text goes here</EM>

Strong Tag: Strong text is used for stronger emphasis and is usually displayed in bold font.
Example: <STRONG>strong text goes here</STRONG>

Cite Tag: Cite text is used for citations or reference to other sources.
Example: <CITE>cite text goes here</CITE>

Abbr Tag: Abbr text is used for abbreviations which are shortened forms of words like HTML, FBI or WWW.
Example: <ABBR>abbr text goes here</ABBR>

Acronym Tag: Acronym text is used for pronounceable abbreviations like NATO. It is also used for shortened forms of word like Inc. for Incorporated or Lab. for laboratory.
Example: <ACRONYM>acronym text goes here</ACRONYM>

Table Caption Tag: Table caption is used as a short description of the table’s purpose usually displayed below the table.
Example: <TABLE><CAPTION>caption goes here<CAPTION></TABLE>

HTML Comment Tag: Html comments are not visible in the browser and are mainly used for developers to document html code.
Example: <!– comment goes here –>

Table Summary Tag: Table summary is used for describing the table’s contents and purpose to non-visual media.
Example: <TABLE SUMMARY=”summary goes here”>

Link Href Tag: Link href is the attribute of the link and specifies the address of another page.
Example: <A HREF=”link-href-goes-here.html”>text</A>

Link Title Tag: Link title is the attribute of the link and adds information about the link, it is rendered as a tool tip in the browser.
Example: <A HREF=”page.html” TITLE=”link title goes here”>text</A>

Image Source Names Tag: Image names are the names of the image files.
Example: <IMG SRC=”image-name-goes-here.gif”>

Page Name or URL: Most search engines look for the keywords in the domain name, folder name and page name. Keywords should be separated by hyphens.
Example: http://www.keyword1.com/keyword2-keyword3.html

Index: In database design, a list of keys (or keywords), each of which identifies a unique record. Indices make it faster to find specific records and to sort records by the index field — that is, the field used to identify each record.

HTML: Short for Hypertext Markup Language, the authoring language used to create documents on the World Wide Web. HTML is similar to SGML, although it is not a strict subset. HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with <HTML><HEAD>(enter here what document is about)</HEAD><BODY> and ends with </BODY></HTML>. All the information you’d like to include in your Web page fits in between the <BODY> and </BODY> tags.

Domain: A name that identifies one or more IP addresses. For example, the domain name microsoft.com represents about a dozen IP addresses. Domain names are used in URLs to identify particular Web pages. For example, in the URL http://www.pcwebopedia.com/index.html, the domain name is pcwebopedia.com. Every domain name has a suffix that indicates which top level domain (TLD) it belongs to. There are only a limited number of such domains. For example:
gov - Government agencies
edu - Educational institutions
org - Organizations (nonprofit)
mil - Military
com - commercial business
net - Network organizations
ca - Canada
th - Thailand
Because the Internet is based on IP addresses, not domain names, every Web server requires a Domain Name System (DNS) server to translate domain names into IP addresses.

Image Alt Tag: HTML tag that provides alternative text when non-textual elements, typically images, cannot be displayed. The image tag is a very important tag. It directs the browser to either a gif or jpeg file. The browser then displays that image file where the command is placed.

Link Popularity: a measure of the quantity and quality of sites that link to your site. A growing number of search engines use link popularity in their ranking algorithms. Google uses it as its most important factor in ranking sites. HotBot, AltaVista, MSN, Inktomi, and others also use link popularity in their formulas. Eventually every major engine will use link popularity, so developing and maintaining it are essential to your search engine placement.

Link Farms A link farm consists of sites that link to other sites for the sole purpose of increasing their link popularity score. Unlike perfectly valid links to sites with related information, sites that participate in link farming contain links to totally unrelated sites. This practice is also referred to as link stuffing. Google hates link farms and labels the links they generate as spam. In fact, Google gates them so much that some sites get removed from the index if they’re affiliated with link farms. Spooked, some webmasters are considering removing all outbound links from their sites.

Manual Submission: adding a URL to the search engines individually by hand.

HTTP: HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies. Short for Hypertext Transfer Protocol, the underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. For example, when you enter a URL in your browser, this actually sends an HTTP command to the Web server directing it to fetch and transmit the requested Web page.

Density: Most search engines look for keyword density. Some will only look at the first 200-400 characters of your site, and count the number of times the keyword appears. Some index a small amount of text from the top, middle, and bottom parts of your web page, and search them for keywords. Generally keyword density should be in the 6-8% range. Simply repeating the keyword will not work because some search engines consider grammar structure in their calculations. For a very competitive keyword you could aim a little higher perhaps targeting a 10% range, but you have to take into consideration the search engine may consider this spamming.

Prominence: Prominence is the ratio of the position of one keyword or keyword phrase to the positions of the other keywords in an HTML section of the page. For example in the text enclosed by the BODY tag is one of sections of the page we measure keyword prominence in. Your most important keywords must appear in the crucial locations on your web pages because search engines like pages where keywords appear closer to the top of the page. They should preferable appear in the first paragraphs of your page. Also keep in mind if you include keywords closer to the bottom of your page it will have a negative effect on the overall keyword prominence calculations.

Algorithm: A formula or set of steps for solving a particular problem. To be an algorithm, a set of rules must be unambiguous and have a clear stopping point. Algorithms can be expressed in any language, from natural languages like English or French to programming languages like FORTRAN.  We use algorithms every day. For example, a recipe for baking a cake is an algorithm. Most programs, with the exception of some artificial intelligence applications, consist of algorithms. Inventing elegant algorithms- algorithms that are simple and require the fewest steps possible-is one of the principal challenges in programming.

StopWords: Words that are common in a full-text file but have little value in searching. Words in a stopword file will be excluded from the indexes, considerably reducing the size of the indexes and improving search performance. For example these are stopwords a about an are as at be by com for from how.

Google API: You can use your Google API license key to perform automated queries on Google that complies with Google’s term of service agreement. To access the Google Web APIs service, you must create a Google Account and obtain a license key. Your Google Account and license key entitle you to 1,000 automated queries per day.

Keyword Count, Occurrence: How often a keyword or keyword phrase occurs in a particular HTML page section. The the ke word count is used is used in a calculationto determine the key word density.

Google’s Page Rank: PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page’s value. In essence, Google interprets a link from page A to page B as a vote, by page A, for page B. But, Google looks at more than the sheer volume of votes, or links a page receives; it also analyzes the page that casts the vote. Votes cast by pages that are themselves “important” weigh more heavily and help to make other pages “important.”

SERP: The SERP is otherwise known as the Search Engines Results Page. This is the page that users see after typing their search query into an engine. Since conversion starts at the SERP, it is an important job of the search marketer to obtain strong call-to-action listings that produce a high number of click throughs.SEO Copywriting: Writing specifically for web pages involves incorporating target keywords that tell the search engines what a specific web page is about. Effective SEO copywriting achieves two goals. The first one is, it creates persuasive, informative content for the web site visitor while maintaining an optimum keyword count for the search engines to index.

Inbound Link: External links pointing to a specific web page from somewhere else on the Web is called and inbound link. The number, and quality of inbound links pointing to a web site can increase a web site’ link popularity.

Google Webmaster Guidelines

Mar-28-2008 By Sorcerer

Webmaster Guidelines

Following these guidelines will help Google find, index, and rank your site. Even if you choose not to implement any of these suggestions, we strongly encourage you to pay very close attention to the “Quality Guidelines,” which outline some of the illicit practices that may lead to a site being removed entirely from the Google index or otherwise penalized. If a site has been penalized, it may no longer show up in results on Google.com or on any of Google’s partner sites.

When your site is ready:

  • Have other relevant sites link to yours.
  • Submit it to Google at http://www.google.com/addurl.html.
  • Submit a Sitemap as part of our Google Webmaster Tools. Google uses your Sitemap to learn about the structure of your site and to increase our coverage of your webpages.
  • Make sure all the sites that should know about your pages are aware your site is online.
  • Submit your site to relevant directories such as the Open Directory Project and Yahoo!, as well as to other industry-specific expert sites.

Design and content guidelines

  • Make a site with a clear hierarchy and text links. Every page should be reachable from at least one static text link.
  • Offer a site map to your users with links that point to the important parts of your site. If the site map is larger than 100 or so links, you may want to break the site map into separate pages.
  • Create a useful, information-rich site, and write pages that clearly and accurately describe your content.
  • Think about the words users would type to find your pages, and make sure that your site actually includes those words within it.
  • Try to use text instead of images to display important names, content, or links. The Google crawler doesn’t recognize text contained in images.
  • Make sure that your TITLE tags and ALT attributes are descriptive and accurate.
  • Check for broken links and correct HTML.
  • If you decide to use dynamic pages (i.e., the URL contains a “?” character), be aware that not every search engine spider crawls dynamic pages as well as static pages. It helps to keep the parameters short and the number of them few.
  • Keep the links on a given page to a reasonable number (fewer than 100).

Technical guidelines

  • Use a text browser such as Lynx to examine your site, because most search engine spiders see your site much as Lynx would. If fancy features such as JavaScript, cookies, session IDs, frames, DHTML, or Flash keep you from seeing all of your site in a text browser, then search engine spiders may have trouble crawling your site.
  • Allow search bots to crawl your sites without session IDs or arguments that track their path through the site. These techniques are useful for tracking individual user behavior, but the access pattern of bots is entirely different. Using these techniques may result in incomplete indexing of your site, as bots may not be able to eliminate URLs that look different but actually point to the same page.
  • Make sure your web server supports the If-Modified-Since HTTP header. This feature allows your web server to tell Google whether your content has changed since we last crawled your site. Supporting this feature saves you bandwidth and overhead.
  • Make use of the robots.txt file on your web server. This file tells crawlers which directories can or cannot be crawled. Make sure it’s current for your site so that you don’t accidentally block the Googlebot crawler. Visit http://www.robotstxt.org/wc/faq.html to learn how to instruct robots when they visit your site. You can test your robots.txt file to make sure you’re using it correctly with the robots.txt analysis tool available in Google Webmaster Tools.
  • If your company buys a content management system, make sure that the system can export your content so that search engine spiders can crawl your site.
  • Use robots.txt to prevent crawling of search results pages or other auto-generated pages that don’t add much value for users coming from search engines.

Quality guidelines

These quality guidelines cover the most common forms of deceptive or manipulative behavior, but Google may respond negatively to other misleading practices not listed here (e.g. tricking users by registering misspellings of well-known websites). It’s not safe to assume that just because a specific deceptive technique isn’t included on this page, Google approves of it. Webmasters who spend their energies upholding the spirit of the basic principles will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit.

If you believe that another site is abusing Google’s quality guidelines, please report that site at https://www.google.com/webmasters/tools/spamreport. Google prefers developing scalable and automated solutions to problems, so we attempt to minimize hand-to-hand spam fighting. The spam reports we receive are used to create scalable algorithms that recognize and block future spam attempts.

Quality guidelines - basic principles

  • Make pages for users, not for search engines. Don’t deceive your users or present different content to search engines than you display to users, which is commonly referred to as “cloaking.”
  • Avoid tricks intended to improve search engine rankings. A good rule of thumb is whether you’d feel comfortable explaining what you’ve done to a website that competes with you. Another useful test is to ask, “Does this help my users? Would I do this if search engines didn’t exist?”
  • Don’t participate in link schemes designed to increase your site’s ranking or PageRank. In particular, avoid links to web spammers or “bad neighborhoods” on the web, as your own ranking may be affected adversely by those links.
  • Don’t use unauthorized computer programs to submit pages, check rankings, etc. Such programs consume computing resources and violate our Terms of Service. Google does not recommend the use of products such as WebPosition Gold™ that send automatic or programmatic queries to Google.

The Kenkai search engine positioning report covers the top one hundred positions, on the three main search engines, Google, MSN and Yahoo, in the UK versions of the search engines.

The keyword ranking report shows:

  • Where your site stands in the search engine rankings both in the UK listings and on the worldwide listings
  • The PageRank of your index page.
  • How many incoming links are recognised by each of the engines.,
  • Whether or not you are listed in the major directories.
  • Your server details.
  • Page header check, (including last updated and last time cached by Google).
  • How many pages are indexed in each of the search engines.
  • Advice or comments, pointing out issues with the site and suggesting steps to take to rectify the issues.

The search engines that we feature on the free search engine positioning report cater for the majority of daily searches, so these are the key engines to follow your website’s progress on.

The free search engine positioning report can be emailed to you as a one-off, or if you feel it would be of benefit to you - for six consecutive months, so you can follow your website site search engine rankings over a six month period.
>>>