Create Valuable Keyword-Focused Content

Content is still king on the Web. When they are ranking sites, search engines look for a
lot of themed content about particular topics. Publishing a large amount of informative
and valuable content that is keyword-optimized will give your site more chances to rank
for different keywords, and will help your overall rankings (see Figure 1-13).21
If you happen to be a personal injury lawyer, mention the various injuries afflicting
clients whom you have represented. If you are a realtor, mention the different cities
and areas that you cover. Ideally, devote a page or section to each topic. Have an
expert in the subject write compelling copy, or hire a copywriter to work with your
marketing department.
Use a content management system (CMS) or blog to create high-quality content consistently.
Reflect back what your visitors are searching on and what terms you want to target.
It is ideal to target one main keyphrase per article or page.

Create search-friendly URIs

One characteristic of a well-optimized site is the presence of search-friendly URIs.
Search-friendly URIs include keywords related to the main subject of the page
directly within the address of the page. Search-friendly URIs avoid numerical query
strings that are semantically meaningless for search engines (and humans), but are
typically found in database-driven CMS websites.

Choose the right keyword set

Add keyword research tools, a thesaurus, and search queries to generate more root
terms that are unique. Search terms that are harder to find will have less competition.
AdWords’ tool and Wordtracker’s Keyword Universe can help you find new
terms to target. Refer to Chapter 1 for more details on Wordtracker. Perform
searches to find other keywords that competing sites target in their HTML titles and
body text. This technique may uncover new terms. Staying on top of industry news
and events can help you find new keywords to target. You should continually try to
think of new root terms to add to your campaigns.

In the course of your keyword research, you will probably find terms that you are not
sure you want to bid on or that you want to block with negative keywords. Instead of
doing nothing with these keywords, you should bid on them using a lower maximum
CPC than you used for more successful terms. If you do not bid on such a keyword
directly and if you do not block it, another broad-matched keyword will
probably display ads for it. The performance of the broad-matched keyword might
be made worse by the borderline keyword. You can always decide to block borderline
keywords later.

Keyword research is one of the more creative aspects of PPC. Typically, you will find
that only a small group of terms generates most of the traffic on a site as well as most
of the conversions. But discovering those lesser-known terms can benefit your site by
providing less expensive clicks.

Small business SEO and SEM strategy

The keywords for small business SEO and marketing in 2012 are diversity, authority, and
engagement.

Content diversity
Content needs to be diversified to cater for different needs now that direct product sale conversions
are likely going to diminish with Google's product search taking the majority share of the pie.
Community discussions, reviews, human interest articles are good ways to get around Google
product search and still offer value to readers, with the potential to convert.

SEO and Internet marketing diversity
Don't add all your faith in SEO. It's not clear what effects knowledge graph and product search will
have. Combine that with the current algorithmic fluxes and, while SEO is hugely important.

paid product search means for sellers & marketers
1. Pay Google to have my product details  shown at the top of search results.
2. Invest in an affiliate program to pay other people to create content with embedded affiliate
links.

The Press Release
A press release is an easy way to announce to the local
population that your site is up and available for use. It’s almost like a free ad.
And, if you’re a national company, a press release can be picked up by the
media and spread through out the country in a matter of days.
Press releases must be formatted in a particular way for editors to consider
publishing them. If your budget allows, you can contract with a media
company that specializes in creating and distributing press releases.

seo tips for wordpress

1>Add a WordPress SEO plugins and  then Choose a SEO-friendly WordPress theme or create
WordPress theme that  contains all the HTML and CSS code your site.

2>search engines  likes all that great content.

3>Add XML sitemaps for faster indexing of our blog contents in search engines.

4>Add SEO friendly titles, URL’s, Meta keywords and meta descriptions mentioned for your blog posts.

5>Page Speed was one of key factors that Google included in its search algorithm.

6>Google Analytics is important  add this.

7>Image SEO is an  easiest ways to optimize the content of a page is to present on the images.
add important keywords in the alt-description.

Site Indexation Tool

