Free Success Tips

Mobile SEO Explained

August 27, 2016 By David Perdew

Today, with over 200 million smartphones in circulation, mobile SEO is more important than ever before.

Ever since smartphones began taking off, mobile SEO has been getting more and more attention.

Throw in the Apple 6S and the Siri, which pulls the majority of its results from local searches, and the picture becomes quite clear: if you operate a local business, you can no longer afford to ignore mobile SEO.

What exactly does mobile SEO entail? How can you improve your mobile SEO?

Traditional Factors Matter

Mobile SEO utilizes some of the traditional SEO factors, as well as quite a few non-traditional ones.

To start with, you need to get a lot of backlinks to your website. These backlinks should be from well-established websites that already have solid reputations.

Unlike regular websites, however, you want to get backlinks from websites that are also based in your geographical area. This tells Google (and Apple) that you really are a local reputable business.

Citations and Google Places

Local searches don’t just depend on backlinks. They also depend on citations and your Google Places results.

A citation is the information contained on other web directories like the Yellow Pages or CitySearch. Your address, phone number, website information and so on should be the same across all these websites. This helps Google verify that you are who you say you are.

You should have a very complete Google Places listing. Make sure you have photos, descriptions, times of operation and as many positive reviews as possible.

The Keywords Are Different

The keywords you want to optimize for on mobiles are quite different than traditional SEO.

In traditional SEO, you’re typically targeting broader keywords that get more volume. On mobile SEO, however, your traffic will come mostly from short keywords that people come up with on the fly.

For an Italian restaurant, you might get searches like “Italian food,” “Pasta,” “Italian Restaurant” and on a Siri device “Good Italian food.”

The Mobile Website

Having an easy to navigate mobile website is a crucial part of a good mobile strategy.

Your mobile website should be simple and easy to use on any mobile screen, big or small. Break up large segments of information and try to provide just bite-sized bits of information on each page.

Make sure all the buttons on your site are big enough to be “clicked” on by a finger on a touch screen.

Is “Mobile SEO” the Same as “Local SEO?”

By and large, yes. Mobile SEO and local SEO are very similar, with the exception that mobile SEO also requires a user-friendly mobile website. Apart from that, the core techniques of ranking for local results and mobile results are the same.

As smartphones get more prevalent, mobile SEO is only going to get more competitive. If you own a local business, now is the time to get in the arena and take the edge before your competitors get in the game.

Filed Under: Online Business Training

Immutable SEO Fundamentals: Are You Doing It Right?

August 27, 2016 By David Perdew

In recent years, SEO has gone through many tumultuous changes.

From the Panda update which uprooted many sites to the implementation of social metrics, it’s clear that SEO ranking factors aren’t staying stagnant. However, in spite of all these changes, the underlying fundamentals of SEO haven’t changed.

These immutable fundamentals have been the same from the early days of SEO until now. In fact, they’ve only become more and more important as search engines have gotten smarter and smarter.

These are the four immutable laws of SEO.

Law #1: Content Is King

Google’s goal since day one has been to help the best content on the web find its way to the top of the search engines. As Google gets smarter, it’s only going to do this better and better.

Trying to game the system is not a very good long-term strategy. It’s extremely, extremely rare for people to be able to game search engines for any real length of time.

Instead, the best way to get ranked in the long run is to provide content that people genuinely like and want to share. This will generate organic backlinks, which Google loves.

Law #2: Think Long Term

Short-term SEO thinking is not only ineffective, it’s also extremely unhealthy.

People who try to get ranked in weeks rather than months inevitably get burned.

The methods you employ when you’re thinking long term versus short term are different. In the long run, you’ll lay much more solid foundations with long-term thinking than if you were just trying to get ranked as fast as possible.

Get in the habit of thinking in six months to a year in terms of your SEO goals.

Law #3: Understand the 80/20 of On-Page SEO

It’s easy to get sucked into on-page SEO. When it comes to on-page SEO, it really comes down to doing the 20% of work that’ll give you 80% of the results.

Webmasters can get fixated on many of the little things on their websites. Should you use bold or strong tags? How much effort do you need to put into your alt tags? The list goes on and on.

Realistically, there are really just a handful of on-page factors that will make most of the impact. Your keyword selection, your title tag, your H1 and H2 tags and your internal linking structures make up that 20%.

