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.
Multiple urls for posting multiple classified ads
-
Want to optimize referral traffic while at same time keep search engines happy and the ads posted.
Have a client who advertises on several classified ad sites around the globe.
Which is better (post Panda), having multiple identical urls using canonicals to redirect juice to original url?
For example: www.bluewidgets.com is the original
Or, should the duplicate pages be directed to original using a 301?
Currently using duplicate urls.
Am currently not using "nofollow" tags on those pages.
-
So you are saying 301 redirects are better?
Would amount to 50 redirects (in that ball park).
Does not affect google ranking?
-
So you are saying 301 redirects are better?
Would amount to 50 redirects (in that ball park).
Does not affect google ranking?
-
Google Analytics allows you to setup what are called tracking URLs. They can be used when you "tag" your URLs with tracking code that allows for GA to translate which medium is generating what traffic.
http://support.google.com/analytics/bin/answer.py?hl=en&answer=1033867 This is a tool that Google offers to help you generate your URLs. There are also spreadsheets available online that allow you to create the URLs in Excel but they aren't always 100% accurate. What you are doing is ultimately creating parameters that allow for custom campaigns to be setup within Analytics. This allows you to monitor more than just the clicks, but allows you to generate custom reports that are more insightful and provide better data.
Once your URLs and Campaigns are created and running smoothly, you will be able to look at the data of the multi-channel funnels. This feature allows for attribution to be given to the digital and non-digital channels that don't always get the credit for the conversion. There is a lot of data can be pulled from these models and they really help to better allocate resources if needed.
I hope this all makes sense and Google actually did a very good job of explaining these resources on their analytics guide. I would take a look there as well to get a better understanding before diving right in.
-
The reason for so many duplicate urls is that classified ads limit the number of posting to one url from one classified account. To post multiple ads, therefore, you create multiple websites with different urls.
I appreciate you bearing with me. Making headway with classified ads vs. google seo are two different entities. And this is a area with scant information on it, as if classifieds are the black sheep of the family. But getting a 2:1 ads v. seo traffic ratio out of the experience.
Creating a couple of additional websites with different urls accomplishes the ability to reach a wider audience with classified ads. One goes where the traffic is.
But does using canonicals that way offend Google?
I have consciously done a u-turn on this account in terms of time and seen both seo and referral traffic increase in the past couple of months.
But thinking that by increasing SEO ranking = more traffic = revenue.
Adding twitter, quora, facebook since October has given the site a nice boost. However, Yahoo Answers did nothing.
It all comes down to do those canonicals get penalized with Google? Is my seo traffic being suppressed because of it?
-
Your offer is inviting. I do want to hear more about what traffic drivers are creating the most conversions on.
-
In my opinion no. The canonical is telling search engines that there are pages with similar content that do exist, but one of them is the one you want to be crawled for the information and content.
Best practices suggest that you only have one canonical per page, but I am unsure as to the penalties associated with having more.
I am still confused as to why you couldn't use tracking URLs to achieve your goals because it allows you to see which site is referring the traffic without having to create multiple URLs. Tracking URLs are different from analytics tracking that you have installed on your sites.
-
Goal is to post as many classified ads as possible, which takes multiple duplicate urls on different websites to be competitive, without those duplicate pages impacting the seo ranking on the original site.
Do not care about SEO ranking on those duplicate pages. Just using them to drive traffic via classified ads.
My goal is to have the same page but with multiple urls in order to post several classified ads daily without being penalized by Google.
Have Google Analytics tracking already in place.Using same tracking code for the duplicated pages on different sites as using on original site. I see the # of visitors coming to the site from those pages.
I have the increased referral traffic the customer wants.
I want to make sure I am not hurting my SEO traffic, that Google isn't penalizing me for the duplicate pages on other sites.
My seo traffic is increasing, due to intensive improvements to the content, keywords, etc.
But do those duplicate pages on different website urls using canonicals to the original page hurt my rankings?
-
Im with brooke on this one.
Still don't see the exact point of your approach?
If I had to choose between the 2 options you are giving I would go with the rel=canonical but it all depends on the true meaning of your assignment. That is not very clear in this case.
Jarno
-
David,
Something else you may want to try are tracking URLs. If you are utilizing Google Analytics, you can setup tracking URLs that allow you to know which website the clicks are coming from, but also allows you to point users to the same URL/content on the website.
There are a lot of templates out there that can help you to get started using them, but once you do, it makes it a lot easier to track what mediums are driving what traffic. If you want to get really spiffy, you can start tracking what traffic drivers are creating the most conversions and also start to utlize multi-channel funnels.
If you are interested I would be more than happy to help you get started.
Hope this helps!
-
Whats your overall goal . It was difficult to get that in the post.
Do you want the traffic to land on your site ?
If so then 301 redirect all url to the url you want ?
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
-
301 Redirect for multiple links
I just relaunched my website and changed a permalink structure for several pages where only a subdirectory name changed. What 301 Redirect code do I use to redirect the following? I have dozens of these where I need to change just the directory name from "urban-living" to "urban", and want it to catch the following all in one redirect command. Here is an example of the structure that needs to change. Old
Technical SEO | | shawnbeaird
domain.com/urban-living (single page w/ content)
domain.com/urban-living/tempe (single page w/ content)
domain.com/urban-living/tempe/the-vale (single page w/ content) New
domain.com/urban
domain.com/urban/tempe
domain.com/urban/tempe/the-vale0 -
301 redirect adding trailing slash to url
I am looking into a .htacess file for a site I look after and have noticed that the urls are all 301 redirecting from a none slash directory to a trailing slashed directory/folders. e.g. www.domain.com/folder gets 301 redirected to www.domain.com/folder/ Will this do much harm and reduce the effect on the page and any links pointing to the site be lessened? Secondly I am not sure what part of my htaccess is causing the redirect. RewriteCond %{HTTP_HOST} !^www.domain.co.uk [NC] RewriteCond %{HTTP_HOST} !^$
Technical SEO | | TimHolmes
RewriteRule ^(.*) http://www.domain.co.uk/$1 [L,R,NE] RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ /$1 [R=301,L] or could a wordpress ifmodule be causing the problem? Any info would be apreciated.0 -
Numbers in URL
Hey guys! Need your many awesome brains. 🙂 This may be a very basic question but am hoping you can help me out with some insights beyond "because Google says it's better". 🙂 I only recently started working with SEO, and I work for a SaaS website builder company that has millions of open/active user sites, and all our user sites URLs, instead of www.mydomainname.com/gallery or myusername.simplesite.com/about, we use numbers, so www.mysite.com/453112 or myusername.simplesite.com/426521 The Sales manager has asked me to figure out if it will pay off for us in terms of traffic (other benefits?) to change it from the number system to the "proper" and right way of setting up these URLs. He's looking for rather concrete answers, as he usually sits with paid search and is therefore used to the mindset of "if we do x it will yield us y in z months". I'm finding it quite difficult to find case studies/other concrete examples beyond the generic, vague implication that it will simply be "better" (when for example looking at SEO checklists and search engine guidelines). Will it make a difference? How so? I have to convince our developers of the importance and priority of this adjustment, or it will just drown in the many projects they already have. So truly, any insights would be so very welcome. Thank you!
Technical SEO | | michelledemaree2 -
Will Adding Publish Date at end of Page Title for Blog posts Hurt SEO?
I'd like to be able to easily track blog posts by month but in Google reports when you set a date range obviously older blog post still appear and with amount of blog posts we generate without seeing the date in the title it's not obvious what was published and when it was published. For example if a Blog Title was "/dangers-of-sharing-KM-knowledge-01-11-15 would it hurt SEO? The reason is I'd like to have a quick way to know how new posts do each month compared to older content
Technical SEO | | inhouseninja0 -
Spaces (actual spaces) in URL
Hi all, Is there a huge loss of SEO performance if a URL shows spaces with an actual space (i.e. %20) in the URL rather than a "-" (or indeed a "_")? I know the preferred option is to have a "-", but I am just wondering if it is worth our effort to manually change the "%20" to a "-" in all the instances? Thanks 🙂 Diana
Technical SEO | | Diana.varbanescu0 -
Landing Page URL Structure
We are finally setting up landing pages to support our PPC campaigns. There has been some debate internally about the URL structure. Originally we were planning on URL's like: domain.com /california /florida /ny I would prefer to have the URL's for each state inside a "state" folder like: domain.com /state /california /florida /ny I like having the folders and pages for each state under a parent folder to keep the root folder as clean as possible. Having a folder or file for each state in the root will be very messy. Before you scream URL rewriting :-). Our current site is still running under Classic ASP which doesn't support URL rewriting. We have tried to use HeliconTech's ISAPI rewrite module for IIS but had to remove it because of too many configuration issues. Next year when our coding to MVC is complete we will use URL rewriting. So the question for now: Is there any advantage or disadvantage to one URL structure over the other?
Technical SEO | | briankb0 -
Use of + in url good or bad?
Hi, I am working on a SEO project for a client.
Technical SEO | | MaartenvandenBos
Some of the urls have a + between the keyword.
like www.example.com/make+me+happy/ Is this good or bad for seo?
Or is it maybe better to use - ? Thanks!0