• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

bulletproof-digital-logo Bulletproof Digital™ Rankings, Reputations, & Revenue.

Call Today (949) 342-4334

Ask About Our 100% Client Success Guarantee.

topbar iconGet a Free Consultation

  • Home
  • About Us
    • Values & Principles
    • All Services
  • Why Us
  • SEO Services
  • Reputation Services
  • Guarantee
  • Reviews
  • Contact Us

Blog

Do You Know Your Freshness Score?

In the past, accumulated and valuable linkage data often drove “older” pages to the top of search engine rankings.  The same pages appeared over and over, even if their content was dated or outmoded.  However, in an effort to drive users to newer sites with more up-to-date content, Google instituted new algorithms in 2009 that rated sites not only on content but also on that quality known as “freshness.”  The QDF, or Query Deserves Freshness, algorithm is one such example.  In late 2011, Google significantly increased the use of freshness as a factor in raking web page so that users would find their search results more relevant and closer in line with contemporary needs.

Google states that approximately 35 percent of searches are affected by substantial content changes to websites, and that six to 10 percent of user search query results have changed significantly in response.  The change implies that developing fresh content is extremely relevant for SERPs.

The road to freshness ratings has not been without pitfalls.  Until recently, there were no reliable methods to distinguish how often pages were updated.  While attributes such as “last-modified-since” have been available for some time, they did not necessarily indicate significantly new content.  A single word update could trigger the LMS attribute. [Read more…] about Do You Know Your Freshness Score?

Filed Under: Blog, Search Engine Marketing, Search Engine Optimization Tagged With: google freshness score, search engine algorithm for content, website rankings

Mozplex Ranking Tool Instabilities Being Corrected

Users of Mozplex’s rankings tools may have noticed instability in the way the programs process over the past three weeks, including missing data, and error messages.  Mozplex announced the reasons for the problems and urged users to be patient as they work to fix them.

Computer programs simply do not always work perfectly, and this causes many webmasters and website owners to become very frustrated.  When you want someone to help you with website problems, Bulletproof Digital is the company to which you can turn for all your website design and development issues. [Read more…] about Mozplex Ranking Tool Instabilities Being Corrected

Filed Under: Blog, Search Engine Marketing Tagged With: mozplex ranking tool, rank checking software, SEOMoz tools

Mobile SEO Strategy Tips

Google recently came out with its official developers resources and recommendations to build smartphone optimized sites. SEOMoz has done a great job of boiling these complicated strategies down to a few useful tips that can be easily implemented by any SEO manager.  Read on to find out about the best questions to ask to build sites that transfer easily into the smartphone world.

Bulletproof Digital can help you maximize your potential in the smartphone market.  Our mobile app development department will show you the best ways to ensure that your mobile customer traffic stays at its peak.  With help from Bulletproof Digital, you will soon have both a “regular” and “smartphone” site that will allow you to take your business to your customers no matter where they go. [Read more…] about Mobile SEO Strategy Tips

Filed Under: Blog, Search Engine Optimization, Website Design & Development Tagged With: mobile device design tips, mobile seo strategy, smart phone websites

Linkbuilding Tips & Tricks

Linkbuilding is hard work.  It takes concentration, dedication, and motivation to get it right.  A Bulletproof Digital, we can help you with our SEO link building services that help you connect with the people and websites you want to feature.

Linkbuilding involves more than just writing great content.  It is also about building relationships with the people and businesses that can connect back to you and help you build a link network that reaches your potential clients.  Here are eight techniques that will get you on the right track to building links with the websites that will help your business grow. [Read more…] about Linkbuilding Tips & Tricks

Filed Under: Blog, Search Engine Marketing Tagged With: link building tips, linkbuilding tactics, seo tricks

Common SEO Technical Problems (And How To Solve Them)

SEO technical issues can be challenging but very rewarding.  The same problems tend to occur across many websites, so learning the methods to solve common issues makes sense.  Here are several solutions to common SEO challenges that will have your site running clean in no time.

1)  Uppercase vs. lowercase in URL names. Websites that use .NET extensions often suffer from the problem of case in their URL names.  While search engines are becoming better at choosing canonical versions, there is still room for improvement.  Use the URL rewrite module available on IIS 7 servers, which offers interfacing that enforces lowercase URLs.  Just add the rule to the web config file.  You can also take a look at these articles:

What every SEO should know about IIS by Dave Sottimano
IIS SEO Toolkit secrets you may not know by Dan Butler

2)  More than one homepage version.  Look out for this page: www.example.com/default.aspx. It represents a duplicate of the homepage that search engines find.  It may also appear as www.example.com/index.html or www.example.com/home.  To solve, export a crawl of your site to a .csv file, filter by META title, and search for your homepage title to find duplicates.  Point the duplicates to your “real” homepage with a 301 redirect.  To find internal links that point to the duplicate page, use a tool like Screaming Frog.  You can also check Google PageRank for different cache dates or levels to identify duplicates.

Here are two more articles on this topic:

How to implement redirects using htaccess
Google guidelines on 301 redirects

3)  URLs with query parameters at the end.  While you generally see these on eCommerce sites, they can occur anywhere.  For example, you might find these at the end of a URL that filters by categories, such as www.example.com/product-category?colour=12.  This can use up a lot of your crawl resources, especially when there are two or more parameters, such as size and color, that can be combined in more than one way.

This is more complex issue and requires a bit of thinking on the webmaster’s part.  First, decide which pages you actually want crawled and indexed based on your user search volume.  If your pages are already indexed, fix with a rel=canonical tag.  If they are not already indexed, you can add the URL structure to your robots.txt file. You can also use the Fetch as Google tool.

Here are two more resources discussing this problem:

