What are some good organizations an SEO company can join that are strong trust signals?
-
We are working on a website redesign, and want to prominently include some trust signals that help people feel comfortable with us. We're including logos of a few places we've guest posted, and also the BBB and local chamber of commerce.
Do you have any other ideas on logos we can include that are good trust signals? Any associations or organizations we could join?
We are a trustworthy company, we just want a way to communicate that visually, and it seems organization seals and logos are the way to go.
Thanks!
-
I agree, BBB is a definite must. $400 is peanuts for that seal on your website and the trust it builds for you in a user's unconscious mind.
-
We do have a couple of clients that would look good there, yes - we'll see who's permission we have to put there. Thanks
-
Hadn't heard of SEMPO before, look cool - thanks! Also didn't think about the Google & Bing seals, we'll have to get those.
-
Good idea on the Authorize.net seal. We have an Authorize.net account, but didn't think to use it as a trust symbol. Now that I look at the seal, it looks pretty good and will probably be a nice addition to that section - thanks!
-
Thank you, Todd!
-
We use the BBB, personally I love it. Spending $400.00 is a small price for more trust on a site.
-
We use the "Authorize Verified Merchant" as a trust logo..... plus you can put up something like.... 45,000 satisfied customers in 2011.
I have been thinking about BBB because it would give me a trust logo and a link from their site to mine. The cost is about $400. Anbody have any strong opinions on BBB?
-
I would see about adding some secure logos via Verisign or McAfee.
And do you have any well know brand names you could display as clients?
-
SEMPO would be a good start. Add into that things like Google Adwords, Google Analytics and Bing AdCenter certifications
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
-
Does the Year according to the URL have an SEO impact
I ask to Godaddy if there is an SEO impact between buying a url for 1 year or 10 years. They said me that there is no impact, however, I read the historical URL has one. So, the question is : buying with 1 year and autorenew might be the right choice. Warm regards,
Industry News | | johncurlee0 -
Need reccomodations for Good SEO company
Hello, I'm looking for seo in the gaming industry - European languages Thanks
Industry News | | Rogeroz0 -
How can i discover how many of my pages have been indexed by google?
I am currently in the process of trying to produce a report for my corporation and this is a metric that i cannot seem to find on OpenSiteExplorer. Could anyone help?
Industry News | | CF20150 -
How should I outsource my small business SEO needs?
Fellow MOZers, I run a small ecommerce business called mrpearl11.com, and I need assistance in outsourcing my SEO. A little about us: We sell a variety of import merchandise, but specialize in closeouts (buying merchandise at very low prices) which can translate into some real exceptional value to our customers. The buying part of the business is strong, but our online presence is weak. We have a decent high-level understanding of SEO, but I do not have the in-house skill sets necessary to truly leverage the SEO tactics and strategies that I believe we need to integrate into our processes. Thus we have a very weak SEO presence. Basically starting from scratch. Right now, we are focusing on content. Item-level content. Subcategory and category level content. General website content (about us, contact us, the checkout process, etc...) with the goal to provide a great user experience. We believe we have the right prices on the right merchandise, and that if we can set a strong foundation of content so that the user experience is positive, our future marketing efforts will have a better ROI. However, keyword analysis and targeting, data-mining, A/B testing, link acquisition, etc etc etc, really don't exist as a part of our processes on a professional level. I could try to train my in-house crew, but I think that from time a time and cost perspective, we'd be better served by outsourcing. My question to the MOZ community is how should I address my small business SEO needs? There are probably a lot of ways to go from here, but I want to start with a person or an agency, build a relationship, and move forward taking one step at a time. I don't want to jump into some kind of commitment where we're spending big bucks out of the gate, but on the other hand if we can build a track record of proven results that have a good ROI, I'm not afraid to scale up. Please share your thoughts, and feel welcome to ask questions 🙂 Thanks! Adam
Industry News | | Adam-Perlman0 -
Post your favorite SEOs for Mom and Pop Shops
I'm trying to compile a list of SEOs and/or Inbound Marketers that specialize in helping micro-businesses. For the purposes of this study 'micro' means any business with 5 or fewer employees. Names are great. Website URLs would be Fab. Twitter accounts would be super Fab. For instance: David Mihm http://www.davidmihm.com/ @davidmihm I'd be happy to share the final list with anyone who provides a name.
Industry News | | JesseCWalker0 -
I'm looking for a UK seo company, any recommendations?
I don't want to go into a massive amount of detail here. I need 100% whitehat link building services. Nothing shady! Anyone have some recommendations? Budget is about £500 a month.
Industry News | | DaveDawson1 -
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 -
I'm looking for a freelance SEO ninja who I can pull into client projects from time to time. Any advice?
My company helps health care providers with internet and social strategy and solutions. At times, my clients need SEO services and I need a trusted and skilled pro to turn to who I can collaborate with on behalf of my clients. I may even be interested in putting together an SEO package for my clients if I can find the right person/agency to work with. Thanks for any help/advice you can offer.
Industry News | | bgeyser0