You should be able to go to Goal Overview > Source / Medium and see where the user came from.
Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Posts made by TheeDigital
-
RE: Best practice to separate paid from organic conversions in Google Analytics
-
RE: What can I do to stop ranking for a keyword that has nothing to do with the companies website?
Are there any links pointing to the page or domain containing homeless or is there word homeless on the page getting traffic?
-
RE: Alexa Rank
Because this is how Alexa gathers data. If even one person goes to your site with the Alexa toolbar installed everyday for a year, while no one has the toolbar installed that goes to your competitors site, then you will have a higher Alexa rank even though your competitor may actually have 100x your traffic. If the toolbar isn't installed, Alexa gathers no data.
-
RE: Alexa Rank
Perhaps you and people who frequent your site have the alexa toolbar installed?
-
RE: Should i not use hyphens in web page titles? Google Penalty for hyphens?
I would say use hyphens in the urls. I've never known there to be a ranking difference and in my opinion it's a best practice to use hyphens over underscores or plus symbols, and for readability for the user I think hyphens make sense. texas-plumbers reads easier than texasplumbers to a user, and for Google I would think it's easier to discern. Imagine some titles where words could make completely different sentences by separating them at different locations. http://www.boredpanda.com/worst-domain-names/ as some examples.
-
RE: How does a collapsed section affect on page SEO?
As long as the search engine can read all the text, I see no issues. Modern designers put text in multiple tabs or partially hidden until expanded all the time these to create a better user experience. It is generally only hidden from the user using css and is fully visible in the code.
-
RE: Website Migration - remove unnecessary sub-folder?
If the folder is there for no reason, get rid of it. Rewrite out the entire directory. Try this:
In the .htaccess add:
Options +FollowSymLinks -MultiViews
Turn mod_rewrite on
RewriteEngine On
RewriteBase /RewriteRule ^rosenthal/(.*)$ /$1 [L,NC,R=301]
-
RE: Magento Trailing Slash URL Problem
Definitely a duplication issue as they are 2 different pages. Pick one way and stick to it, probably remove is the easiest. I would do redirects first, but set canonical as well as a best practice. There is a great guide here:
http://www.kodecreations.co.uk/google/remove-trailing-slash-magento-urls-duplicate-content-issue/
It even includes instructions on how to stop Magento from generating urls with trailing slashes.