Showing posts with label SEO/SEM interview Questions. Show all posts
Showing posts with label SEO/SEM interview Questions. Show all posts

Wednesday 19 April 2017

Which search engine supports which robots meta tag values?

This table shows which search engines support which values:
Robots valueGoogleYahoo!MSN / LiveAsk
indexYesYesYesYes
noindexYesYesYesYes
noneYesDoubtDoubtYes
followYesDoubtDoubtYes
nofollowYesYesYesYes
noarchiveYesYesYesYes
nosnippetYesNoNoNo
noodpYesYesYesNo
noydirNo useYesNo useNo use

The different robots meta tag values

An explanation of all the different values you can use in the robots meta tags:
index
Allow search engines robots to index the page, you don’t have to add this to your pages, as it’s the default.
noindex
Disallow search engines from showing this page in their results.
noimageindex
Disallow search engines from spidering images on that page. Of course, if images are linked to directly from elsewhere, Google can still index them, so using an X-Robots-Tag HTTP header is a better idea.
none

This is a shortcut for noindex,nofollow, or basically saying to search engines: don’t do anything with this page at all.
follow
Tells the search engines robots to follow the links on the page, whether it can index it or not.
nofollow
Tells the search engines robots to not follow any links on the page at all.
noarchive
Prevents the search engines from showing a cached copy of this page.
nocache
Same as noarchive, but only used by MSN/Live.
nosnippet
Prevents the search engines from showing a snippet of this page in the search results and prevents them from caching the page.
noodp
Used to block search engines from using the description for this page in DMOZ (aka ODP) as the snippet for your page in the search results. However, DMOZ doesn’t exist anymore.
noydir
Blocks Yahoo! from using the description for this page in the Yahoo! directory as the snippet for your page in the search results. No other search engines use the Yahoo! directory for this purpose, so they don’t support the tag. Since Yahoo! closed its directory this tag is deprecated, but you might come across it once in awhile.

The resources from the search engines

The search engines themselves have pages about this subject as well:
You can block all robots at once by the markup above, or just block one robot by specifying it specifically:
Google
GOOGLEBOT
Yahoo!
SLURP
MSN / Live
MSNBOT
Ask
TEOMA


Monday 17 April 2017

Using Noindex, Nofollow HTML Metatags: How to Tell Google Not to Index a Page in Search

Indexing as many pages on your website as possible can be very tempting for marketers who are trying to boost their search engine authority.
But, while it’s true that publishing more pages that are relevant for a particular keyword (assuming they’re also high quality) will improve your ranking for that keyword, sometimes there’s actually more value in keeping certain pages on your website out of a search engine’s index.

Download our free SEO ebook here for more search engine optimization tips from experts. 


... Say what?! 
Stay with us, folks. This post will walk you through why you might want to remove certain webpages from the SERPS (search engine results pages), and exactly how to go about doing it. 

Why You'd Want to Exclude Certain Web Pages From Search Results

There are a number of occasions where you may want to exclude a webpage -- or a portion of a webpage -- from search engine crawling and indexing.
For marketers, one common reason is to prevent duplicate content (when there is more than one version of a page indexed by the search engines, as in a printer-friendly version of your content) from being indexed.
Another good example? A thank-you page (i.e., the page a visitor lands on after converting on one of your landing pages). This is usually where the visitor gets access to whatever offer that landing page promised, such as a link to an ebook PDF.
Here's what the thank-you page for our SEO tips ebook looks like, for example:
hubspot-seo-thank-you-page.png
You want anyone who lands on your thank-you pages to get there because they've already filled out a form on a landing page -- not because they found your thank-you page in search.
Why not? Because anyone who finds your thank-you page in search can access your lead-generating offers directly -- without having to provide you with their information to pass through your lead-capture form. Any marketer who understands the value of landing pages understands how important it is to capture those visitors as leads first, before they can access your offers.
Bottom line: If your thank-you pages are easily discoverable through a simple Google search, you may be leaving valuable leads on the table.
What's worse, you may even find that some of your highest ranking pages for some of your long-tail keywords might be your thank-you pages -- which means you could be inviting hundreds of potential leads to bypass your lead-capture forms. That's a pretty compelling reason why you'd want to remove some of your web pages from SERPs.
So, how do you go about "de-indexing" certain pages from search engines? Here are two ways to do it.