It is of the most importance to ensure that all the key pages of your website
have been well indexed by the major Search Engines.Google help the addition
 of indexation data within Webmaster Tools. To see the newly revealed indexation
information, simply log in to your Google Webmaster Tools.

The  data get that:
   
    How many pages are blocked by robots.txt
    How many pages it has not to include in the index
    How many pages  has crawled

See Webmaster Tools messages frequently, you could miss
an important piece of information.

Steps to keywords to target

there's ways you can tune your content better or worse on-site based on title tags and keyword usage and other technical aspects. But that's really minor in comparison to getting excellent content on your site.

creating content on your website as well as finding places to connect with your audience through guest blogging opportunities or all the other ways that you can earn links back to your website.
  1. Select the good keywords for each of your individual pages. 
  2. The best keywords will be those that are  search terms (terms that people actually search for), and that clearly describe  the content of your pages. They will also have to be keywords for which there is relatively low competition. 
  3. The more specific your keyphrase, the easier it will be for your site to rank well. You should therefore target keyphrases with three or more words to significantly improve your chances. 
  4. There is no sense in trying to optimize your pages for super competitive keyword where you don't stand a chance of ranking well (most one-word keyphrases fall into this category: for example, it would be impossible to rank well for the keyword 'phone'). It would be better to target phrases like: 
    1. mobile phone - easier but still competitive 
    2. smart mobile phones - easier and less competitive 
    3. business phones' - easier and not as competitive.

How Disallow a sub-domain using robots.txt?

in your root .htaccess file add the following

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^Amazon.CloudFront$
RewriteRule ^robots\.txt$ robots-cdn.txt

And then create a separate robots-cdn.txt:

User-agent: *
Disallow: /


When accessed through via http://cdn.domain.com/robots.txt will
return the contents of the robots-cdn.txt file... otherwise the rewrite won't kick in
and the true robots.txt will kick in.

advanced seo interview questions

enabled SEO in Opencart

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch “\.(tpl|ini)”>
Order deny,allow
Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
RewriteBase /opencart/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

advanced seo interview questions



Relative URL vs Absolute URL?

Search engine bots only care that your URLs resolve.

Is SEO knowledge important?

Developers should definitely have a good knowledge of SEO techniques
mainly because they are the same as good clean html development. By which i mean (to name a few) :

    Proper document structure, <h1> followed by <h2>, <p>, etc
    Ensure main content appears near the top of a page,
    Ensure page conforms to W3C accessibility standards,
    User friendly URL's,
    Clean separation of data, styles, client side scripting,
    Site Map,
    Meta data.

This will not only provide you with an SEO site but also and accessible and compatible site.


Dynamic robots.txt?

<meta name="robots" content="noindex, nofollow" />
mod-rewrite to alias robots.txt to a script that could dynamically
generate the necessary content.


Does apparent filename affect SEO?

Page names are often not very representative of the page content
Therefore search engines are not going to be particularly upset if the page names
appear misleading. However, it's likely that the page name is one of
many factors a search engine considers.


HTTP versus HTTPS?


No, the search engines should index your site as normal even if it's under SSL/HTTPS.
You should pick one only either the http or the https.

What to do when content is taken offline?
To keep the traffic it may be an option to not delete but archive the old content. So it remains accessible by its old URL

but linked at some deeper points in the archive on your site.


the difference between a 302 and a 307 redirect?

307 came about because user agents adopted as a de facto behaviour to
take POST requests that receive a 302 response and send a GET request to the
Location response header.

Does truncating anchor text hurt SEO?
The only affect truncating will have is any text removed from the anchor text
won't be considered when Google determines the value of that
link for the receiving page.

Image Resolution - matter for SEO on Google?

the resolution/size of your image will matter when the user filters the
image results through sizes Large, Medium Icon etc that the resolution matters
for a general image search, rather markup techniques


how is social media marketing different from SEO?

