100's of versions of the same page. Is rel=canonical the solution???
-
Hi,
I am currently working with an eCommerce site that has a goofy set up for their contact form.
Basically, their are hundreds of "contact us" pages that look exactly the same but have different URLs and are used to help the store owner determine which product the user contacted them about. So almost every product has it's own "contact us" URL.
The obvious solution is to do away with this set up but if that is not an option, would a rel=canonical tag linked back to the actually "contact us" page be a possible solution? Or is the canonical tag only used to show the difference between www vs non-www?
Thanks!
-
I understand that you got some parameters in the url since you need them to recognize the product.
Just put a canonical to the generic contact us page and you're done.
Be sure that those parameters will be not carried over in other pages. In that sennse you'll better set up a self referring canonical on all pages so you'll avoid any dupe issue in the future.
-
Yup, use the canonical tag to tell the search engines which URL should be designated as the "correct" page to index. Here is some more information from Google - http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html
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
-
Effect of changes on the Content page on search ranking
Hi, I have a question related to my ranking on Google Search On the content pages of my website, there is a section where our content keeps on changing. Whenever a visitor enters new information, Old information will be removed from the page. Therefore our content page is dynamic. Does this make us difficult to rank for particular keyword / overall.
Industry News | | adiez12340 -
If I have a Google+ Business page, do I need a Google Places page as well?
It seems like the two are redundant? Any official word on this? I'm fairly OCD about things being tidy and I dont want to split my reviews / shares / etc between two profiles. Are they not the same thing? I searched for my company, both my plus business page and my places page came up. I attached a SS of the situation. placesvplus.png
Industry News | | jonnyholt1 -
Help seems like google is punishing our site and I don't understand why
I would love some helpMy anme is Suzanne Diamond our web site is WWW.thefutonshop.com we have been on line for years, 10 brick and mortar stores, had a strong ecommerce web site but in the past 4 months we have been dropping like a leaf. Organic search has been dropping since November 2012 but now total traffic seems to be slowing We are working on our SEO but I feel it has to be something more direct that we are being punished by google Perhaps it s obvious but not to me Can anyone help me please or give me a direction. suzanne@thefutonshop.com thanks in advance for any direction
Industry News | | FUTONSHOP0 -
Get Google To Crawl More Pages Faster on my Site
We opened our database of about 10 million businesses to be crawled by Google. Since Wednesday, Google has crawled and indexed about 2,000 pages. Google is crawling us at about 1,000 pages a day now. We need to substantially increase this amount. Is it possible to get Google to crawl our sites at a quicker rate?
Industry News | | Intergen0 -
SEO Conferences - Which One(s) do you Attend ?
I have been in SEO since over 10 years now. And have been attending Pubcon since 2004 in Las Vegas. I think I have only missed 1. This year, I have been thinking of which conferences to attend and here are the options. I am looking for 1st hand experiences from people who have attended multiple conferences to kinda do a comparison. Here are the upcoming conferences by date. I am only listing the US Conferences. SES New York March 19-23* BlueGlass Los Angeles April 23-24* SMX Advanced Seattle Jun. 5-6* MozCon July 25 - July 27* SES San Francisco August 13-17* SMX New York | Oct. 2-4, 2012* Pubcon Las Vegas October 16 - 19* SES Chicago November 12-16* SMX Social Media Marketing Las Vegas | Dec. 5-6 Please let me know what conferences you have attended in the past and which ones of these people here are planning to attend ?
Industry News | | NakulGoyal1 -
Rel author problems
anyone have expirance with google rel author and google profile. I have set up my profile page on my site, and i have added a link to my google profile, this all seems to be working according to Rich Snippet tool.Other profiles, contributer to and recomended link but the tool reports the error below. any ideas? I have aded a link to my prifile in all 3 areas, Error: Google Profile does not link to article site
Industry News | | AlanMosley0 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690 -
Did Google's Farmer Update Positively/Negatively Affect Your Search Traffic?
See the attached image, showing a comparison of SEOmoz.org's search traffic from Google over the past 6 days and the prior week. farmer-3x.gif
Industry News | | randfish2