2 Ways to De-Index a Webpage From Search Engines

Option #1: Add a Robots.txt file to your site.

Use if: You want more control over what you de-index, and you have the necessary technical resources.

One way to remove a page from search engine results is by adding a robots.txt file to your site. The advantage of using this method is that you can get more control over what you are allowing bots to index. The result? You can proactively keep unwanted content out of the search results.
Within a robots.txt file, you can specify whether you’d like to block bots from a single page, a whole directory, or even just a single image or file. There’s also an option to prevent your site from being crawled while still enabling Google AdSense ads to work, if you have them.
That being said, of the two options available to you, this one requires the most technical kung fu. To learn about how to create a robots.txt file, you'll want to read through this article from Google Webmaster Tools.
HubSpot customers: You can learn how to install a robots.txt file on your website hereand learn how to customize the contents of the Robots.txt file here.
If you don’t need all the control of a robots.txt file and are looking for an easier, less technical solution, then this second option is for you.

Option #2: Add a "noindex" metatag and/or a "nofollow" metatag.

Use if: You want an easier solution to de-indexing an entire webpage, and/or de-indexing the links on an entire webpage.

Using a metatag to prevent a page from appearing in SERPs -- and/or the links on a page -- is both easy and effective. It requires only a tiny bit of technical know-how -- in fact, it's really just a copy/paste job if you’re using the right content management system.
The tags that let you do these things are called "noindex" and "nofollow." Before I get into how to add these tags, let's take a moment to define and distinguish between the two. They are, after all, two completely different directives -- and they can be used either on their own, or alongside one another.

What's a "noindex" tag?

When you add a "noindex" metatag to a webpage, it tells a search engine that even though it can crawl the page, it cannot add the page into its search index.
So any page with the "noindex" directive on it will not go into the search engine's search index, and can therefore not be shown in search engine results pages.

What's a "nofollow" tag?

When you add a "nofollow" metatag to a webpage, it disallows search engines from crawling the links on that page. This also means that any ranking authority the page has on SERPs will not be passed on to pages it links to.
So any page with a "nofollow" directive on it will have all its links ignored by Google and other search engines.

When would you use "noindex" and "nofollow" separately vs. together?

Like I said before, you can put add a "noindex" directive either on its own, or together with a "nofollow" directive. You can also add a "nofollow" directive on its own, too.
Add only a "noindex" tag: when you don't want a search engine to index your web page in search, but you do want it to follow the links on that page -- thereby giving ranking authority to the other pages your page links to.
Paid landing pages are a great example of this. You don't want search engines to index landing pages in search that people are supposed to pay to see, but you might want the pages it links to benefit from its authority.
Add only a "nofollow" tag: when you do want a search engine to index your web page in search, but you don't want it to follow the links on that page.
There aren't too many examples of when you'd add a "nofollow" tag to a whole page without also adding a "noindex" tag. When you're figuring out what to do on a given page, it's more a question of whether to add your "noindex" tag with or without a "nofollow" tag.
Add both a "noindex" and "nofollow" tag: when you don't want search engines to index a webpage in search, and you don't want it to follow the links on that page.
Thank-you pages are a great example of this type of situation. You don't want search engines to index your thank-you page, nor do you want them to follow the link to your offer and start indexing the content of that offer, either. 

How to Add a "noindex" and/or a "nofollow" metatag

Step 1: Copy one of the following tags.
For "noindex":
<META NAME="robots" CONTENT="noindex">
For "nofollow":
<META NAME="robots" CONTENT="nofollow">
For both "noindex" and "nofollow":
<META NAME="robots" CONTENT="noindex,nofollow">
Step 2: Add the tag to the <head> section of your page's HTML, a.k.a. the page's header.
If you're a HubSpot customer, this is super easy -- click here or scroll down for those instructions specific to HubSpot users.
If you're not a HubSpot customer, then you'll have to paste this tag into the code on your webpage manually. Don't worry -- it's pretty simple. Here's how you do it.
First, open the source code of the web page you're trying to de-index. Then, paste the full tag into a new line within the <head> section of your page’s HTML, known as the page’s header. The screenshots below will walk you through it.
The <head> tag signifies the beginning of your header: 
header_start_capture
Here's the metatag for both "noindex" and "nofollow" pasted within the header:
meta_tag_in_heaer
And the </head> tag this signifies the end of the header:
end_of_header_capture
Boom! That’s it. This tag tells a search engine to turn around and go away, leaving the page out of any search results.
HubSpot customers: Adding the "noindex" and "nofollow" metatags is even easier. All you have to do is open the HubSpot tool to the page you want to add these tags to, and choose the "Settings" tab.
hubspot-settings-1.png
Next, scroll down to Advanced Options and click "Edit Head HTML." In the window that appears, paste the appropriate code snippet. In the example below, I've added both a "noindex" and a "nofollow" tag since it's a thank-you page.
hubspot-add-meta-tag.png