Understand the best practices for each of these things and implement them. That’ll take care of 80% of your on-page SEO.

Law #4: Have a Scheduled Link-Building Plan

Don’t just build links when you feel like it, or when you want to boost your rankings. Instead, keep building links all the time.

You don’t have to spend a lot of time on it. A couple hours a week is enough. Keeping your link-building engine up and running at all times will help you look more organic in your link building. The results also add up very quickly.

Create a weekly action plan for link building. Use the plan to keep up your link building, even when you have other things going on.

These are the four immutable laws of SEO. Follow these laws and you stand a strong chance of winning the search engine contest in the long run.

Filed Under: Online Business Training

HTML 5: What Does It Bring to the Table?

August 26, 2016 By David Perdew

What’s all the uproar with HTML 5 about?

While releases of new versions of code typically don’t make much of a splash, HTML 5 is different. It introduces many new features, some of which can drastically change the way websites are built.

These are some of the main features that HTML 5 brings to the table.

Defining Page Structures

HTML 5 gives the webmaster the ability to define different areas of a website. For example, you can use the <nav> tag to define the navigation area and the <footer> tag to tag your footer.

Before there was no way to associate captions with an image. Now you can associate it with the <figcaption> tag.

Why would you want to do this? Primarily for SEO reasons. Using these tags allows you to “tell” search engines which parts of your website are important and which ones aren’t.

Asynchronous Loading

The <async> tag allows you to tell browsers to load a particular part of a website separately.

This is especially useful for sites with heavy code. If you have a big JavaScript app loading for example, you can make the browser load the rest of the site first while it’s loading the JavaScript code.

This prevents the loading of code from slowing down the entire page load.

Simple Audio and Video Integration

In the past, to add video or audio to your site you had to embed some sort of video or audio player. This could be quite a hassle, especially for webmasters who aren’t extremely tech savvy.

In HTML 5, adding audio or video is as simple as using the <audio> or <video> tag.

Build Graphs, Draw on Screen and Add Images on the Fly

Using a combination of HTML 5 and JavaScript, you can now create whole canvases on the fly on your website.

The <canvas> tag allows you to bring graphs, drawing on screen and many other graphical features to life.

Offline Browsing

With HTML 5, you can store files on your reader’s computer, making offline browsing possible.

Admittedly, this feature is still in its infancy and is still technically complex. But just opening this door is a big step towards a previously impossible task.

Offline browsing is especially big for mobiles. Giving browsers the ability to browse offline on a phone makes it possible for your customers to access your site even in zero reception areas.

Built-In Email Validation

In the past, to validate form data you had to use JavaScript. Now you can just do it in HTML.

HTML 5 can “recognize” what a proper email is supposed to look like and make sure that email field inputs conform to that template.

HTML 5 brings a lot of unique features to the table. Some of them are big, some are small. One thing you can be sure of: HTML 5 will enable some very advanced websites to emerge that just wouldn’t have been possible before.

Filed Under: Online Business Training

How to Pick Up Expiring Domains with Traffic or Backlinks

August 26, 2016 By David Perdew

domainnameregistrationOne of the most underground tactics for building traffic and backlinks is the practice of buying up expiring domains.

EHow.com, the main website of Demand Media, a NYSE listed company worth over $500 million dollars, used this backlinks-building technique as one of its main tactics.

So how does it work?

What Happens When a Name Drops

Domain names are registered with the Internet Corporation for Assigned Names and Numbers (ICANN). When a domain name drops, ICANN essentially just de-lists that name from its registry.

There are several ways you can get your hands on that domain, before or after it completely drops out of the registry.

First, you can buy it from the domain registrar itself. This is how GoDaddy does it. When a domain expires from GoDaddy, it doesn’t go back into the pool. Instead, GoDaddy hosts an auction for the domain. The new domain gets assigned to the winner of the auction rather than going back into the registry.

On the other hand, the majority of expiring name registries work by actually waiting for the name to drop off the registry. Once it does, they immediately hammer the ICANN servers with registration requests.

There’s actually an immensely competitive technological war on this front. The first person to get the request through to ICANN gets the domain. There are a handful of companies that provide this service, so they’re constantly battling it out trying to get their requests in faster than the other guy.

