What's an example of an SEO firm's site that lists their SEO packages excellently
-
Hello,
I'd like to make a packages page on the site I'm still building bobweikelseo.com
What's an example of a firm or SEO that lists their packages in a way that is appealing, useful, and all around excellent?
I'm thinking of having a first package for analysis at $440, a second package for analysis and on-site SEO for $880, and a third package for analysis, on-site SEO, and link building for $2000-$4000/month depending on how fast they want the link building to go.
Looking for some input on how to create a packages page, if my prices are appropriate (I want to be affordable), and an example of a website that does an excellent job at presenting their packages.
-
I don't have an example off the top of my head but what I will say is that the way software sites do comparisons of packages is great like avg or something like that.
3 columns, Gold, Silver, Bronze
Then down the left a list of all services you offer and then under each column a tick if it is included in that package.
Does that make sense?
It gives people a very clear understanding in one page what the differences are, rather than having to scroll up and down or flick between pages and scanning sentences.
It will likely help people choose a higher package and spend more money with you.
A bit like McDonalds asking if you would like fries with that for the small additional cost of X
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
My site got hacked and now i have 1000s of 404 pages and backlinks. Should i transfer my site to a new domain name and start again?
My site was hacked and I had 1000s of pages that should not exist created and has had 1000s of backlinks put in. Now i have the same pages and backlinks redirecting to 404 pages. Is this why my site crashed out of google and my SEO fixes since have made no progress to my problem?
Industry News | | KeithWarbyUK0 -
Are there any noob sites that might enlighten me to how everyone earns income here?
I know...very odd beginner question so let me elaborate. I have always worked in the corporate grind. I quit and opened up a couple of small (fairly unsuccessful) businesses since 2007. I enjoyed the SEO parts of building the business but just couldn't get them to stick. (local service businesses) I have fallen into some lead gen business with my old customers and I am trying to build that now. How are the majority of the SEO people earning income here? Are most selling their SEO services to other small businesses? Are most earning ad type income here? (how does that work?) I am quickly being forced back into the corporate grind again and would really prefer to learn and taylor my SEO efforts into staying self employed if possible. Would anyone be able to direct me to sites that might explain how entrepreneurs are earning income around here? A little 'Career Counseling' of sorts? (haha) I sincerely would appreciate some enlightenment. 🙂
Industry News | | MontyTheLab2 -
SEO Service Needed
Any suggestion about hiring an SEO individual? Primary focus will be proper link/relationship building. What questions would you ask them? What is a fair compensation method? Can the compensation be based on results vs. effort? Thank you, Joe
Industry News | | csamsojo0 -
Best SEO way to implement multi language store
Hi, I have a magento 1.7 multilanguage store with the following structure: www.example.com/nl and www.example.com (Dutch) www.example.com/uk (English) www.example.com/de (German) As you can see the dutch language basically has two url and this gives problems according to Roger. Both urls show the same page and therefor duplicate content. Should i 301 www.example.com to www.example.com/nl ?
Industry News | | mikehenze
And would this not cause problems with the indexing because www.example.com is shown when searching for my keywords. I need to have all three languages to be indexed good and used only for the correct countries.0 -
SEO Agency Sabotage?
Here's a strange one ... We have a customer that has done remarkably well with organic SEO for the better part of 8 years. We've made them tons of money with our SEO techniques. About a year ago they started to get calls from a certain SEO firm warning that they were losing landing pages and keywords by the hundreds each month. Revenue continued to rise so they did not think much of it. Either did we. My customer finally relented and hired them for some limited SEO activites in Jan/Feb of this year - unbeknownst to me. The "other company" assembled some stats to demonstrate the drop in organic rankings, landing pages, keywords, and traffic going back about year. This data was matched to correlate with variuos Google updates and designed to scare the customer. Long story short and my question - has anyone ever heard of an SEO company sabotaging a potential customer so they would hire them? We ran analysis and turns out our customer actually gained landing pages and keywords while this company was calling on them and claiming impending doom. Turns out, since my customer brought them on, the numbers have gone way south. Now, we look like the incompetent boobs and they will likely "fix something" to look like rock stars. They claimed that the Penguin update is what killed the site, but the slippage started before Penguin, huh? It would make sense to call on a prospect for a while, warn of bad stuff about to happen, make something bad happen and then say, "I told you so, hire me". Has anyone ever hear of this? If so, any particular tactic I should look for?
Industry News | | ChrisInColorado1 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690 -
What is the best site-map software?
I am in the beginning stages of building a website and would like to know the site-mapping software for organizing my company's ideas. Any recommendations are greatly appreciated. Thanks!
Industry News | | canadianplum0 -
Hire single SEO & SEM person or hire separate people?
I've been moved to a busines development part of the business but I'm still in charge of all of our SEO and SEM. I was only an advanced beginner to begin with but our needs have grown. I'm not sure whether to contract with one or two people. Can someone be extremely well versed in all things SEO and SEM or is it better to get two people on board that might serve as a better sounding board? While they certainly work together, both are a constant moving target and it requires us to stay on top of trends and white hat policies of all the major players. My worst nightmare is to get someone that tries to game the system and screws up our rankings long term.
Industry News | | thenorrisgroup0