Tracking URLS and Redirects
-
We have a client with many archived newsletters links that contain tracking code at the end of the URL. These old URLs are pointing to pages that don't exist anymore. Is there a way to set up permanent redirects for these old URLs with tracking code? We have tried and it doesn't seem to work.
Thank you!
-
I am confused about the tracking code as well. If the tracking code are parameters appended to the url, it shouldnt have anything to do with a valid url. Maybe you should carify with an example:
- Scenario #1 - www.site.com/email is a valid url, and the link from the newsletter is www.site.com/email?utm_source=newsletter, the link should still work. The tracking parameters have nothing to do with a page not working. If the page still exists without the tracking parameters in the url, then you have an IIS/IT issue. I have seen this one time where dynamic parameters (anything after a question mark) did cause issues on the server and it returned a 404 everytime you hit a page and put in parameters into the url string. Its a systematic fix in the server settings and you would need to look to your host/IT to fix the issue and allow dynamic parameters in url strings.
- Scenario #2 - www.site.com/email is no longer a vaild page, because it was set up a long time ago for the email campaign, then page is no longer there. In this case, no matter what the link is (tracking or no tracking), you will need to do a 301 redirect on the root url www.site.com/email and all variation of that url (including tracking urls) will automatically redirect to a specified page.
If the 301 redirecting is not working, then you have set it up wrong. It would be worth your time to manually go through and redirect each url to a proper spot, but worst case scenario is to do what Moosa Hemani pointed out and do a great 404 page.
-
Well there when there is a will there is a way. I believe if you combine these two technologies you will be able to do this very easily. I want to say however to take 404 and have it redirected. the rule is you should always redirect 404's to good pages 200s with a permanent 301 redirect however redirect should be always 301 redirects and then they are almost impossible to track. So the key to this will be catching it right in the redirection of the person trying to access the dead link a.k.a. 404.
Never say never. So I suggest you take the technology found with this system I "totally awesome"
Look at http://support.awe.sm/
If I simply type in "track 301 redirects" you can see that it has the ability to do this. awe.sm also allows you to create its own links. It's normally designed to use custom domains meaning shorter domains however you can use your own primary full domain with no problems whatsoever.
http://support.awe.sm/customer/portal/articles/search?q=Track+301+redirects
with
https://www.kissmetrics.com/ 14 day free try then $150 a month
https://mixpanel.com/ has a free tier and will allow you more than enough to track thousands of clicks for a month at no cost. However I must warn you I'm not as familiar with this technology I do know it is very similar to what is available with kiss metrics
My first step would be to speak to support kiss metrics as well as awesome and get an idea of what they can help you with. Because totally awesome and mixed panel support as far as I know to this day do not work together
If you do not want to pay that money which I understand do not possibly want to pay that. There is a alternative that is very similar to kiss metrics called mixpanel and I am not as familiar with it however I do know that it completes a lot of the same tasks and you get my bit of you page views for free as there is a free tear that allows you use of everything that has. So if you need something that's going to last longer this may be the way you want to go depending on budget and other things
I say this because kiss-metrics is a fantastic way of tracking in addition to that they were with awesome and their support departments will help you along the way.
I hope this is better help you and this is a step in the right direction.
I truly believe that that the key is in creating custom links using awesome and then tracking them with that. Because it's all designed around using 301 redirects
Sincerely,
Thomas
-
Should not be too hard, there are options for mass 301ing.
What is going wrong? It is not very clear for me why 301 is not working
-
I don’t think this seems to be an option but what you can do is to design a good looking 404 page and then if the page does not exist redirect them to 404 pages! This way you don’t have to set redirect 1 by 1...
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
-
Replace dynamic paramenter URLs with static Landing Page URL - faceted navigation
Hi there, got a quick question regarding faceted navigation. If a specific filter (facet) seems to be quite popular for visitors. Does it make sense to replace a dynamic URL e.x http://www.domain.com/pants.html?a_type=239 by a static, more SEO friendly URL e.x http://www.domain.com/pants/levis-pants.html by creating a proper landing page for it. I know, that it is nearly impossible to replace all variations of this parameter URLs by static ones but does it generally make sense to do this for the most popular facets choose by visitors. Or does this cause any issues? Any help is much appreciated. Thanks a lot in advance
Intermediate & Advanced SEO | | ennovators0 -
Canonical URL & sitemap URL mismatch
Hi We're running a Magento store which doesn't have too much stock rotation. We've implemented a plugin that will allow us to give products custom canonical URLs (basically including the category slug, which is not possible through vanilla Magento). The sitemap feature doesn't pick up on these URLs, so we're submitting URLs to Google that are available and will serve content, but actually point to a longer URL via a canonical meta tag. The content is available at each URL and is near identical (all apart from the breadcrumbs) All instances of the page point to the same canonical URL We are using the longer URL in our internal architecture/link building to show this preference My questions are; Will this harm our visibility? Aside from editing the sitemap, are there any other signals we could give Google? Thanks
Intermediate & Advanced SEO | | tomcraig860 -
How to redirect an url in .htaccess when "redirect 301" doesnt work
I have an odd page url, generated by a link from an external website, it has: %5Cu0026size=27.4KB%5Cu0026p=dell%20printers%20uk%5Cu0026oid=333302b6be58eaa914fbc7de45b23926%5Cu0026ni=21%5Cu0026no=24%5Cu0026tab=organic%5Cu0026sigi=11p3eqh65%5Cu0026tt=Dell%205210n%20A4%20Mono%20Laser%20Printer%20from%20Printer%20Experts%5Cu0026u=fb ,after a .jpg image url, and I can't get it redirect using the redirect 301 in .htaccess to the properly image url as I use to do with the rest of not found urls eg: /15985.jpg%5Cu0026size=27.4KB%5Cu0026p=dell%20printers%20uk%5Cu0026oid=333302b6be58eaa914fbc7de45b23926%5Cu0026ni=21%5Cu0026no=24%5Cu0026tab=organic%5Cu0026sigi=11p3eqh65%5Cu0026tt=Dell%205210n%20A4%20Mono%20Laser%20Printer%20from%20Printer%20Experts%5Cu0026u=fb to just: /15985.jpg
Intermediate & Advanced SEO | | Status0 -
Recommended URL Structure
Hello, We are currently adding a new section of content on our site related to Marketing and more specifically 'Digital Marketing' (research reports, trend studies, etc). Over time (several months, or 1-3 years) we will add more 'general' marketing content. My question is which of the following URL structures makes more sense from an SEO perspective (and how best to quantify the benefit of one over another): www.mysite.com/marketing/digital/research/... www.mysite.com/digital-marketing/research/.. Thanks, Mike
Intermediate & Advanced SEO | | mike-gart0 -
URL Structure Change - 301 Redirect - on large website
Hi Guys, I have a website which has approximately 15 million pages indexed. We are planning to change url structure of 99.99% of pages but it would remain on same domain. eg: older url: xyz.com/nike-shoes; new url: xyx.com/shopping/nike-shoes A benefit that we would get is adding a related and important keyword in url. We also achieve other technical benefits in identifying the page type before hand and can reduce time taken to serve the pages (as per our tech team). For older URLs, we are planning to do a 301 redirect. While this seems to be the correct thing to do as per Google, we do see that there is a very large number of cases where people have suffered significantly on doing something like this : Here are our questions: Will all page rank value will be passed to new url? (i.e. will there be a 100% passing of PR/link juice to the new URLs) Can it lower my rank for keywords? (currently we have pretty good rankings (1-5) on many keywords) If there is an impact on rankings - will it be only on specific keywords or will we see a sitewide impact? Assuming that we have taken a hit on traffic, How much time would it take to get the traffic back to normal? and if traffic goes down, by what percentage it may go down and for how much time. (best case, average case and worst case scenarios) Is there anything I should keep in mind while doing this? I understand that there are no clear answers that can be given to these questions but we would like to evaluate a worst case/best case situation. Just to give context : Even a 10 day downtime in terms of drops in rankings is extremely detrimental for our business.
Intermediate & Advanced SEO | | Myntra0 -
Received "Googlebot found an extremely high number of URLs on your site:" but most of the example URLs are noindexed.
An example URL can be found here: http://symptom.healthline.com/symptomsearch?addterm=Neck%20pain&addterm=Face&addterm=Fatigue&addterm=Shortness%20Of%20Breath A couple of questions: Why is Google reporting an issue with these URLs if they are marked as noindex? What is the best way to fix the issue? Thanks in advance.
Intermediate & Advanced SEO | | nicole.healthline0 -
Indexed non existent pages, problem appeared after we 301d the url/index to the url.
I recently read that if a site has 2 pages that are live such as: http://www.url.com/index and http://www.url.com/ will come up as duplicate if they are both live... I read that it's best to 301 redirect the http://www.url.com/index and http://www.url.com/. I read that this helps avoid duplicate content and keep all the link juice on one page. We did the 301 for one of our clients and we got about 20,000 errors that did not exist. The errors are of pages that are indexed but do not exist on the server. We are assuming that these indexed (nonexistent) pages are somehow linked to the http://www.url.com/index The links are showing 200 OK. We took off the 301 redirect from the http://www.url.com/index page however now we still have 2 exaact pages, www.url.com/index and http://www.url.com/. What is the best way to solve this issue?
Intermediate & Advanced SEO | | Bryan_Loconto0 -
URL Shorteners. Are they SEO Friendly?
Do URL shortener services like bit.ly act as 301 redirects? I was thinking about utilizing one for longer query based URLs and didn't want to risk losing link juice. Thanks for the insight! Regards - Kyle
Intermediate & Advanced SEO | | kchandler0