Press "Save," and you're golden.

Wednesday 4 January 2017

Interview Questions on Link Building Strategy

1. What is Importance of Link Building Today as far as you're Concerned?

Link building is the prime measurement tool of Google search algorithm. You get high ranking as per the number of quality backlinks you get for your blog posts.

This is one of the factors which is never going to die in the SEO industry.

So it had importance yesterday, it has today, and for sure it will have tomorrow as well.

2. Which is your Favorite Link Building Strategy?

Link building is a process. So we cannot say this is my favorite or that is my favorite. In my case, I go for the quality guest blogging for my niche websites, because getting guest posts is not easy for everyone.

3. What does thing need to keep in mind before Competitors website Analysis?

We do competitor analysis only and only after finding some great players after doing a keyword search on Google.

So if you competitors are ranking high for some good search terms, it’s the time to learn more about their link building strategy.

4. Please Share your favorite SEO and link Building tools?

I am not using any link building tool as of now.

5. What are some innovative link building strategies?

Guest blogging, infographics, broken link building, blogger outreach are some of the best ways to get quality backlinks.

6. What factors go into a quality link Building?

The blog must have high relevancy to your niche website. They must have good PageRank (although this ranking factor is dead now, I personally still consider it), good DA, PA, and ranking of the website.
If the website is ranking high for some good keywords, this simply means that Google is loving that website. So getting a backlink from such websites can be highly beneficial for your niche sites.

Friday 22 April 2016

What is .htaccess? & Where I have to place it?

What is .htaccess? & Where I have to place it?

The .htaccess file is a hidden text file that allows you to control the way visitors are able to access your site. Some common uses of the .htaccess file would be restricting access to certain files, or redirecting URLs.