4)  Soft 404.  A soft 404 looks like a “real” 404 but returns a status code of 200, which tells crawlers the page is working correctly.  Any 404 page that is being crawled is a waste of your budget.  Although you may want to take the time to find the broken links that cause many of these errors, it is easier to simply set the page to return a true 404 code.  Use Google Webmaster Tools to locate soft 404s, or try Web Sniffer or the Ayima tool for Chrome.

An additional resource for this problem is Google Webmaster blog on soft 404s.

5)  302 instead of 301 redirects.  Users do not see the difference, but search engines treat these two redirects differently.  301 is permanent, 302 is temporary, so 302s are recognized as valid links.  Use Screaming Frog or the IIS SEO Toolkit to filter your redirects and change your rules to fix.

You can read more here:

SEOmoz guide on learning redirects
Ultimate guide to 301 redirects by Internet Marketing Ninjas

6)  Sitemaps with dated or broken information.  Update your XML sitemaps on a regular basis to avoid broken links.  Some search engines will flag your site if too many broken URLs are returned from your map.  Audit your sitemap to find broken links with this tool, then ask your developers to make your sitemap dynamic.  You can actually break your sitemap into separate entities with one for often-updated and one for standard information.

Read this article for more on this topic:

How to check for dirt in your sitemap by Everett Sizemore

7)  Wrong ordering for robots.txt files. Your robots.txt files have to be coded correctly or search engines will still crawl them.  This usually happens when the commands are correct individually but do not work together well. Google’s guidelines spell this out.  Be sure to check your commands carefully and particularly tell Googlebot what other commands it should follow.

8)  Invisible characters can show up in robots.txt.  Although rare, an “invisible character” can show up in your robots.txt file.  If all else fails, look for the character or simply rewrite your file and run it through your command line to check for errors.  You can get help from Craig Bradford over at Distilled.

9)  base64 URL problems with Google crawler.  If you experience a massive number of 404 errors, check the format of your URLs.  If you see one that looks like this:

/aWYgeW91IGhhdmUgZGVjb2RlZA0KdGhpcyB5b3Ugc2hvdWxkIGRlZmluaXRlbHkNCmdldCBhIGxpZmU=/

you might have an authentication problem.   Add some Regex to your robots.txt file to stop Google from crawling these links.  You may have to trial-and-error this fix.

10)  Server misconfigurations.  An “accept” header is usually sent by the browser to signify the file types it understands, but if you mismatch the file type with the position on the “accept” header, you can have problems.  Googlebot sends “Accept: */*” when crawling, a generic designation to accept any type of heading.  See: http://webcache.googleusercontent.com/search?sourceid=chrome&ie=UTF-8&q=cache:http://www.ericgiguere.com/tools/http-header-viewer.html for more information.

To receive help with your technical SEO problems contact a knowledgeable SEO company in Orange County like Bulletproof Digital.

Filed Under: Blog, Search Engine Optimization, Website Design & Development Tagged With: comon technical seo problems, duplicate content, soft 404, URL rewrite isssues, website design problems

Making Changes Without Taking Huge Risks

There is no doubt about it, change is stressful.  Even good change brings a certain amount of stress, and bad change can paralyze a person–or an ad campaign.  However, this brings us to a dilemma:  if you do not change occasionally, you do not grow and you or your ad or product eventually wither and die.  How can you change positively but without taking the high level of risk involved in sudden, drastic measures?

For yourself, gradual change may be best.  Why not apply that thinking to your advertising strategy, as well?  Gradual changes based on time-honored and proven techniques may be just the thing to give your ad campaign some new life.

Bulletproof Digital can help you with all your internet advertising needs by working with you on social media marketing and management, Google Adwords, web design or any areas of your company you would like to improve. [Read more…] about Making Changes Without Taking Huge Risks

Filed Under: Blog, Paid Search Marketing, Search Engine Marketing, Social Media Marketing (SMM) Tagged With: chaning online marketing stratedgies, internet marketing stratedgy, new marketing techniques

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 14
  • Go to page 15
  • Go to page 16
  • Go to page 17
  • Go to page 18
  • Interim pages omitted …
  • Go to page 21
  • Go to Next Page »

Primary Sidebar

Get a Complimentary SEO Website Analysis

Watch Our Videos

Bulletproof Digital Web Design Video
Bulletproof Digital Reputation Management Video
Bulletproof Digital SEO Video

As Seen On

  • press-cnn
  • press-yahoo
  • press-fox
  • press-nbc
  • press-abc
  • badge-google-adwords
  • badge-google-adwords

Stay Connected

  • social-facebook
  • social-twitter
  • social-linkedin

awards recognition

Footer

Company

  • Home
  • About Us
  • Why Us
  • All Services
  • SEO Programs
  • Reputation Solutions
  • Industries Served
  • Guarantee Policy
  • Client Reviews
  • Contact Us

Services

  • Search Engine Optimization
  • Online Reputation Management
  • Social Media Marketing
  • Web Design & Development
  • PPC Campaign Management
  • Google Places & Local SEO
  • Copywriting & Content
  • Landing Page Optimization
  • Link Building Services

Blog Posts

  • Can You Outsmart Google's Algorithms?
  • What is Behind Your Mobile App?
  • Understanding Search Engine Marketing Tactics
  • Google Improves Canonical Tags
  • Link Valuation is Important for SEO Strategies

BulletproofDigital.com

  • 16400 Pacific Coast Highway
  • Huntington Beach, CA 92649
  • Contact Us
  • Facebook
  • Linkedin
  • YouTube
  • Twitter
  • ORM Book
  • Disclaimer
  • Standards
  • Terms
  • Privacy

Copyright © 2025 BulletproofDigital.com