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.
Does a UTM tag influence the linkvalue?
-
Will Google value a link with a UTM tag the same as a clean link without a UTM tag?
I should say that a UTM tag link is not a natural link so the linkvalue is zero.
Anyone any idea how to look at this?
-
-
QuestionJonathan Poston @wjonathanposton
@methode do utms neutralize backlink value? Re: for @Moz discussion closure https://moz.com/community/q/do
**Response: **es-a-utm-tag-influence-the-linkvalue …
Gary Illyes ᕕ( ᐛ )ᕗVerified account @methode Yeah, although if they are not canonical, they'll funnel the PageRank as well as other signals to the canonical URL
-
-
This is a great thread. I have been wondering the same. We frequently see situations in which a blog links to one of our clients within a post using a custom utm URL, often citing the utm_source=affiliate even though we don't have an affiliate relationship nor have we paid for these links.
We have been requesting that the author add a rel="norewrite" attribute to the link to block the utm from affecting the link. I've been wondering if this was necessary, or if the utm link is still passing juice to our target page (especially when the source is inacuurately labeled as affiliate)
should we continue requesting the norewrite attribute?
-
Ok. Thanks for your answers. Interesting.
I love to read more theories or findings though. Please share your thoughts if you like.
-
Hi there,
If you are using the canonical tag and it is displayed properly on the UTM URLs, pointing to the canonical URL, then these links will pass value if they are followed. There are a range of reasons why someone might use UTM tags - a lot of services tag outbound links with this for tracking purposes. I would definitely try to get links nofollowed if the UTM (or another metric) clearly identifies that they are paid links and could be picked up by Google either manually or algorithmically, but the fact that the link contains the tracking code won't absolutely determine it as paid, and you can still gain authority from these links with correct canonicalisation.
Cheers,
Jane
-
I don't think you need to be overly concerned about this if you're already using rel="canonical".
We regularly receive inbound links with these parameters included in them.
The reason why this happens is that we included these parameters to track some of our email and social campaigns and sometimes people find these links and link to them. These are perfectly natural, just that the people that link to them might not know about these parameters and may think they are part of the URL and the links may not work without them.
-
Hi Yusuf,
Thanks for your reply.
We do not use the UTM tags for internal linking. However we do have external websites linking to us with UTM tagged links. These links are either paid, ppc or affiliate (=not natural). Some are dofollow and some are nofollow. I was wondering if the dofollow links with UTM tags pass linkvalue to our company website (yes we use canonical tags).No webmaster will naturally link to another website and tag the link with a UTM tag unless the link is paid..right? That said...this is also something Google knows and I would be surprised if Google passes linkjuice through these (commercial) links.
What do you think?
-
Hi Vakantiehuizen,
If you're referring to an inbound link or page being indexed containing query string parameters e.g. example.com?utm_source=x, then yes...these may cause issues with duplicate content and SEO. If you have pages with these parameters on your site then you should use the rel="canonical" tag to specify the canonical URL that you'd like Google to rank. Also, you should never include these parameters for internal links on your site.
Although I don't know what you mean when you say "UTM tag link is not a natural link". Could you explain?
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
-
Why is our noindex tag not working?
Hi, I have the following page where we've implemented a no index tag. But when we run this page in screaming frog or this tool here to verify the noidex is present and functioning, it shows that it's not. But if you view the source of the page, the code is present in the head tag. And unfortunately we've seen instances where Google is indexing pages we've noindexed. Any thoughts on the example above or why this is happening in Google? Eddy
Intermediate & Advanced SEO | | eddys_kap0 -
Htaccess - Redirecting TAG or Category pages
Hello Fellow Moz's, We have an issue redirecting some /TAG and /Category pages to inner pages. As an example we use: RedirectMatch 301 /category/Sample-Category(.*) https://OurDomain.com.au/New-Page//$1 That works well. The issue is we have other categories and tags that are named similar to /Sample-Category As an example, if we try to redirect /Sample-Category-1 to /New-Page-1 - it will not work, and redirects to /New-Page I assume this is because /Sample-Category is already being redirected, so anything after /Sample-Category like -1 or -2 or -3 etc, will not be recognized. Anyone know of a workaround?
Intermediate & Advanced SEO | | Jes-Extender-Australia0 -
Multiple H2 tags
Is it advisable to use only one H2 tag? The template designs for some reason is ended up with multiple H2 tags, I realise if any think it's that each one is that are important and it is all relative. Just trying to assess if it's worth the time and effort to rehash the template. Has anyone done any testing or got any experience? Thanks
Intermediate & Advanced SEO | | seoman101 -
How to remove skip links, main navigation, sidebars as h2 tags in wordpress genesis
Our website CMS is wordpress. Due to the Genesis Framework; below 4 phrases tuned into h2 tags: Skip links, Header Right, Main navigation and Footer. How to remove these?
Intermediate & Advanced SEO | | vtmoz0 -
How (or if) to apply re canonical tags to Shopify?
Anyone familiar with Shopify will understand the problems of their directory structure. Every time you add a product to a 'collection' it essentially creates a duplicate. For example... https://www.domain.com/products/product-slim-regular-bikini may also appear as: https://www.domain.com/collections/all/products/product-slim-regular-bikini https://www.domain.com/collections/new-arrivals/products/product-slim-regular-bikini https://www.domain.com/collections/bikinis/products/product-slim-regular-bikini etc, etc It's not uncommon to have up to six duplicates of each product. So my question is twofold: Firstly, should I worry about this from an SEO point of view? I understand the desire to minimise potential duplicate content issues and also in focussing the 'juice' on just one page per product. But I also planned on trying to build the authority of the collection pages. If I request Google not to index the product pages which link off the collections, does this not devalue these collections pages? Secondly, I understand the correct way to fix these is using 'rel canonical' tags, but I'm not clear about HOW to actually do this. Shopify support has not been very helpful. They have provided two different instructions, so just added to the confusion (see below). Shopify instruction #1: Add the following to the theme.liquid file... <title><br />{{ page_title }}{% if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} – Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}<br /></title>
Intermediate & Advanced SEO | | muzzmoz
{% if page_description %} {% endif %} Shopify instruction #2: Add the following to each individual product page... So, can anyone help clarify: The best strategic approach to this inherent SEO issue with Shopify (besides moving to another platform!)? and If 'rel canonical' tags is the way to go, exactly where and how to apply them? Regards, Murray1 -
How to add Canonical Tags on Opencart Products
Does anyone know how to add canonical tags to product pages in Opencart? Is this possible to do in htaccess? If so, how specifically should it be written in? Please do not post any links to other pages which reference generic canonical information as I've read them all and none help. I'm looking for an Opencart specific answer, or a way to do it in htaccess.
Intermediate & Advanced SEO | | moon-boots0 -
Is it alright to repeat a keyword in the title tag?
I know at first glance, the answer to this is a resounding NO, that it can be construed as keyword stuffing,
Intermediate & Advanced SEO | | MIGandCo
but please hear me out. I am working on optimizing a client's website and although MOST of the title tags
can be optimized without repeating a keyword, occasionally I run into one where it doesn't read right if I
don't repeat the keyword. Here's an example: Current title:
Photoshop on the Cloud | Adobe Photoshop Webinars | Company Name What I am considering using as the optimized title:
Adobe Photoshop on the Cloud | Adobe Photoshop Webinars | Company Name Yes, I know both titles are longer than recommended. In both instances, only the company name gets
truncated so I am not too worried about that. So I guess what I want to know is this: Am I right in my original assumption that it is NEVER okay to
repeat keywords in a title tag or is it alright when it makes sense to do so?0 -
Should you use a canonical tag on translated content in a multi-language country?
A customer of ours has a website in Belgium. There two main languages in Belgium: Dutch and French.
Intermediate & Advanced SEO | | Zanox
At first there was only a Dutch version with a .be extension. Right now they are implementing the French Belgium version on the URL website.be/fr. All of the content and comments will be translated. Also the URL’s will change from Dutch to French, so you've got two URL’s with the same content but in another language. Question: Should you use a canonical tag on translated content in a multi-language country? I think Google will understand this is just for the usability for a Multilanguage country. What do you guys think???0