Please don't think more about file name, no file name required for this -  it's simply .htaccess 
(even i wasted more time on giving file name finally found that it's simply .htaccess)

it's should be in root folder of you website

Ex: in SEO search engines will treat www.domainname.com &  domainname.com are different to avoid that
we use .htaccess file. More..


Multiple Sitemaps and Sitemap Index

The Sitemap has certain limitations. For example, it cannot contain more than 50 000 URLs and cannot be bigger than 10 MB. This is why if you plan to create a website with multiple subdirectories and Sitemaps, you will have to use Sitemap Index.
The Sitemap index allows you to include several Sitemap files under one file called Sitemap index. It uses almost the same syntax but instead of including your pages URLs, you will have to add the URLs to your Sitemaps.
Below, you can find a sample code of a Sitemap index.
<?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>http://www.domain.com/sitemap1.xml.gz</loc> <lastmod>2004-10-01T18:23:17+00:00</lastmod> </sitemap> <sitemap> <loc>http://www.domain.com/sitemap2.xml.gz</loc> <lastmod>2005-01-01</lastmod> </sitemap> </sitemapindex>
As you can see the Sitemap index file uses the following XML tags:
  • loc
  • lastmod
  • sitemap
  • sitemapindex
The <loc> and the <lasmod> tags are basically the same as in the normal Sitemap file. The <sitemap> tag encapsulates information about an individual Sitemap. The <sitemapindex> tag provides information about all of the Sitemaps in the file.Be advised that the Sitemap files can be only files located under the same domain or subdomain and should be UTF-8 encoded as well.
It is strongly recommended that you place your Sitemap into the root directory of your web server. The location of a Sitemap file determines the set of URLs that can be included in it. A Sitemap file, for example, located under a subdirectory can include links of all pages in this subdirectory, but not ones above it.

Wednesday 10 February 2016

interview Questions

SEO

1.What is Digital Marketing ?
A: Digital Marketing is nothing but promotion of products or brands through different forms of electronic media. The key objective of the digital marketing is to promote brands,build preferences and increase sales through various digital marketing techniques. In addition to mobile TV and radio, Digital Marketing mainly uses internet as its core promotional medium.

2.Why to choose Digital Marketing as career ?
A : Digital marketing is an exciting, fast-moving and creative sector. Now-a-days, Internet is everywhere and most of us are shopping on it. weather we use laptop or mobile or tablet, we try to browse and shop. Companies are modifying their marketing strategies to optimize their online presence and reach their customers. Many companies are building websites, advertising on social media, sending personalized email offers as well as promoting a lot of content.Overall, digital marketing is a job where every day is different. The industry is changing all the time, meaning you will constantly be learning.

3.What is SEO ?
A:  SEO - Search Engine Optimization. It is the process of affecting the visibility of a website or web page in search engines unpaid results, often referred as 'Natural' 'Organic' or 'Earned Results'.
                      In general, the earlier and more frequently a site appears in the search results list, the more visitors it will receive from search engines users.
                      SEO may target different kinds of search, including image search,local search,video search,academic search,news search and industry specific vertical search engines.
                      As an internet marketing strategy, SEO considers how search engines work, what people search for, the actual search terms or keywords typed into search engines and which search engines are preferred by their targeted audience.
                      Optimizing a website may involve editing its content, HTML and associated coding to both increase its relevance to specific keywords and to remove barriers to the indexing activities of search engines.Promoting a site to increase the number of  backlinks, or inbound links, is another SEO tactic.
4.How is SEO in future ?
A:  SEO is the force behind a company's online sucess. Internet marketing is now a billon dollar industry and everyone is slowly bu surely accepting this. Even top companies in India and the other parts of the world are now keeping huge budgets for internet marketing.

5.What is Google Adwords ? 
A: Google AdWords is an online advertising service that enables advertisers to compete to display brief advertising copy to web users, based in part on keywords, predefined by the advertisers, that might link the copy to the content of web pages shown to users. Web pages from Google and from partner websites are designed to allow Google to select and display this advertising copy. Advertisers pay when users divert their browsing to seek more information about the copy displayed, and partner websites receive a portion of the income they generate. 
        
6.What is Adsence?
A: Google AdSense is a program run by Google that allows publishers in the Google Network of content sites to serve automatic text, image, video, or interactive media advertisements, that are targeted to site content and audience. These advertisements are administered, sorted, and maintained by Google. They can generate revenue on either a per-click or per-impression basis.

7.How to earn in Adsence ?
A: Google’s AdSense is a revenue-sharing opportunity for small, medium and large web sites that places ads for goods and services that are relevant to the content of your site, targeted to the people who frequent your pages. In turn, you get paid a small amount when the ad is either displayed on your page, or clicked on. We'll show you some good ideas that added to your own, will help increase your AdSense revenue.

8.What is Google Analytics ?
A:This free tool provides full website traffic statistics including total visits, average time on site, and bounce rate. In addition, Google Analytics shows you a website’s audience and demographic. When you want to know how people are finding your site and how they are engaging with it, Google Analytics can tell you.
Google Analytics also integrates with a variety of products including Adsense, Google+ and AdWords. If you are using select Google products, then you can integrate your campaigns within Google Analytics for tracking and reporting purposes. 

9.What is Google Web Maser Tool?
A:  Google Webmaster Tools provides information that can help you improve your site’s visibility in search. You can see how many impressions your site is generating in search engines, by keyword or by page. You can also monitor click-through rates from search engine results pages to your site. You may also want to upload an xml sitemap to help Google crawl your site, or check for crawl errors. Perhaps most importantly, having a verified Google Webmaster Tools account allows Google to tell you about technical problems with your site, such as an increase in 404 (not found) errors.
10.What is the difference between Google Analytics and Webmaster tools ?
A: Difference between Google Analytics and Google Webmaster Tools is this: Webmaster Tools reports on how search engines interact with your site, while Google Analytics reports on how website users interact with your site. Whether you are personally managing your brand’s digital presence or working with a third-party, both Google Analytics and Google Webmaster Tools provide valuable and actionable information. And also  they both are free.

11.What is the difference between Onpage Optimization and Off Page Optimization?
A: On-page SEO focuses on the on-page elements. That is :
  • Unique title tags
  • H1s/headlines
  • Copywriting
  • Adding descriptions to images
  • Crawlable links
  • Internal navigation
And off-page SEO, focuses on things beyond your website, such as:
  • Press releases
  • Link building
  • Advertising
  • Social media
12.What is Back Links?
A:  A back link is a link on another persons site going to your site or vice versa.
There is one way back links and 2 way back links and even triangular links (not recommended).
It can be any link going from one page or to another website. Usually a back link is referred as the link on a "back" page, thus back link.
                         Backlinks, also known as incoming links, inbound links, inlinks, and inward links, are incoming links to a website or web page. In basic link terminology, a backlink is any link received by a web node (web page, directory, website, or top level domain) from another web node.
                                   
13.What is the use of Back Links?
A: Search engines often use the number of backlinks that a website has as one of the most important factors for determining that website's search engine ranking, popularity and importance.

14.What is directory submission?
A:  Directory submission means submitting your website link along with other details in web directory at specified category. Doing this improves your link popularity. Directory submission sites are available for free as well as for paid.Web Directory Submission is the easiest way for a new website to establish back-links for SEO purposes. 

There are basically three types of Directories Submissions

1. Paid or Featured Web Listing: – In this type of Directories Submission the owner of Directories Site Will Charge for Submission of the link and your link will be approved right away or within 24 hours.We get fast back links from this type of submission. Some sites offer this package for yearly or lifetime.

2. Free or Regular Web Listing: – This is free. No one charges in regular submission but there is no guarantee for getting your link approved by the administrator and it will take lot of time.

3. Reciprocal Regular Web Listing: – In this a reciprocal link will be submited to your site and when you activate that Directory Link then only that Directory administrator will approve your link.
 
                      

15.What is Web Directory?
A: Web directory is same like phone directory that contains list of websites on each category. There are thousands of "Web Directories" online, most of which are not worth submitting your site to. There are only few hundred directories that will be useful for Search Engine Optimization, and again in that only few will be useful for their intended purpose, which is to assist users in finding resources online.
                         Some better directories will send you visitors directly from their listings. These visitors will be targeted visitors, in that someone who is browsing Web Directory topics related to that of your website will be ones who are likely to engage with your site, whether that means purchasing a product or otherwise making contact. 

16.What is the use of Directory Submission?
A: Directory Submission is a part of Off Page Optimization in (SEO). It is one of the most preferred search engine optimization methods.
                       One main advantage of Directory Submission is that most directory submissions are free, which means that the cost incurred for search engine optimization by this method is very less.Though there are a few professional directories which may charge you a lot of money for directory submissions, the number of such directories are extremely small, and therefore is not a major problem when it comes to directory submissions. 
                               Another major advantage of directory submission services is that you receive an anchor text for your link, which means that you get to enter the title for your site which can contain the keywords that you intend, thus improving your search engine rankings by a great margin. By generating a SEO anchor text, directory submissions help in increasing the popularity of your web site in the search engine results, which helps a lot since people tend to visit your web site more if this method is used.
                             Another advantage of Directory submission packages is that targeted traffic is sent to your web site, which can be an extremely advantageous factor when it comes to improving the search engine rankings of your web site. When web directories are organized properly, it helps people to find the desired links under the required categories. A main advantage of this feature is that even if your web site is placed under the wrong category by you, there are high chances that it will be placed in the correct category by a human editor, since it is a human who manually reviews your link and its content, and after careful scrutiny, places it in the directory.
17.What is Social Bookmark Link Submission?
A:Social bookmark link submission is a relatively new trend that allows you to store your favorite links in an online bookmarking site that you can access anywhere.What started as a simple online way of storing favorites, soon became social with the addition of voting and commenting capabilities and it very quickly became apparent that social bookmarking was an excellent way to get back links for your content.
                           
18.What is the use of Bookmark Link Submission?
A: A bookmark is nothing more than a link so every bookmark saved is a new back link for that content. IMAutomator can take your bookmark and post it on a whole host of social bookmarking sites thus creating a fresh back link for each site posted to.Also very useful about social bookmarks as back links is that on the vast majority of sites, you don't just post a URL, you also give it a title, a description and some keywords. These are stored with your link and the title is usually used as the anchor text for the back link. So if you have been doing your SEO properly and you embed your keywords into your title, each social bookmark becomes a keyword-anchored back link!

19.What is Blog Commenting?
A: Bloggers do blog commenting for different purposes like some do it to build back links, few do it to increase Alexa and few very do it to increase awareness about their blog.Blog Commenting in SEO helps to get visitors to your blog or website and most importantly to create a bonding with your fellow bloggers.Blog commenting has traditionally been one of the more popular link building strategies.

20.What is the use of Blog Commenting?
A: If Blog commenting is implemented properly Blog Commenting gives a boost to your SEO campaign and most importantly helps in creating a relationship with the author and grow your blogger network.Blog Commenting helps to get visitors to your blog or website.


21.What is Google Groups?
A: Google Groups is a service from Google that provides discussion groups for people sharing common interests. The Groups service also provides a gateway to news groups via a shared user interface.Google Groups provide a convenient way to create online groups and email distribution lists. 
                              Depending on the group settings, you can send a message to all members using a single email address, create a question and answer forum or post a message to the group via a web interface. Google Groups can be used as a Collaborative Inbox.

22.What is the use of Google Groups?
A: It is the way to keep people coming back and to keep engaging your audience to your blog or website.By adding a Google Groups Forum to your website or blog you get lot of traffic.
                                   The other huge benefit to this is your Google Groups Forum will be indexed by Google and give you even another way for people to find you on the Search Engines.

23.What is Classified Posting?
A: Classified posting is nothing but posting your advertisements on classified site.It is one of the ff page strategies.

24.What is the use of Classified Postings?
A: If you post the classifieds you can get the lot of leads related to your business. It is used for advertising your service or product. There are some sites that are used to advertise your product and brand in search engine


                                                                      SEM


1.What is SEM?
A: Search Engine Marketing (SEM) is a form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages through paid advertising .SEM includes the use of paid search, such as pay per click (PPC) listings and advertisements.
                             Through paid search advertising you essentially buy advertising space in the search engine results. So instead of trying to rank higher and get free traffic you pay to appear in front of the searches.
                              The most well-known advertising agency for paid search advertising (PSA) is Google Adwords. Through Google adwords you can get your ads appear in the Google search results and you pay only for the clicks on your ads. This is also the reason why the whole process is called Pay-per-click or PPC.Other search engines like Bing and Yahoo have a similar system but it not so successful.

2.What is the difference between SEO and SEM?
A: The difference between SEO and SEM is simply that Search Engine Optimization is part of Search Engine Marketing. Both processes aim in increasing visibility in search engines. SEO is about optimizing the web property to get better rankings in the search results while SEM goes beyond SEO. It involves other methods as well which can get you more search engine visitors like PPC advertising.

3.What is Click Through Rate?
A: All the three search engines have revealed that a major factor - the most important factor to Google in their respective Quality Score formulas is the historical click-through rate (CTR) of the keyword and matched ad. In fact, prior to its introduction of Quality Score in July 2005, Google determined ad rank by running the following formula against each ad and sorting them in descending order: bid * CTR.

4.What is Quality Score?
A: Quality Score is a variable used by Google, Yahoo and Bing that can influence both the rank and cost per click (CPC) of ads.
                           To determine the order in which ads are listed, each ad has the following formula run against it: bid * Quality Score. Ads are then listed in descending order based on the result of that equation. The exact weight of Quality Score versus bid has not been revealed by any of the major search engines, and each company has stated that they reserve the right to continually adjust their ranking methodologies.
 
 
5.What is the importance of Quality Score in SEM?
A: By maintaining a good Quality Scores, you’ll be setting yourself up for higher return on investment (ROI). That’s because higher Quality Scores correlate with lower cost per conversion!

6.What is AdRank?
A: A value that's used to determine your ad position (where ads are shown on a page) and whether your ads will show at all. The main components of your Ad Rank are your bids and the quality of your ads and website. Calculation of AdRank also incorporate the expected impact from your extensions and other ad formats when computing your Ad Rank. When estimating the expected impact of extensions and ad formats, they consider factors such as the relevance, click through rates, and the prominence of the extensions or formats on the search results page. So even if your competition has higher bids than yours, you can still win a higher position at a lower price by using highly relevant keywords, ads, and extensions.

7.What is the importance of Adrank?
A: AdRank plays a huge role in determining the actual cost-per-click that your competitors pay when someone clicks on their ads, as you can see by the following figure:


The CPC You Pay is Determined by the Ad Rank of the Person Below You Divided by Your Quality Score (Figure Courtesy of WordStream)

8.How to calculate Adrank Formula?
A: Ad Rank is calculated using your bid amount, the components of Quality Score (expected clickthrough rate, ad relevance, and landing page experience), and the expected impact of extensions and other ad formats.

9.What is Average Click Through Rate?
A: Average CTR (or average click-through rate) is the ratio of ad clicks to impressions in your AdWords campaigns. While basic CTR measures the rate of clicks on each ad, average CTR calculates the amount of clicks vs. impressions across your campaign, or for each individual keyword.
                                       A low ad CTR is problematic, as it can drag down your Quality Scores and affect future ad placement. Low CTRs signal a lack of relevance for your ad viewers, who aren’t inspired to click on your ad and visit your landing page to learn more about your offer or take the desired action. 
                                        On the other hand, a high average CTR – either across your campaign or for a specific keyword – doesn’t always mean success. It is one indicator that, when combined with other KPIs (key performance indicators) can point to the success of your campaign. However, high average CTRs with low conversions may actually mean that you’re wasting spend by attracting people less likely to convert. This may be caused by targeting that is too broad, irrelevant ad copy, or a combination of both. 
                                         Average CTRs can also affect future ad performance, as Google uses your historical data to calculate their Expected CTR, how likely they think it is your ads will get clicks when shown for specific keywords. Better keyword targeting and negative keyword discovery can help you improve your CTRs, thereby reducing wasted spend and improving your Quality Scores.

10.What is MCC Adwords?
A: An MCC, or “My Client Centre” is a type of AdWords account that allows you to access multiple AdWords accounts via a single account login. For anyone managing multiple accounts this is perfect, as it saves you from having to log in/out of different accounts all day, and instead just lists all of your managed accounts within a simple drop down menu.

11.What are the benefits of MCC Adwords?
A: Monitor We can easily monitor and manage all our AdWords accounts from a single dashboard.Hence we can save time.We can do cross-account campaign management and reporting, access control, and consolidated billing at the same time.
                             Also My Client Center acts as somewhat like a safeguard for the client. This is because you would still “own” and have exclusive access to your AdWords account data regardless of whether or not you move on to another campaign manager or agency. You can simply terminate the agency’s My Client Center access to your account at any time.

12.What is Adwords Express?
A: AdWords Express is a fully automated advertising solution specifically designed for local small businesses and first-time advertisers. With AdWords Express, several types of ads are created and constantly optimized for you. With Adwords Express, Ads are automatically shown on Google, Google Maps and relevant partner websites, on both desktop and mobile. You don’t need a website and don’t have to spend much time managing your ad campaigns.

13.What is Adwords Editor?
A:  AdWords Editor is a free, downloadable Google application for managing large AdWords accounts efficiently. Download your campaigns, make changes with powerful editing tools, then upload the changes to AdWords.
With Adwords Editor tool we can do the following :
  • Use bulk editing tools to quickly make multiple changes.
  • Export and import files to share proposals or make changes to an account.
  • View statistics for all campaigns or a subset of campaigns.
  • Copy or move items between ad groups and campaigns.
  • Keep working even when you're offline.
14.What is Google Merchants Center?
A: Google Merchant Center is a tool that helps you upload your store and product data to Google and make it available to Google Shopping and other Google services.

15.What is Language Targeting in Adwords?
A: Language targeting allows you to choose the language of the sites that you'd like your ads to appear on. We'll show your ads to customers who use Google products (such as Search or Gmail) or visit sites on the Google Display Network (GDN) in that same language. However AdWords doesn't translate ads or keywords. 
                 Our ads can appear for customers who use Google products and third-party websites in the languages that our campaign targets. This ensure that our ads will appear on sites that are written in the language of the customers we want to reach.

16. What are Ad Extensions?
A: A feature that shows extra business information with your ad, like an address, phone number, store rating, or more webpage links. 
Ad extensions create more reasons to click your ad.Improved visibility: Ad extensions tend to improve your ad’s visibility. They often appear above the search results, rather than along the sidebar. If two competing ads have the same bid and quality, the ad with greater expected impact from extensions will generally appear in a higher ad position than the other.
Better return on investment: Extensions can help improve the clickthrough rate (CTR) of your ads. More clicks means more customer traffic. 
  
17. How many types of Ad Extensions are there? 
A: Ad Extensions are of 2 types.Some can be added manually and some are automated.

1.Manual Extensions :
a) App Extensions : Show a link below your ad text that sends people to the app store or begins downloading your app.
b) Call Extensions : Let people click a button to give you a phone call.
c) Location Extensions : Help people nearby find your nearest storefront or give you a call.
d) Review Extensions : Showcase positive, third-party reviews from reputable sources. 
e) Site Link Extensions : Add links to help people find what they’re looking for.
f) Call Out Extensions : Add descriptive text to your ad to help people learn more about what you have to offer.