It’s a battle fought in milliseconds in complex server arrangements. As a person who’s trying to pick up expired domains, the best way to take advantage of this battle is simply to bet on all sides. Place a bid with each of the services that can pick up domains for you. You only pay for a successful pick-up anyway.

Here’s where to look for expiring domains.

DropDay, Fresh Drop

DropDay and Fresh Drop are expiring domain watch lists. They scour all the various different dropped domain auction sites and make the data easy for you to sort.

While these two services don’t actually do bidding or registering, they can be incredibly useful for finding domains that you might be interested in bidding on.

SnapNames, NameJet, Pool, ENom

These are the actual tools you’ll use to bid on expiring domains.

Take a look through their websites to see exactly how they work. All of them use similar central technology, essentially hammering ICANN with registry requests. However, each of them work slightly differently.

Some require you to say what you want to pay up front; others will start an auction after they win the domain, and still others just register the domains for a straight fee.

A Word on GoDaddy Auctions

Finally, take some time to get to learn GoDaddy’s auction system. It works differently than the ICANN registry services, but due to the sheer volume of domains on GoDaddy’s system, you can find quite a few great deals there.

Picking up quality expiring domains requires vigilance. You need to be always on the lookout for quality names to snap up as quickly as possible. That means watching the auctions and the aggregators regularly.

Filed Under: Online Business Training

How to Increase Traffic Once You’ve Maxed Google AdWords

August 26, 2016 By David Perdew

Online, TrafficAre you getting all the online traffic you can get from Google AdWords?

If you have a profitable AdWords campaign, chances are you’ve quickly scaled it to all the keywords you can. You may have tweaked your ads for weeks or months already. In short, you’re squeezing all the profits you can out of Google AdWords to get as much paid online traffic from that source as possible.

So, what’s next? How can you keep on increasing your traffic and your revenues once the Google AdWords well is completely tapped?

Here are a few places to look.

Microsoft AdCenter

Microsoft’s AdCenter gives you access to both Yahoo’s search network and Bing’s search network.

These two networks pull in quite a different audience than Google’s and you may notice some differences in conversion rates. More often than not, however, people find their conversions are higher on AdCenter than on Google.

If you already have a successful AdWords campaign, moving them to AdCenter is as simple as exporting it from AdWords and importing it into AdCenter. You may have to do a little bit of editing on the ads, as the length requirements are slightly different.

Google Content Network

If you have a campaign working on search, it may be time to also test a campaign on the content network.

Getting the content network to work can take a lot of testing. Not only do you need to get your targeting right, but you also need to get your ads perfect.

The content network works by groupings of keywords rather than specific keywords. Your goal is to get your ad to show up on the right sites, which can take a bit of trial and error.

==> Facebook PPC

Facebook’s PPC network is still young, but it’s gotten a lot more solid and useable than it was just a couple years ago.

Facebook allows you to target your viewers by their age, their income, their location, their interests and a whole lot more.

Perhaps the most unique thing about Facebook is its demographic data. There is literally no other website on the internet where users have so willingly provided their personal information.

Second Tier Self-Serve Platforms

In addition to these “first tier” self-serve platforms, there are many, many other ad platforms that you can explore.

These include MySpace, which gets much less traffic than Facebook, but is still a player in the internet space. Plentyoffish, the largest free dating site, also offers a lot of cheap traffic on its self-serve platform.

Pulse360 offers small banner ads all over the internet. AdBrite is another platform that has been around for a long time.

Direct Media Buying

Finally, you can approach websites or ad networks directly and work out private ad buying deals. This kind of deal requires cash on hand as well as confidence in your conversion rates. If you’re ready to step up to this plate, however, you can really command some significant traffic. Think millions rather than thousands of impressions.

These are some of the many different places you can look once you’ve maxed out Google AdWords. Google AdWords isn’t the end; it’s just the beginning.

Filed Under: Online Business Training

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page »

Categories

  • Online Business Training
  • Uncategorized
  • Webinar Training

Latest Posts

  • How to Get Your Brain to Focus
  • Top 2020 Marketing Strategies That Will Put You on the Map | RD Summit 2019
  • MyNAMS Insiders Club 8.27.2020
  • 10 Most Profitable Companies in the United States
  • Three Traffic-Building Tactics That Are Dead

[instantazon id=’wpis_1498869755′]

Copyright © 2022 · Metro Pro On Genesis Framework · WordPress · Log in