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.
Vanity URL vs domain URL
-
Hi guys,
Our CEO is having an interview with a known broadcaster on radio. During the interview he will mention a specific URL www.example.com/marketingcampaign that we want track on Google Analytics, therefore behaving like a vanity URL redirecting to the actual URL www.example.com/resources/primary-keyword-2018.
Would this work the same way a vanity URL in terms of tracking or not such as following guideline here ? I am asking because vanity URLs are supposed to be completely different domain name that gets purchased and in our case it is the same domain name just with a different URI.
thanks guys!
-
Hi Taysir
You can catch all the data you need by analysing this URL in analytics: www.example.com/marketingcampaign
Why do you need to 301 somewhere else? It doesn't make any sense.
UTM parameters could only be used if you append an existing URL (eg the homepage) with tracking. for example, if you had an email campaign or Facebook. As yours is aural (listened to on the radio) you wouldn't be able to convey it so it would be useless. Worth noting though.
Regards
Nigel
-
Hi Nigel,
Thanks for your response.
So you're recommending not to 301 redirect www.example.com/marketingcampaign to www.example.com/resources/primary-keyword-2018 but the whole purpose is to capture the listeners who remember this one time URL(this will only be mentioned for this radio show) within Google Analytics. If I don't redirect this URL then I will never know how many radio listeners came to our website, right?
Or am i missing something here?
Finally could you clarify this bit _"You could just use a preferred landing page and use UTM parameters to track in Analytics if you knew which source it was coming from." _What is the setup and how would this work?
Thanks for your time!
-
Hi Taysir
I can understand why you would want to do this and this is a perfectly acceptable way of doing it. However, I'm not sure why you would want to redirect it to another page. Why not just put all the information required on that page www.example.com/marketingcampaign?
There may (depending on who you listen to - I'm with Rand) up to 15% loss of link juice passing through a 301 redirect.
Also by publicising the 'vanity URL' it may well be indexed by Google but then de-indexed in favour of www.example.com/resources/primary-keyword-2018. because of the 301 redirect. When people searched for that page it wouldn't exist!
Intentionally setting up a URL that 301s is just bad practice and you risk Google not respecting it and listing both URLs anyway - so any ranking could go out of the window.
So in conclusion - fine having the 'vanity URL' (as you call it - it's a bit of an old-fashioned expression - any URL these days could be considered a 'vanity URL' - it was in the days when URLs had long strings of numbers and non-relevenat characters) but don't bother 301 redirecting. Use that single URL to provide all the information you need. You will be able to see it in Google analytics along with all of the source data.
(If you do decide to redirect - I wouldn't - do it in the htaccess file as it will all be seamless. Don't do it by java on the 'vanity URL' page. )
You could just use a preferred landing page and use UTM parameters to track in Analytics if you knew which source it was coming from.
https://support.google.com/analytics/answer/1033867?hl=en
Regards Nigel
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
-
What would be causing our linking domains and inbound links to decline?
I am noticing a decline in the number of our linking domains and inbound links from month to month. It isn't drastic but looking like a trend. Any reason why this would happen? I'm not sure where to start. Thanks!
Reporting & Analytics | | amanda_feagle0 -
Redirecting all URLs appended with index.htm or index.html
It has come to my attention with one of my clients (WordPress website) that for some time they have within their Landing Page report (of GA - Google Analytics) URLs that should all be pointing to the one page, example: domain.com/about-us, also has a listing in GA as domain.com/about-us/index.htm Is this some kind of indication of a subdirectory issue? Has anyone had experience with this in such wordpress plugins as Yoast SEO, or other SEO plugin? My thoughts here are to simply redirect any of these non-existent files with a redirect in .htaccess - but what I'm using isn't working. I will insert the redirect here - - and any help would be greatly appreciated. RewriteEngine onRewriteCond %{THE_REQUEST} ^./index.html?
Reporting & Analytics | | cceebar
RewriteRule ^(.)index.html?$ http://www.dupontservicecenter.com/$1 [R=301,L] and this rewrite doesn't work: RewriteEngine on
RewriteRule ^(.+).htm$ http://dupontservicecenter.com/$1.php [R,NC] _Cindy0 -
Www.googleadservices.com/pagead/conversion_async.js what is this url doing on my site?
Hello Guys, I am using google tagmanager and i have configured adwords in tag manager now what i find is that this link - www.googleadservices.com/pagead/conversion_async.js showing on my homepage not in view source but when i do inspect element at that time it appears. So do you think after using google tag manager still i need to use the given link? Thanks, Raghu
Reporting & Analytics | | raghuvinder0 -
Google as referring domain
Hi all, a colleague asked a question, which I could not answer (never even noticed this "problem") 😞 When we are logged into our GA account and go the referring domains section, we find Google. I always thought that these visitors came via Google Image Search, but not all of them do. Most of them come via "/imgres", but some come via "/" (always thought that "/" was the homepage?), "/url" and "//" Maybe I am just stupid, but honestly I could not explain what these strings mean... or how these visitors landed on our site... Can you help me???
Reporting & Analytics | | accessKellyOCG0 -
Why is Google Analytics showing index.php after every page URL?
Hi, My client's site has GA tracking code gathering correct data on the site, but the pages are listed in GA as having /index.php at the end of every URL, although this does not appear when you visit the site pages. Even if there is a redirect happening for site visitors, shouldn't GA be showing the pages as their redirect destination, i.e. the URL that visitors actually see? Could this discrepancy be adversely affecting my search performance? Example page: http://freshstarttax.com/innocent-spouse/ shows up in GA as http://freshstarttax.com/innocent-spouse/index.php thanks
Reporting & Analytics | | JMagary0 -
Setting up Google Analytics default URL
If someone has set: the default url in Google Analytics to a non-www address (http://mysite.com) then placed the UA tracking script from that GA account within the CMS framework of the website... ... and then set the permanent 301 redirect in the htaccess file to redirect to the www address (http://www.mysite.com). How less accurrate will my GA analytics measurements be considering the default url within GA is non-www and the permanent 301 redirect in htacess is to the www-address? Anyone know how reliable GA reports are until the default url in GA analytics is changed to match what is the redirected url in htaccess file? _Cindy
Reporting & Analytics | | CeCeBar0 -
Should you get a new Google Analytics account if your site has a new domain after a site redesign/new development?
We recently developed a new site for a client and they have opted to move forward with a domain change. Should we create a new Google Analytics account for the new site?
Reporting & Analytics | | TheOceanAgency0 -
Google Analytics: how many visits from country Google domains?
Hello, I manage a site with visitors from many different countries. With Google Analytics, it is normal to see the number of visitors from each search engine. However, I would like to identify the number of visitors from each Google-search contry domain. How many visitors from Google.com? How many from Google.co.uk. And from Google.co.zm? And so on. Anybody knows if this is possible and if yes, how can it be done? Thank you in advance, Dario
Reporting & Analytics | | Darioz0