2.Automated Extensions :
a) Consumer Ratings : Show off what customers appreciate with high-quality survey data.
b) Previous Visits : Show people if they've clicked through to your website from Google Search results before.
c) Social Extensions : Show how many Google+ followers you have.
d) Dynamic Structured Snippets : Dynamic structured snippets show additional landing page details automatically with your ad on Google Search.
e) Seller Ratings : Show your online business ratings with your ad.

18.How does Ad Extensions work?
A: AdWords shows one or more extensions with your ad when it calculates that the extension (or combination of extensions) will improve your campaign performance, and when your Ad Rank is high enough for it to appear. Adding an extension won’t guarantee that it will show with your ad, but you can keep track of when your extensions are appearing on the Ad extensions tab.
                       And when it comes to Automated Extensions, AdWords creates and displays the automated extensions formats (seller ratings, consumer ratings, social extensions, and previous visits) when it predicts that they’ll improve your ad’s performance. No setup is required, so the option to create automated extensions doesn't appear in the drop-down menu of the Ad extensions tab. 

19.Where extensions can be shown ?
A: Ad extensions appear with ads on the Search network, and depending on the extension might also appear with ads on the Display network. 

20.What is the Difference between Search Network and Display Network?
21.What is a Campaign?
A: A set of ad groups (ads, keywords, and bids) that share a budget, location targeting, and other settings. Campaigns are often used to organize categories of products or services that you offer.
  • Your AdWords account can have one or many ad campaigns running.
  • Each campaign consists of one or more ad groups.
  • Settings that you can set at the campaign level include budget, language, location, distribution for the Google Network, and more.
  • You can create separate ad campaigns to run ads in different locations or using different budgets.
