It's imposible to keep track of rankings?
-
Hello, here something interesting
I'm Using Rank Tracker from SEOMOZ And from the link-assistant's Rank Tracker as Well... I need to track Google.com and Google.co.ve (venezuela) so I did... i got my keyword an here are my results.
1 Keyword A at google.com (united states)
Rank Tracker SEOMOZ = pos 6
Rank Tracker OTHER = pos 6
Manual Query on google.com = 9 (I used the exact url seomoz tells me its using)
2 Keyword A at Google.co.ve
Rank Tracker SEOMOZ = pos 8
Rank Tracker OTHER = pos 7
Manual query on google.co.ve = pos 8
So.... Why it's that?, so far I think that google.com for me down here (it actually says "Español") it's a different index? for latinamerica? only spanish pages?
maybe it's because there's a couple of minutes between looking with one tool and the other...
any help, would be great...
Dan
-
Happy to help Daniel, good luck with the start up, you are on your way!
Felicidades!
-
Yes... haha realized that too way more frustating but if you improve that, you are doing a global goog job as it seems.
thanks
-
Andres, first thank you so much for the wonderful help...
didn't know the pw parameter... And I totally agree with you that looking at SEO according to my sites objectives it's a better follow up. It makes more sense to me anyway, last year got my Google Analytics Qualified Individual certification so i feel much more confortable looking at my analytics...
I will be looking at the avg position at Google and Bing and I guess matching them with the proper analytics.
Thank you so much
Saludos
-
As Andres said, I honestly didn't care a sh*t about WMT average rankings when I first started, but hey, you know what? Now i luv them, more frustrating but closer to the realilty
-
Hi Daniel, there is something you need to be clear about, rankings change all over the world and even from one state to the next depending from where you are searching from and how your personalized results show.
There are many factors to consider when matching rankings from Google.com and Google.co.ve or any other local Google, for example the TLD of your website, if it is a .co.ve or a .com/.net then the results will be different, also the language, if your site is in english then is not that relevant to Google Venezuela, also you need to be careful on how you the manual check, personalized results can affect how you see your rankings, try adding a &pw=0 at the end of the Google URL when searching to eliminate personalized results, if you use Chrome try installing Google Global, an extension that will help you see rankings in other countries.
And to answer your second question, don´t worry to much about the exact position, worry about how many traffic does that keyword bring you and what do the visitors that came from it do, and yes, of courser KPIs are the most important, sales, leads, email list, what ever is is you want to accomplish that should be your main metric, go deeper into analytics too, find your best content, the avg. time on site, the sales funnel, pages viewed per visit, anything that can help you make your site better for visitors, on the SEO part, the keywords bringing you traffic, how to improve their ranking in the places where your target market is, the amount of keywords bringing you traffic and how to get more and better keywords.
SEOs have too much to do with analytics, CRO, link building, etc. to worry about the exact ranking of one or two keywords, that´s why many go crazy http://www.rankedhard.com/rankings-rollercoaster-client-expectations.php
Of course I am not saying that is not important to track keywords because it is, just don´t get obsessed about it.
Saludos!
-
Maybe there's even a more interesting question....
Should I care for the exact position?... at the end of the day, all the factors that google takes into consideration to present the best SERP to me it changes on every computer, even browser?... should I be looking instead for some KPI, that cares about, search volume, ranking avg position, traffic and converstion rate on my keywords???
Love to hear your thoughts
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
-
404's being re-indexed
Hi All, We are experiencing issues with pages that have been 404'd being indexed. Originally, these were /wp-content/ index pages, that were included in Google's index. Once I realized this, I added in a directive into our htaccess to 404 all of these pages - as there were hundreds. I tried to let Google crawl and remove these pages naturally but after a few months I used the URL removal tool to remove them manually. However, Google seems to be continually re/indexing these pages, even after they have been manually requested for removal in search console. Do you have suggestions? They all respond to 404's. Thanks
Technical SEO | | Tom3_151 -
Why does Google's search results display my home page instead of my target page?
Why does Google's search results display my home page instead of my target page?
Technical SEO | | h.hedayati6712365410 -
Clean URL vs. Parameter URL and Using Canonical URL...That's a Mouthfull!
Hi Everyone, I a currently migrating a Magento site over to Shopify Plus and have a question about best practices for using the canonical URL. There is a competitor that I believe is not doing it the correct way, so I want to make sure my way is the better choice. With 'Vendor Pages' in Shopify, they show up looking like: https://www.campusprotein.com/collections/vendors?q=Cellucor. Not as clean. Problem is that Shopify also creates https://www.campusprotein.com/collections/cellucor. Same products, same page, just a different more clean URL. I am seeing both indexed in Google. What I want to do is basically create a canonical URL from the URL with the parameter that points to the clean URL. The two pages are very similar. The only difference is that the clean URL page has some additional content at the top of the page. I would say the two pages are 90% the same. Do you see any issue with that?
Technical SEO | | vetofunk0 -
What's with the redirects?
Hi there,
Technical SEO | | HeadStud
I have a strange issue where pages are redirecting to the homepage.Let me explain - my website is http://thedj.com.au Now when I type in www.thedj.com.au/payments it redirects to https://thedj.com.au (even though it should be going to the page https://thedj.com.au/payments). Any idea why this is and how to fix? My htaccess file is below: BEGIN HTTPS Redirection Plugin <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteRule ^home.htm$ https://thedj.com.au/ [R=301,L]
RewriteRule ^photos.htm$ http://photos.thedj.com.au/ [R=301,L]
RewriteRule ^contacts.htm$ https://thedj.com.au/contact-us/ [R=301,L]
RewriteRule ^booking.htm$ https://thedj.com.au/book-dj/ [R=301,L]
RewriteRule ^downloads.htm$ https://thedj.com.au/downloads/ [R=301,L]
RewriteRule ^payonline.htm$ https://thedj.com.au/payments/ [R=301,L]
RewriteRule ^price.htm$ https://thedj.com.au/pricing/ [R=301,L]
RewriteRule ^questions.htm$ https://thedj.com.au/faq/ [R=301,L]
RewriteRule ^links.htm$ https://thedj.com.au/links/ [R=301,L]
RewriteRule ^thankyous/index.htm$ https://thedj.com.au/testimonials/ [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://thedj.com.au/ [L,R=301]</ifmodule> END HTTPS Redirection Plugin BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule> END WordPress RewriteCond %{HTTP_HOST} ^mrdj.net.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.mrdj.net.au$
RewriteRule ^/?$ "https://thedj.com.au/" [R=301,L] RewriteCond %{HTTP_HOST} ^mrdj.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.mrdj.com.au$
RewriteRule ^/?$ "https://thedj.com.au/" [R=301,L] RewriteCond %{HTTP_HOST} ^thedjs.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.thedjs.com.au$
RewriteRule ^/?$ "https://thedj.com.au/" [R=301,L] RewriteCond %{HTTP_HOST} ^theperthweddingdjs.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.theperthweddingdjs.com$
RewriteRule ^/?$ "https://thedj.com.au/" [R=301,L] RewriteCond %{HTTP_HOST} ^thedjs.net.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.thedjs.net.au$
RewriteRule ^/?$ "https://thedj.com.au" [R=301,L]0 -
Ranking not improving
Our site is now 3 months old (although the domain is older) but rankings don't seem to be improving at all. We've got some good quality relevant links coming into the site, and the content is unique and often updated. Is there something holding the site back? Am I being impatient? the site is www.help-my-mobility.org Thanks.
Technical SEO | | jj34340 -
Blocked URL's by robots.txt
In Google Webmaster Tools shows me 10,936 Blocked URL's by robots.txt and it is very strange when you go to the "Index Status" section where shows that since April 2012 robots.txt blocked many URL's. You can see more precise on the image attached (chart WMT) I can not explain why I have blocked URL's ? because I have nothing in robots.txt.
Technical SEO | | meralucian37
My robots.txt is like this: User-agent: * I thought I was penalized by Penguin in April 2012 because constantly i'am losing visitors now reaching over 40%. It may be a different penalty? Any help is welcome because i'm already so saturated. Mera robotstxt.jpg0 -
Issue with 'Crawl Errors' in Webmaster Tools
Have an issue with a large number of 'Not Found' webpages being listed in Webmaster Tools. In the 'Detected' column, the dates are recent (May 1st - 15th). However, looking clicking into the 'Linked From' column, all of the link sources are old, many from 2009-10. Furthermore, I have checked a large number of the source pages to double check that the links don't still exist, and they don't as I expected. Firstly, I am concerned that Google thinks there is a vast number of broken links on this site when in fact there is not. Secondly, why if the errors do not actually exist (and never actually have) do they remain listed in Webmaster Tools, which claims they were found again this month?! Thirdly, what's the best and quickest way of getting rid of these errors? Google advises that using the 'URL Removal Tool' will only remove the pages from the Google index, NOT from the crawl errors. The info is that if they keep getting 404 returns, it will automatically get removed. Well I don't know how many times they need to get that 404 in order to get rid of a URL and link that haven't existed for 18-24 months?!! Thanks.
Technical SEO | | RiceMedia0