How do you determine the level of an SEO
-
I wanted to know how others classify an individual in the industry. i.e. What makes an SEO beginner, intermediate or advanced? What skill set separates a pro from a newbie?
-
Hi definitely agree with the point you made about marketing. I have always believed that a top notch SEO should have some insight into the workings of marketing in general to better assist a business in making use of the internet to generate sales. I also believe this to be true for PPC managers by the way but more so for SEOs
-
people know what link building is, but have they ever done it - and has it ever actually helped them? I think there a lot of factors that go into it.
-How influential are you on your industry?
-What kind of SEO do you do?
-Do you do SEO for yourself, or for your clients?- A Gazzilion more things to consider
So many different angles at SEO, hard one to pinpoint, but people that have been there and done that. An expert would definitely be someone that is making money for themselves off of their own SEO expertise. Beginners and Intermediates fall short of that.
-
As Andrea mentioned, there will be different responses to this question but for me, I would depend on experience and results. I know many SEO's who can talk the talk but when it comes to doing things and delivering, then it's a different story. A newbie can read thousands of blog posts on SEO, but end of the day, is still a newbie.
-
I would ask them to tell you about some link building campaigns they have done, then find out how successful it was.
-
Yes agree... if you are just focusing on the on-site SEO you are still a beginner... SEO is moving more towards marketing as well so you need people that can think outside the box as it is getting harder and harder to get a good link profile these days!
-
I think link building can straddle between beginner and intermediate, depending on your site/content and how you need to go about getting links.
Given that Google, for example, is constantly making changes to its algo and how much weight it wants to give some traditional SEO things, like anchor text, links, KW density, that it's a sign of a more capable person if they are reading up on the changes and being fluid with how to adapt said changes to benefit their site.
(And I agree that anyone who is stuck on page-only optimization shouldn't be qualified to be an SEO, however there's still a lot of people who don't know much about the field who treat that narrow focus as if it's all there is to know. )
-
Thanks for your response, would you say that knowledge in link building is already an indicator of an intermediate SEO or would that still be the basics? I personally believe that you cannot even be considered an SEO if all you do is on-page seo but I'd like to know what everyone thinks about this.
-
There's going to be a ton of possible answers to this, but my two cents: depth of technical skill set and global knowledge really set experiences pros apart. So many newbies are so focused on the basics - on page optimization and basic HTML coding - that when you come across those who can identify and diagnose true technical issues and work across sites at a global level, you can tell the difference in skill set.
I mean, look at some of the questions that get asked in these forums - great indicators of how complex this can all become.
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
-
Anyone know of any forums for agencies or those individuals engaged in Internet Marketing, SEO, Integrated Marketing, etc.?
Moz.com is the best forum I have been a part of. There is a local forum I really like but spend less time on (we have staff who live on it.) I am interested in a forum where everyone is agency related. Does anyone know of a good one? If not, would anyone have an interest?
Industry News | | RobertFisher1 -
Best SEO agency
What are peoples thoughts and ratings on SEO agencies in London. There are so many of them it is hard to understand which are the best.
Industry News | | S_Curtis1 -
Need reccomodations for Good SEO company
Hello, I'm looking for seo in the gaming industry - European languages Thanks
Industry News | | Rogeroz0 -
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 -
What are other SEO's calling themselves now?
I am piggy backing off of Rand's latest Whiteboard Friday: http://www.seomoz.org/blog/why-we-cant-just-be-seos-anymore-whiteboard-friday (It is an awesome post if you haven't checked it out yet.) I just want to hear some feedback from other industry professionals. Have you started defining/communicating your business as more than just, I do SEO? If so, what are you calling yourselves now and why? How has that been working out for you?
Industry News | | VentaMarketing1 -
Any good White-head SEO Company for Nederland?
Our company in Nederland is looking to outsouce our SEO. We would like to find a local white head seo company to help us to get the best ranking. Any suggestions?
Industry News | | ringochan0 -
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 -
SEO sites were blasted by Panda
Just noticed that lots of SEO sites were blasted by Panda... http://trends.google.com/websites?q=webmasterworld.com&geo=all&date=2011&sort=0 http://trends.google.com/websites?q=seomoz.org&geo=all&date=2011&sort=0 http://trends.google.com/websites?q=digitalpoint.com&geo=all&date=2011&sort=0 http://trends.google.com/websites?q=forums.seochat.com&geo=all&date=2011&sort=0
Industry News | | EGOL3