22.What is Bid in Adwrds?
23.What is Budget in Adwords?
24.How to write text ads?
25.Describe Adwords account structure?

26.What is API in adwords?
A: Application Programming Interface. It is designed for developers representing large, tech-savvy advertisers and third parties. This includes agencies, search engine marketers (SEMs), and other online marketing professionals who manage multiple client accounts or large campaigns. 
                                            API lets developers build applications that interact directly with the Google AdWords server. With these applications, advertisers and third parties can more efficiently and creatively manage their large or complex AdWords accounts and campaigns.

27.How you can use the API?
A: Implementing the AdWords needs programming skills. So, best results can be achieved by advertisers who employ software developers.The API is flexible and functional. You can use it to build an application that meets your needs. 

Using the API, you can:

  • Automatically generate keywords, ad text, landing pages, and custom reports.
  • Integrate AdWords data with your inventory system to manage campaigns based on stock.
  • Develop additional tools and applications to help you manage accounts.
And you can even develop in the language of your choice. 

The AdWords API SOAP interface is supported by all popular programming languages, including Java, PHP, Python, .NET, Perl, and Ruby.

28.What are Negative Keywords? 
A: A type of keyword that prevents your ad from being triggered by a certain word or phrase. It tells Google not to show your ad to anyone who is searching for that phrase. 
                         For example, when you add "free" as a negative keyword to your campaign or ad group, you tell AdWords not to show your ad for any search containing the term "free." On the Display Network, your ad is less likely to appear on a site when your negative keywords match the site's content.
                         A similar term is negative match, one of the four keyword matching options that is used to describe negative keywords.
                         Add negative keywords on the Keywords tab by clicking "Negative keywords" below the main table.
                         Negative keywords are an important part of every campaign because they help make sure that your ads appear only to people looking for what you offer. This added level of control can help you increase your click through rate (CTR), reduce your average cost-per-click (CPC), and increase your ROI.