Social media marketing refers to a couple of big techniques. The first is viral-content creation
and promotion. There has always been some form of viral content; however, the appearance
of portals like NetScape, Spin, and others has enabled social media to spread like never before.
An example of how this has changed would be the linking structure of a blog. A blog post goes
out, people link to it, those links are spread and before you know, the post is linking to thousands
of other web sites. It’s one of the ways that you can use to grow a link structure very quickly.
How can organizations use social media to improve their business?

First, you have to have a great deal of familiarity with the space. You have to have a deep
understanding of the community, and you have to become part of the community, sharing content,
creating content, tagging content, and interacting with other people in the community. If you aren’t
familiar with this space or you don’t participate in the space, you won’t be successful.

What do you see as trends in the SEO space?

It would be foolish to ignore what Google calls “universal search” and we call “vertical search.”
It’s in vertical search that companies find highly qualified traffic, and there’s going to be a significant
amount of traffic in these areas. So, vertical search can include:
Local search
Product search


What’s the difference between SEO and search marketing?

SEO always leans toward the organic side of search marketing—it
doesn’t include paid services. Search marketing as a whole is anything that you do to market your
web sites through search.

Where do you see the current state/importance of SEO?

SEO is very important . . . at least that is what business owners think. I receive calls where
they say they need SEO—but in truth we learn that they need more effective web design and even
paid-click programs. This does not mean to dispel the value of a top ranking.
There are some that say they guarantee top listing on a few
of the top 200 search engines but would never make such a claim for Yahoo!, Google, or MSN

Are there any other coming changes that will affect SEO?

We also are well aware of strong vertical search engines, and this may be an area where the rankand-
file SEO specialist is not focusing—to optimize for vertical search engines that are within the
space of the client web site.

Content generated by Javascript Effect seo ?
Google will not index anything that is not view when a page is loaded with JavaScript disabled.

What is LSI?
LSI-Latent Semantic Indexing.It is an algo for find how similar two or more web pages are.

Limit to robots.txt file?500 KB .

Google Dance?
the search results used to jump around on a monthly basis as Google rolled out algorithm changes.
Google index update occured on average every 36 days or 10 times per year.

Search Engine Spam ?
Pages created deliberately to trick the search engine into offering inappropriate, redundant, or
poor-quality search results.Search engine spamis one of the most difficult problems that search engine crawlers encounter.

DefineOrganic SEO?
organic SEO is a combination of those and other elements, such as site tagging, that will naturally place your web site in search engine rankings. How high in those rankings depends on how well
you design your site.
Organic SEO maximizes those naturally occurring elements, building upon each element to create
a site that will naturally fall near the top of the search engine results pages (SERPs).

Explain what is Local Search?
Local search is an active business before the advent of the Internet, when business directory,Yellow Pages as
provided by your contact info  company were the tool of choice.You can find these local
search engines at http://maps.google.com/, http://local.yahoo.com, and http://www.bing.com/maps.
These search engines map in some of their business data from the same types of data source.



Server Side Includes

A server-side include is a coding that you can include within your HTML document that will tell the web server to include other information with the document being served.
    Server side includes are a handy way to include information on your pages automatically. For example, you can use an #INCLUDE statement to display the header and footer of your pages automatically and make sure that each page displays the same information. You can save time by using a single header.html or footer.html file if this information changes. You can also use server side includes for graphics such as logos or image maps that should appear on multiple pages.
    You will need to use the .shtml extension for pages using the server side include (those that have #INCLUDE statements) for accounts hosted on Webserve. The file that is being included can have other extensions, such as .html.
    Please note that for security reasons, the EXEC server side include is NOT enabled on Webserve. The EXEC command is often used to run a cgi or perl program from a web page, but this function is not enabled on Webserve.

Using Server Side Includes with files in the same directory

To use a server side include, use the #include statement. This command tells the server to include another file, and tells it the file name that should be included:

    <!--#include FILE="filename.html"-->

This page uses server side includes to display the Webmaster banner and header information. An example of the command used is:

    <!--#include file="header.html" -->

In this example it is placed in the body of the document, immediately after the <BODY> tag. One thing about SSI includes is the process of including. It takes two separate files and creates one whole file. What the server does is actually to take the SSI page and physically inserted it into the page calling it.