Skip to content
    Moz logo Menu open Menu close
    • Products
      • Moz Pro
      • Moz Pro Home
      • Moz Local
      • Moz Local Home
      • STAT
      • Moz API
      • Moz API Home
      • Compare SEO Products
      • Moz Data
    • Free SEO Tools
      • Domain Analysis
      • Keyword Explorer
      • Link Explorer
      • Competitive Research
      • MozBar
      • More Free SEO Tools
    • Learn SEO
      • Beginner's Guide to SEO
      • SEO Learning Center
      • Moz Academy
      • SEO Q&A
      • Webinars, Whitepapers, & Guides
    • Blog
    • Why Moz
      • Agency Solutions
      • Enterprise Solutions
      • Small Business Solutions
      • Case Studies
      • The Moz Story
      • New Releases
    • Log in
    • Log out
    • Products
      • Moz Pro

        Your all-in-one suite of SEO essentials.

      • Moz Local

        Raise your local SEO visibility with complete local SEO management.

      • STAT

        SERP tracking and analytics for enterprise SEO experts.

      • Moz API

        Power your SEO with our index of over 44 trillion links.

      • Compare SEO Products

        See which Moz SEO solution best meets your business needs.

      • Moz Data

        Power your SEO strategy & AI models with custom data solutions.

      NEW Keyword Suggestions by Topic
      Moz Pro

      NEW Keyword Suggestions by Topic

      Learn more
    • Free SEO Tools
      • Domain Analysis

        Get top competitive SEO metrics like DA, top pages and more.

      • Keyword Explorer

        Find traffic-driving keywords with our 1.25 billion+ keyword index.

      • Link Explorer

        Explore over 40 trillion links for powerful backlink data.

      • Competitive Research

        Uncover valuable insights on your organic search competitors.

      • MozBar

        See top SEO metrics for free as you browse the web.

      • More Free SEO Tools

        Explore all the free SEO tools Moz has to offer.

      NEW Keyword Suggestions by Topic
      Moz Pro

      NEW Keyword Suggestions by Topic

      Learn more
    • Learn SEO
      • Beginner's Guide to SEO

        The #1 most popular introduction to SEO, trusted by millions.

      • SEO Learning Center

        Broaden your knowledge with SEO resources for all skill levels.

      • On-Demand Webinars

        Learn modern SEO best practices from industry experts.

      • How-To Guides

        Step-by-step guides to search success from the authority on SEO.

      • Moz Academy

        Upskill and get certified with on-demand courses & certifications.

      • SEO Q&A

        Insights & discussions from an SEO community of 500,000+.

      Unlock flexible pricing & new endpoints
      Moz API

      Unlock flexible pricing & new endpoints

      Find your plan
    • Blog
    • Why Moz
      • Small Business Solutions

        Uncover insights to make smarter marketing decisions in less time.

      • Agency Solutions

        Earn & keep valuable clients with unparalleled data & insights.

      • Enterprise Solutions

        Gain a competitive edge in the ever-changing world of search.

      • The Moz Story

        Moz was the first & remains the most trusted SEO company.

      • Case Studies

        Explore how Moz drives ROI with a proven track record of success.

      • New Releases

        Get the scoop on the latest and greatest from Moz.

      Surface actionable competitive intel
      New Feature

      Surface actionable competitive intel

      Learn More
    • Log in
      • Moz Pro
      • Moz Local
      • Moz Local Dashboard
      • Moz API
      • Moz API Dashboard
      • Moz Academy
    • Avatar
      • Moz Home
      • Notifications
      • Account & Billing
      • Manage Users
      • Community Profile
      • My Q&A
      • My Videos
      • Log Out

    The Moz Q&A Forum

    • Forum
    • Questions
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. Home
    2. SEO Tactics
    3. Technical SEO
    4. Adding Rel Canonical to multiple pages

    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.

    Adding Rel Canonical to multiple pages

    Technical SEO
    3
    9
    1720
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with question management privileges can see it.
    • jdossetti
      jdossetti last edited by

      Hi,

      Our CMS generates a lot of duplicate content, (Different versions of every page for 3 different font sizes). There are many other reasons why we should drop this current CMS and go with something else, and we are in the process of doing that. But for now, does anyone know how would I do the following:

      I've created a spreadsheet that contains the following:

      Column 1: rel="canonical" tag for URL

      Column 2: Duplicate Content URL # 1

      Column 3: Duplicate Content URL # 2

      Column 4: Duplicate Content URL # 3

      I want to add the tag from column 1 into the head of every page from column 2,3, and 4.

      What would be a fast way to do this considering that I have around 1800 rows.

      Check the screenshot of the builtwith.com result to see more information about the website if that helps.

      Farris

      bxySL

      1 Reply Last reply Reply Quote 0
      • Dr-Pete
        Dr-Pete Staff @jdossetti last edited by

        Yeah, wish I could give you a simpler answer, but I'm afraid it might end up being a little tricky. Hit the biggest problems first, and at least you can manage time/money a bit. The one bright side is that the rules should be no harder to code in ColdFusion than anything else (PHP, ASP, whatever). It's just the core logic that's tricky.

        1 Reply Last reply Reply Quote 0
        • jdossetti
          jdossetti @jdossetti last edited by

          That's what I thought. I need to find someone in the company who knows cold fusion and go through it.

          Thanks for your help though. I appreciate it.

          Farris

          1 Reply Last reply Reply Quote 0
          • Dr-Pete
            Dr-Pete Staff @jdossetti last edited by

            Unfortunately, the rules may differ from page to page and will be entirely dependent on how your pages are generated. If it's just a matter of the "index.cfm" version vs. root ("/") versions of pages, those canonical should be straightforward. For the other parameters, though (like "i", "fs", etc.), it depends entirely on the function of those parameters.

            I know ColdFusion reasonably well, and even given that, I couldn't give you a one-size-fits-all rule that would solve the problem. It really has to be guided by your site structure and code/data logic. Personally, I'd start with the pattern that generates the most problems and solve that one first. In other words, if one template (like "/press-releases") generates dozens or hundreds of duplicates, deal with that first. If you solve the top 3-4 problems, you may clean up quite a bit. That could be more effective than trying to fix everything at once.

            1 Reply Last reply Reply Quote 1
            • jdossetti
              jdossetti @Dr-Pete last edited by

              Here's a spreadsheet sample. I did what Roberto suggested. I have a column with the ready for every duplicate content URL.

              The site is dynamic. That was the main problem I was facing, I'm not sure how to set the canonicals on each page without having to go into the html and copy the tag from the spreadsheet to the manually.

              I added the screenshot of builtwith.com in the main question hoping it would give anyone insight as to how I would code rules to set the canonicals.

              P9ygx

              Dr-Pete jdossetti 3 Replies Last reply Reply Quote 0
              • Dr-Pete
                Dr-Pete Staff last edited by

                Could you provide an approximate example that matches your real situation (a fake domain is fine, but with the same basic format)? This is a situation where fake examples that don't match the real situation probably won't help us (or you) much.

                Once you have the spreadsheet, how are you going to translate that into tags? If this is a dynamic site, it would be better to be able to code rules to set the canonicals - and potentially much easier.

                jdossetti 1 Reply Last reply Reply Quote 0
                • rmontanez
                  rmontanez @jdossetti last edited by

                  Following the same concept:

                  1. Create a column (Column E) with the following information "then another column (Column F) with ""/>"
                  2. In column G enter the following formula: =CONCATENATE(E1,Cell of Duplicate URL, F3).

                  The end result will have Column A with the Domain in it.  Follow steps 6 & 7 to complete the process.

                  Feel free to send me a sample spreadsheet with some info and I can set it up for you.

                  1 Reply Last reply Reply Quote 1
                  • jdossetti
                    jdossetti @rmontanez last edited by

                    Roberto, Thank you for your answer. I just realized that I was unclear when I asked the question. I already have the link containing the canonical tag for each of the URLs ready. That is what column A already contains. I need to add that into the section of the pages in column 2,3, and 4. I'm just unsure how to do this for 1800 rows each containing the correct URL in column A, and in column 2,3, and 4 the URLs of the duplicate content pages that need the link added to the section. Check the image below to see what I mean. I appreciate the effort though Farris

                    z7GSL

                    rmontanez 1 Reply Last reply Reply Quote 0
                    • rmontanez
                      rmontanez last edited by

                      Farris,

                      This is the way I would do it.

                      You have the following columns created:

                      • Column A: "canonical" tag for UR
                      • Column B: Duplicate Content URL # 1
                      • Column 😄 Duplicate Content URL # 2
                      • Column 😧 Duplicate Content URL # 1

                      Follow the next steps:

                      1. Create three more columns with to duplicate columns B, C, D
                      2. Use the following formula on column B "**=CONCATENATE(A1,B1)" **
                      3. Copy the same formula for columns C & D
                      4. Replace the “B1” in your formula for the respective columns (i.e. Column C should have C1.)
                      5. Copy & Paste the content of columns E, F, G (The copied columns with formulas)  to all the rows.
                      6. Once copied, the information in columns E, F, G should look like the end result that you want.
                      7. if data is correct, copy columns E, F, G and paste in the same location but use Paste Special and paste values only.  This will remove your formulas.

                      I hope this helps.

                      jdossetti 1 Reply Last reply Reply Quote 1
                      • 1 / 1
                      • First post
                        Last post

                      Got a burning SEO question?

                      Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.


                      Start my free trial


                      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.

                      • See all categories

                      Related Questions

                      • BrianAlpert78

                        Does a no-indexed parent page impact its child pages?

                        If I have a page* in WordPress that is set as private and is no-indexed with Yoast, will that negatively affect the visibility of other pages that are set as children of that first page? *The context is that I want to organize some of the pages on a business's WordPress site into silos/directories. For example, if the business was a home remodeling company, it'd be convenient to keep all the pages about bathrooms, kitchens, additions, basements, etc. bundled together under a "services" parent page (/services/kitchens/, /services/bathrooms/, etc.). The thing is that the child pages will all be directly accessible from the menus, so there doesn't need to be anything on the parent /services/ page itself. Another such parent page/directory/category might be used to keep different photo gallery pages together (/galleries/kitchen-photos/, /galleries/bathroom-photos/, etc.). So again, would it be safe for pages like /services/kitchens/ and /galleries/addition-photos/ if the /services/ and /galleries/ pages (but not /galleries/* or anything like that) are no-indexed? Thanks!

                        Technical SEO | | BrianAlpert78
                        1
                      • shoesonline

                        Canonical for duplicate pages in ecommerce site and the product out of stock

                        I’m an SEO for an ecommerce site that sells shoes I have duplicate pages for different colors of the same product (unique URL for each color), Conventionally I have added canonical tags for each page, which direct to a specific product URL My question is what happens when a product which the googlbot is direct to, is out of stock but is still listed in the canonical tag ?

                        Technical SEO | | shoesonline
                        0
                      • Pete4

                        Why is Google Webmaster Tools showing 404 Page Not Found Errors for web pages that don't have anything to do with my site?

                        I am currently working on a small site with approx 50 web pages.  In the crawl error section in WMT Google has highlighted over 10,000 page not found errors for pages that have nothing to do with my site.  Anyone come across this before?

                        Technical SEO | | Pete4
                        0
                      • SOtBOrlando

                        how to set rel canonical on wordpress.com sites

                        I know how to do this with a wordpress.org site but I have a client that does not want to switch and without a plugin I am lost. any help would be greatly appreciated. Jeremy Wood

                        Technical SEO | | SOtBOrlando
                        0
                      • AllIsWell

                        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 www.bluewidgetsusa.com www.blue-widgets-galore.com 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.

                        Technical SEO | | AllIsWell
                        0
                      • JoaoPdaCosta-WBR

                        Splitting Page Authority with two URLs for the same page.

                        Hello guys, My website is currently holding two different URLs for the same page and I am under the impression such set up is dividing my Page Authority and Link Juice. We currently have the following page with both URLs below: www.wbresearch.com/soldiertechnologyusa/home.aspx
                        www.wbresearch.com/soldiertechnologyusa/ Analysing the page authority and backlinks I identified that we are splitting the amount of backlinks (links from sites, social media and therefore authority). "/home.aspx"
                        PA: 67
                        Linking Root Domains: 52
                        Total Links: 272 "/"
                        PA: 64
                        Linking Root Domains: 29
                        Total Links: 128 I am under the impression that if the URLs were the same we would maximise our backlinks and therefore page authority. My Question: How can I fix this? Should I have a 301 redirect from the page "/" to the "/home.aspx" therefore passing the authority and link juice of “/” directly to “/homes.aspx”? Trying to gather thoughts and ideas on this, suggestions are much appreciated? Thanks!

                        Technical SEO | | JoaoPdaCosta-WBR
                        0
                      • LarsEriksson

                        Hreflang on non-canonical pages

                        Hi! I've been trying to figure out what is the best way to solve this dilemma with duplicate content and multiple languages across domains. 1 product info page 2 same product but GREEN
                        3 same product but RED
                        4 same product but YELLOW **Question: ** Since pages 2,3,4 just varies slightly I use the canonical tag to indicate they are duplicates of page 1. Now I also want to indicate there are other language versions with the_ rel="alternate" hreflang="x" _element. Should I place the _rel="alternate" hreflang="x" _on the canonical page only pointing to the canonical page with "x" language. Should I place the _rel="alternate" hreflang="x" _on all pages pointing to the canonical page with the "x" language? Should I place the _rel="alternate" hreflang="x"  _on all pages and then point it to the translated page (even if it is not a canonical page) ? /Lars

                        Technical SEO | | LarsEriksson
                        0
                      • kwoolf

                        What SEO considerations for multiple languages on a single page?

                        I am working on a language teaching site for Chinese speakers learning English. I consider myself above average when it comes to basic SEO issues, but all I know here is that Google doesn't like multiple languages on a single page. Without getting into too many details, both Chinese and English text will appear on the same page with links, tags, phonetic spellings, etc. I'm hoping someone here knows the science about using the lang="zh" xml:lang="zh" attributes within text and the effects on ranking for text within the declarations. And it'd be great if there was clarification on the link juice passed using the hreflang attribute for both internal and external links. Also, of course, any info on using both English and Chinese characters in the URL would be most helpful. A heads up on any other language specific SEO issues would also be much appreciated. My goal is to get the most out of both languages per page in terms of ranking.

                        Technical SEO | | kwoolf
                        0
                      section of the pages in column 2,3, and 4. I'm just unsure how to do this for 1800 rows each containing the correct URL in column A, and in column 2,3, and 4 the URLs of the duplicate content pages that need the link added to the section. \\r\\n\\r\\nCheck the image below to see what I mean. \\r\\n\\r\\nI appreciate the effort though\\r\\n\\r\\nFarris\\n
                      \\n
                      \\nz7GSL<\/a>\",\"_deletedAt\":null,\"_edited\":1342461067000,\"_toTpid\":81679,\"_toType\":\"Reply\",\"_tslug\":\"adding-rel-canonical-to-multiple-pages\",\"_timestamp\":1342461067000,\"_toPid\":81679,\"_attachments\":[{\"url\":\"http://imgur.com/z7GSL\"}],\"_hasAttachments\":1,\"_flags\":[],\"_spam\":0,\"_inappropriate\":0,\"_incorrect\":0,\"_deleted\":0}","edited":1342461067000,"reputation":0,"votes":0,"replies":{"hasMore":false,"users":[{"uid":33847,"username":"rmontanez","userslug":"rmontanez","picture":"/community/q/assets/uploads/profile/33847-profileavatar-1619583823318.png","fullname":"Roberto","displayname":"rmontanez","icon:text":"R","icon:bgColor":"#e65100"}],"text":"[[topic:one_reply_to_this_post]]","count":1,"timestampISO":"2012-07-16T18:05:06.000Z"},"_akismetGood":1,"deleted":0,"upvotes":0,"downvotes":0,"deleterUid":0,"bookmarks":0,"timestampISO":"2012-07-16T17:51:07.000Z","editedISO":"2012-07-16T17:51:07.000Z","index":7,"eventStart":1342459359000,"eventEnd":1342461067000,"parent":{"username":"rmontanez"},"user":{"uid":34922,"username":"jdossetti","userslug":"jdossetti","reputation":0,"postcount":8,"topiccount":1,"picture":null,"signature":"","banned":false,"banned:expire":0,"status":"offline","lastonline":1469268724415,"groupTitle":null,"mutedUntil":0,"displayname":"jdossetti","groupTitleArray":[],"icon:text":"J","icon:bgColor":"#2196f3","lastonlineISO":"2016-07-23T10:12:04.415Z","banned_until":0,"banned_until_readable":"Not Banned","muted":false,"selectedGroups":[],"custom_profile_info":[],"mozId":null},"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"topicOwnerPost":true,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":true},{"content":"

                      Farris,<\/p>\n

                      This is the way I would do it.<\/p>\n

                      You have the following columns created:<\/p>\n

                      \n
                        \n
                      • Column A: \"canonical\" tag for UR<\/li>\n
                      • Column B: Duplicate Content URL # 1<\/li>\n
                      • Column \"😄\" Duplicate Content URL # 2<\/li>\n
                      • Column \"😧\" Duplicate Content URL # 1<\/li>\n<\/ul>\n<\/blockquote>\n

                        Follow the next steps:<\/p>\n

                        \n
                          \n
                        1. Create three more columns with to duplicate columns B, C, D<\/li>\n
                        2. Use the following formula on column B \"**=CONCATENATE(A1,B1)\" **<\/li>\n
                        3. Copy the same formula for columns C & D<\/li>\n
                        4. Replace the “B1” in your formula for the respective columns (i.e. Column C should have C1.)<\/li>\n
                        5. Copy & Paste the content of columns E, F, G (The copied columns with formulas)  to all the rows.<\/li>\n
                        6. Once copied, the information in columns E, F, G should look like the end result that you want.<\/li>\n
                        7. if data is correct, copy columns E, F, G and paste in the same location but use Paste Special and paste values only.  This will remove your formulas.<\/li>\n<\/ol>\n<\/blockquote>\n

                          I hope this helps.<\/p>\n","pid":149956,"tid":21576,"timestamp":1342459359000,"uid":33847,"__imported_original_data__":"{\"_pid\":81679,\"_tid\":21950,\"_uid\":373689,\"_content\":\"

                          Farris,<\/p>\\r\\n

                          This is the way I would do it.<\/p>\\r\\n

                          You have the following columns created:<\/p>\\r\\n

                          \\r\\n
                            \\r\\n
                          • Column A: \\\"canonical\\\" tag for UR<\/li>\\r\\n
                          • Column B: Duplicate Content URL # 1<\/li>\\r\\n
                          • Column C: Duplicate Content URL # 2<\/li>\\r\\n
                          • Column D: Duplicate Content URL # 1<\/li>\\r\\n<\/ul>\\r\\n<\/blockquote>\\r\\n

                             <\/p>\\r\\n

                            Follow the next steps:<\/p>\\r\\n

                              \\r\\n
                            1. Create three more columns with to duplicate columns B, C, D<\/li>\\r\\n
                            2. Use the following formula on column B \\\"=CONCATENATE(A1,B1)\\\" <\/strong><\/li>\\r\\n
                            3. Copy the same formula for columns C & D<\/li>\\r\\n
                            4. Replace the “B1” in your formula for the respective columns (i.e. Column C should have C1.)<\/li>\\r\\n
                            5. Copy & Paste the content of columns E, F, G (The copied columns with formulas)  to all the rows.<\/li>\\r\\n
                            6. Once copied, the information in columns E, F, G should look like the end result that you want. <\/li>\\r\\n
                            7. if data is correct, copy columns E, F, G and paste in the same location but use Paste Special and paste values only.  This will remove your formulas.<\/li>\\r\\n<\/ol><\/blockquote>\\r\\n

                               <\/p>\\r\\n

                              I hope this helps.<\/p>\\r\\n

                               <\/p>\",\"_deletedAt\":null,\"_edited\":1342459359000,\"_toTpid\":21950,\"_toType\":\"Question\",\"_tslug\":\"adding-rel-canonical-to-multiple-pages\",\"_timestamp\":1342459359000,\"_attachments\":[],\"_flags\":[],\"_spam\":0,\"_inappropriate\":0,\"_incorrect\":0,\"_deleted\":0}","edited":1342459359000,"reputation":0,"votes":1,"replies":{"hasMore":false,"users":[{"uid":34922,"username":"jdossetti","userslug":"jdossetti","picture":null,"fullname":"Jennifer","displayname":"jdossetti","icon:text":"J","icon:bgColor":"#2196f3"}],"text":"[[topic:one_reply_to_this_post]]","count":1,"timestampISO":"2012-07-16T17:51:07.000Z"},"downvotes":0,"upvotes":1,"deleted":0,"deleterUid":0,"bookmarks":0,"timestampISO":"2012-07-16T17:22:39.000Z","editedISO":"2012-07-16T17:22:39.000Z","index":8,"eventStart":1342450481000,"eventEnd":1342459359000,"user":{"uid":33847,"username":"rmontanez","userslug":"rmontanez","reputation":36,"postcount":80,"topiccount":0,"picture":"/community/q/assets/uploads/profile/33847-profileavatar-1619583823318.png","signature":"","banned":false,"banned:expire":0,"status":"offline","lastonline":1469253799021,"groupTitle":"[\"qa_indexed_profiles\"]","mutedUntil":0,"displayname":"rmontanez","groupTitleArray":["qa_indexed_profiles"],"icon:text":"R","icon:bgColor":"#e65100","lastonlineISO":"2016-07-23T06:03:19.021Z","banned_until":0,"banned_until_readable":"Not Banned","muted":false,"selectedGroups":[],"custom_profile_info":[],"mozId":null},"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"topicOwnerPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":true}],"events":[{"type":"lock","uid":"212392","id":225862,"timestamp":1720625924701,"timestampISO":"2024-07-10T15:38:44.701Z","user":{"picture":null,"username":"Kristin_Fast","userslug":"kristin_fast","uid":212392,"displayname":"Kristin_Fast","icon:text":"K","icon:bgColor":"#e91e63"},"icon":"fa-lock","text":"[[topic:locked-by]]"},{"type":"lock","uid":"212392","id":219969,"timestamp":1720625871499,"timestampISO":"2024-07-10T15:37:51.499Z","user":{"picture":null,"username":"Kristin_Fast","userslug":"kristin_fast","uid":212392,"displayname":"Kristin_Fast","icon:text":"K","icon:bgColor":"#e91e63"},"icon":"fa-lock","text":"[[topic:locked-by]]"},{"type":"lock","uid":"212392","id":112431,"timestamp":1720539981445,"timestampISO":"2024-07-09T15:46:21.445Z","user":{"picture":null,"username":"Kristin_Fast","userslug":"kristin_fast","uid":212392,"displayname":"Kristin_Fast","icon:text":"K","icon:bgColor":"#e91e63"},"icon":"fa-lock","text":"[[topic:locked-by]]"},{"type":"lock","uid":20417,"id":46019,"timestamp":1621008757461,"timestampISO":"2021-05-14T16:12:37.461Z","user":{"picture":"/community/q/assets/uploads/profile/20417-profileavatar-1619582455057.png","username":"ShellyMoz","userslug":"shellymoz","uid":20417,"displayname":"Shelly Matsudaira","icon:text":"S","icon:bgColor":"#ff5722"},"icon":"fa-lock","text":"[[topic:locked-by]]"}],"category":{"bgColor":"#0075a8","cid":15,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss site health, structure, and other technical SEO strategies.","descriptionParsed":"

                              Discuss site health, structure, and other technical SEO strategies.<\/p>\n","disabled":0,"icon":"fa-desktop","imageClass":"cover","isSection":0,"link":"","name":"Technical SEO","numRecentReplies":1,"order":6,"parentCid":9,"post_count":7638,"slug":"15/technical-seo","topic_count":1382,"__imported_original_data__":"{\"_cid\":7,\"_name\":\"Technical SEO Issues\",\"_parentCid\":2000,\"_timestamp\":1296250949000,\"_slug\":\"technical-seo-issues\",\"_order\":6,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":7638,"totalTopicCount":1382},"tagWhitelist":[],"minTags":1,"maxTags":5,"thread_tools":[{"class":"toggleQuestionStatus alert-warning","title":"[[qanda:thread.tool.as_question]]","icon":"fa-question-circle"}],"isFollowing":false,"isNotFollowing":true,"isIgnoring":false,"bookmark":null,"postSharing":[{"id":"facebook","name":"Facebook","class":"fa-facebook","activated":true},{"id":"twitter","name":"Twitter","class":"fa-twitter","activated":true}],"deleter":null,"merger":null,"related":[],"unreplied":false,"icons":[],"privileges":{"topics:reply":false,"topics:read":true,"topics:schedule":false,"topics:tag":false,"topics:delete":false,"posts:edit":false,"posts:history":false,"posts:delete":false,"posts:view_deleted":false,"read":true,"purge":false,"view_thread_tools":false,"editable":false,"deletable":false,"view_deleted":false,"view_scheduled":false,"isAdminOrMod":false,"disabled":0,"tid":"21576","uid":0},"topicStaleDays":120,"reputation:disabled":0,"downvote:disabled":1,"feeds:disableRSS":1,"bookmarkThreshold":5,"necroThreshold":7,"postEditDuration":0,"postDeleteDuration":0,"scrollToMyPost":true,"updateUrlWithPostIndex":true,"allowMultipleBadges":true,"privateUploads":false,"showPostPreviewsOnHover":true,"rssFeedUrl":"/community/q/topic/21576.rss","postIndex":4,"breadcrumbs":[{"text":"[[global:home]]","url":"/community/q/"},{"text":"SEO Tactics","url":"/community/q/category/9/seo-tactics","cid":9},{"text":"Technical SEO","url":"/community/q/category/15/technical-seo","cid":15},{"text":"Adding Rel Canonical to multiple pages"}],"pagination":{"prev":{"page":1,"active":false},"next":{"page":1,"active":false},"first":{"page":1,"active":true},"last":{"page":1,"active":true},"rel":[],"pages":[],"currentPage":1,"pageCount":1},"loggedIn":false,"relative_path":"/community/q","template":{"name":"topic","topic":true},"url":"/community/q/topic/21576/adding-rel-canonical-to-multiple-pages/4","bodyClass":"page-topic page-topic-21576 page-topic-adding-rel-canonical-to-multiple-pages page-topic-category-15 page-topic-category-technical-seo parent-category-9 parent-category-15 page-status-200 theme-moz user-guest","mainPost":{"content":"

                              Hi,<\/p>\n

                              Our CMS generates a lot of duplicate content, (Different versions of every page for 3 different font sizes). There are many other reasons why we should drop this current CMS and go with something else, and we are in the process of doing that. But for now, does anyone know how would I do the following:<\/p>\n

                              I've created a spreadsheet that contains the following:<\/p>\n

                              Column 1: rel=\\\"canonical\\\" tag for URL<\/p>\n

                              Column 2: Duplicate Content URL # 1<\/p>\n

                              Column 3: Duplicate Content URL # 2<\/p>\n

                              Column 4: Duplicate Content URL # 3<\/p>\n

                              I want to add the tag from column 1 into the head of every page from column 2,3, and 4.<\/p>\n

                              What would be a fast way to do this considering that I have around 1800 rows.<\/p>\n

                              Check the screenshot of the builtwith.com<\/a> result to see more information about the website if that helps.<\/p>\n

                              Farris<\/p>\n

                              bxySL<\/a><\/p>\n","pid":21576,"tid":21576,"timestamp":1342450481000,"uid":34922,"reputation":0,"votes":0,"_akismetGood":1,"deleted":0,"upvotes":0,"downvotes":0,"deleterUid":0,"edited":0,"replies":{"hasMore":false,"users":[],"text":"[[topic:one_reply_to_this_post]]","count":0},"bookmarks":0,"timestampISO":"2012-07-16T14:54:41.000Z","editedISO":"","user":{"uid":34922,"username":"jdossetti","userslug":"jdossetti","reputation":0,"postcount":8,"topiccount":1,"picture":null,"signature":"","banned":false,"banned:expire":0,"status":"offline","lastonline":1469268724415,"groupTitle":null,"mutedUntil":0,"displayname":"jdossetti","groupTitleArray":[],"icon:text":"J","icon:bgColor":"#2196f3","lastonlineISO":"2016-07-23T10:12:04.415Z","banned_until":0,"banned_until_readable":"Not Banned","muted":false,"selectedGroups":[],"custom_profile_info":[],"mozId":null},"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false},"suggestedAnswer":{"content":"

                              Farris,<\/p>\n

                              This is the way I would do it.<\/p>\n

                              You have the following columns created:<\/p>\n

                              \n
                                \n
                              • Column A: \\\"canonical\\\" tag for UR<\/li>\n
                              • Column B: Duplicate Content URL # 1<\/li>\n
                              • Column \\\"😄\\\" Duplicate Content URL # 2<\/li>\n
                              • Column \\\"😧\\\" Duplicate Content URL # 1<\/li>\n<\/ul>\n<\/blockquote>\n

                                Follow the next steps:<\/p>\n

                                \n
                                  \n
                                1. Create three more columns with to duplicate columns B, C, D<\/li>\n
                                2. Use the following formula on column B \\\"**=CONCATENATE(A1,B1)\\\" **<\/li>\n
                                3. Copy the same formula for columns C & D<\/li>\n
                                4. Replace the “B1” in your formula for the respective columns (i.e. Column C should have C1.)<\/li>\n
                                5. Copy & Paste the content of columns E, F, G (The copied columns with formulas)  to all the rows.<\/li>\n
                                6. Once copied, the information in columns E, F, G should look like the end result that you want.<\/li>\n
                                7. if data is correct, copy columns E, F, G and paste in the same location but use Paste Special and paste values only.  This will remove your formulas.<\/li>\n<\/ol>\n<\/blockquote>\n

                                  I hope this helps.<\/p>\n","pid":149956,"tid":21576,"timestamp":1342459359000,"uid":33847,"__imported_original_data__":"{\"_pid\":81679,\"_tid\":21950,\"_uid\":373689,\"_content\":\"

                                  Farris,<\/p>\\r\\n

                                  This is the way I would do it.<\/p>\\r\\n

                                  You have the following columns created:<\/p>\\r\\n

                                  \\r\\n
                                    \\r\\n
                                  • Column A: \\\"canonical\\\" tag for UR<\/li>\\r\\n
                                  • Column B: Duplicate Content URL # 1<\/li>\\r\\n
                                  • Column C: Duplicate Content URL # 2<\/li>\\r\\n
                                  • Column D: Duplicate Content URL # 1<\/li>\\r\\n<\/ul>\\r\\n<\/blockquote>\\r\\n

                                     <\/p>\\r\\n

                                    Follow the next steps:<\/p>\\r\\n

                                      \\r\\n
                                    1. Create three more columns with to duplicate columns B, C, D<\/li>\\r\\n
                                    2. Use the following formula on column B \\\"=CONCATENATE(A1,B1)\\\" <\/strong><\/li>\\r\\n
                                    3. Copy the same formula for columns C & D<\/li>\\r\\n
                                    4. Replace the “B1” in your formula for the respective columns (i.e. Column C should have C1.)<\/li>\\r\\n
                                    5. Copy & Paste the content of columns E, F, G (The copied columns with formulas)  to all the rows.<\/li>\\r\\n
                                    6. Once copied, the information in columns E, F, G should look like the end result that you want. <\/li>\\r\\n
                                    7. if data is correct, copy columns E, F, G and paste in the same location but use Paste Special and paste values only.  This will remove your formulas.<\/li>\\r\\n<\/ol><\/blockquote>\\r\\n

                                       <\/p>\\r\\n

                                      I hope this helps.<\/p>\\r\\n

                                       <\/p>\",\"_deletedAt\":null,\"_edited\":1342459359000,\"_toTpid\":21950,\"_toType\":\"Question\",\"_tslug\":\"adding-rel-canonical-to-multiple-pages\",\"_timestamp\":1342459359000,\"_attachments\":[],\"_flags\":[],\"_spam\":0,\"_inappropriate\":0,\"_incorrect\":0,\"_deleted\":0}","edited":1342459359000,"reputation":0,"votes":1,"replies":{"hasMore":false,"users":[{"uid":34922,"username":"jdossetti","userslug":"jdossetti","picture":null,"fullname":"Jennifer","displayname":"jdossetti","icon:text":"J","icon:bgColor":"#2196f3"}],"text":"[[topic:one_reply_to_this_post]]","count":1,"timestampISO":"2012-07-16T17:51:07.000Z"},"downvotes":0,"upvotes":1,"deleted":0,"deleterUid":0,"bookmarks":0,"timestampISO":"2012-07-16T17:22:39.000Z","editedISO":"2012-07-16T17:22:39.000Z","user":{"uid":33847,"username":"rmontanez","userslug":"rmontanez","reputation":36,"postcount":80,"topiccount":0,"picture":"/community/q/assets/uploads/profile/33847-profileavatar-1619583823318.png","signature":"","banned":false,"banned:expire":0,"status":"offline","lastonline":1469253799021,"groupTitle":"[\"qa_indexed_profiles\"]","mutedUntil":0,"displayname":"rmontanez","groupTitleArray":["qa_indexed_profiles"],"icon:text":"R","icon:bgColor":"#e65100","lastonlineISO":"2016-07-23T06:03:19.021Z","banned_until":0,"banned_until_readable":"Not Banned","muted":false,"selectedGroups":[],"custom_profile_info":[],"mozId":null},"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false},"acceptedAnswer":{},"answerCount":8,"categoryList":[{"bgColor":"#4dbdeb","cid":47,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat with the community about the Moz tools.","descriptionParsed":"

                                      Chat with the community about the Moz tools.<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Moz Tools","numRecentReplies":1,"order":1,"parentCid":0,"post_count":4701,"slug":"47/moz-tools","topic_count":43,"__imported_original_data__":"{\"_cid\":45,\"_name\":\"Moz Tools\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-tools\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":15,"postQueue":0,"minTags":1,"maxTags":5,"totalPostCount":8685,"totalTopicCount":659,"children":[{"bgColor":"#5dc93a","cid":53,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Get up and running with the Moz tools.","descriptionParsed":"

                                      Get up and running with the Moz tools.<\/p>\n","disabled":0,"icon":"fa-sort-alpha-asc","imageClass":"cover","isSection":0,"link":"","name":"Getting Started","numRecentReplies":1,"order":1,"parentCid":47,"post_count":359,"slug":"53/getting-started","topic_count":59,"__imported_original_data__":"{\"_cid\":61,\"_name\":\"Getting Started\",\"_parentCid\":1000,\"_timestamp\":1377175562000,\"_slug\":\"getting-started\",\"_order\":2,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":359,"totalTopicCount":59,"children":[],"parent":{"bgColor":"#4dbdeb","cid":47,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat with the community about the Moz tools.","descriptionParsed":"

                                      Chat with the community about the Moz tools.<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Moz Tools","numRecentReplies":1,"order":1,"parentCid":0,"post_count":4701,"slug":"47/moz-tools","topic_count":43,"__imported_original_data__":"{\"_cid\":45,\"_name\":\"Moz Tools\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-tools\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":15,"postQueue":0,"minTags":1,"maxTags":5,"totalPostCount":4701,"totalTopicCount":43},"value":53,"level":"    ","text":"    • Getting Started","depth":1},{"bgColor":"#0a597c","cid":46,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the Moz Pro tools with other users.","descriptionParsed":"

                                      Discuss the Moz Pro tools with other users.<\/p>\n","disabled":0,"icon":"fa-line-chart","imageClass":"cover","isSection":0,"link":"","name":"Moz Pro","numRecentReplies":1,"order":2,"parentCid":47,"post_count":1618,"slug":"46/moz-pro","topic_count":255,"__imported_original_data__":"{\"_cid\":44,\"_name\":\"Moz Pro\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-pro\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":2460,"totalTopicCount":375,"children":[{"bgColor":"#8772c1","cid":64,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat keyword research strategy and how Keyword Explorer helps you do your best work.","descriptionParsed":"

                                      Chat keyword research strategy and how Keyword Explorer helps you do your best work.<\/p>\n","disabled":0,"icon":"fa-search","imageClass":"cover","isSection":0,"link":"","name":"Keyword Explorer","numRecentReplies":1,"order":3,"parentCid":46,"post_count":18,"slug":"64/keyword-explorer","topic_count":6,"__imported_original_data__":"{\"_cid\":85,\"_name\":\"Keyword Explorer\",\"_parentCid\":1000,\"_timestamp\":1618838033000,\"_slug\":\"keyword-explorer\",\"_order\":4,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":18,"totalTopicCount":6,"children":[],"parent":{"bgColor":"#0a597c","cid":46,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the Moz Pro tools with other users.","descriptionParsed":"

                                      Discuss the Moz Pro tools with other users.<\/p>\n","disabled":0,"icon":"fa-line-chart","imageClass":"cover","isSection":0,"link":"","name":"Moz Pro","numRecentReplies":1,"order":2,"parentCid":47,"post_count":1618,"slug":"46/moz-pro","topic_count":255,"__imported_original_data__":"{\"_cid\":44,\"_name\":\"Moz Pro\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-pro\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":1618,"totalTopicCount":255},"value":64,"level":"        ","text":"        • Keyword Explorer","depth":2},{"bgColor":"#575e66","cid":55,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Cover all things links and the industry-leading link data discoverable in Link Explorer.","descriptionParsed":"

                                      Cover all things links and the industry-leading link data discoverable in Link Explorer.<\/p>\n","disabled":0,"icon":"fa-unlink","imageClass":"cover","isSection":0,"link":"","name":"Link Explorer","numRecentReplies":1,"order":4,"parentCid":46,"post_count":824,"slug":"55/link-explorer","topic_count":114,"__imported_original_data__":"{\"_cid\":67,\"_name\":\"Link Explorer\",\"_parentCid\":1000,\"_timestamp\":1382446082000,\"_slug\":\"link-explorer\",\"_order\":5,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":824,"totalTopicCount":114,"children":[],"parent":{"bgColor":"#0a597c","cid":46,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the Moz Pro tools with other users.","descriptionParsed":"

                                      Discuss the Moz Pro tools with other users.<\/p>\n","disabled":0,"icon":"fa-line-chart","imageClass":"cover","isSection":0,"link":"","name":"Moz Pro","numRecentReplies":1,"order":2,"parentCid":47,"post_count":1618,"slug":"46/moz-pro","topic_count":255,"__imported_original_data__":"{\"_cid\":44,\"_name\":\"Moz Pro\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-pro\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":1618,"totalTopicCount":255},"value":55,"level":"        ","text":"        • Link Explorer","depth":2}],"parent":{"bgColor":"#4dbdeb","cid":47,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat with the community about the Moz tools.","descriptionParsed":"

                                      Chat with the community about the Moz tools.<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Moz Tools","numRecentReplies":1,"order":1,"parentCid":0,"post_count":4701,"slug":"47/moz-tools","topic_count":43,"__imported_original_data__":"{\"_cid\":45,\"_name\":\"Moz Tools\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-tools\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":15,"postQueue":0,"minTags":1,"maxTags":5,"totalPostCount":4701,"totalTopicCount":43},"value":46,"level":"    ","text":"    • Moz Pro","depth":1},{"bgColor":"#259983","cid":54,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the Moz Local tool with other users.","descriptionParsed":"

                                      Discuss the Moz Local tool with other users.<\/p>\n","disabled":0,"icon":"fa-map-pin","imageClass":"cover","isSection":0,"link":"","name":"Moz Local","numRecentReplies":1,"order":3,"parentCid":47,"post_count":198,"slug":"54/moz-local","topic_count":38,"__imported_original_data__":"{\"_cid\":65,\"_name\":\"Moz Local\",\"_parentCid\":1000,\"_timestamp\":1382446082000,\"_slug\":\"moz-local\",\"_order\":7,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":198,"totalTopicCount":38,"children":[],"parent":{"bgColor":"#4dbdeb","cid":47,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat with the community about the Moz tools.","descriptionParsed":"

                                      Chat with the community about the Moz tools.<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Moz Tools","numRecentReplies":1,"order":1,"parentCid":0,"post_count":4701,"slug":"47/moz-tools","topic_count":43,"__imported_original_data__":"{\"_cid\":45,\"_name\":\"Moz Tools\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-tools\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":15,"postQueue":0,"minTags":1,"maxTags":5,"totalPostCount":4701,"totalTopicCount":43},"value":54,"level":"    ","text":"    • Moz Local","depth":1},{"bgColor":"#8772c1","cid":52,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Find insights and conversations specific to the Research Tools within Moz Pro.\t","descriptionParsed":"

                                      Find insights and conversations specific to the Research Tools within Moz Pro.<\/p>\n","disabled":0,"icon":"fa-flask","imageClass":"cover","isSection":0,"link":"","name":"Moz Bar","numRecentReplies":1,"order":4,"parentCid":47,"post_count":717,"slug":"52/moz-bar","topic_count":105,"__imported_original_data__":"{\"_cid\":59,\"_name\":\"Other Research Tools\",\"_parentCid\":1000,\"_timestamp\":1369824092000,\"_slug\":\"other-research-tools\",\"_order\":6,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":717,"totalTopicCount":105,"children":[],"parent":{"bgColor":"#4dbdeb","cid":47,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat with the community about the Moz tools.","descriptionParsed":"

                                      Chat with the community about the Moz tools.<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Moz Tools","numRecentReplies":1,"order":1,"parentCid":0,"post_count":4701,"slug":"47/moz-tools","topic_count":43,"__imported_original_data__":"{\"_cid\":45,\"_name\":\"Moz Tools\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-tools\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":15,"postQueue":0,"minTags":1,"maxTags":5,"totalPostCount":4701,"totalTopicCount":43},"value":52,"level":"    ","text":"    • Moz Bar","depth":1},{"bgColor":"#ff9f2c","cid":56,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss link data, metrics, and all of the calls available through the Links API. ","descriptionParsed":"

                                      Discuss link data, metrics, and all of the calls available through the Links API.<\/p>\n","disabled":0,"icon":"fa-exchange","imageClass":"cover","isSection":0,"link":"","name":"API","numRecentReplies":1,"order":5,"parentCid":47,"post_count":250,"slug":"56/api","topic_count":39,"__imported_original_data__":"{\"_cid\":69,\"_name\":\"API\",\"_parentCid\":1000,\"_timestamp\":1382446082000,\"_slug\":\"api\",\"_order\":9,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":250,"totalTopicCount":39,"children":[],"parent":{"bgColor":"#4dbdeb","cid":47,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat with the community about the Moz tools.","descriptionParsed":"

                                      Chat with the community about the Moz tools.<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Moz Tools","numRecentReplies":1,"order":1,"parentCid":0,"post_count":4701,"slug":"47/moz-tools","topic_count":43,"__imported_original_data__":"{\"_cid\":45,\"_name\":\"Moz Tools\",\"_parentCid\":1000,\"_timestamp\":1296250950000,\"_slug\":\"moz-tools\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":15,"postQueue":0,"minTags":1,"maxTags":5,"totalPostCount":4701,"totalTopicCount":43},"value":56,"level":"    ","text":"    • API","depth":1}],"value":47,"level":"","text":"Moz Tools","depth":0},{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":32905,"totalTopicCount":5530,"children":[{"bgColor":"#5dc93a","cid":10,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Ask and answer questions around the topic of content development for SEO.","descriptionParsed":"

                                      Ask and answer questions around the topic of content development for SEO.<\/p>\n","disabled":0,"icon":"fa-newspaper-o","imageClass":"cover","isSection":0,"link":"","name":"Content Development","numRecentReplies":1,"order":1,"parentCid":9,"post_count":817,"slug":"10/content-development","topic_count":144,"__imported_original_data__":"{\"_cid\":2,\"_name\":\"Content & Blogging\",\"_parentCid\":2000,\"_timestamp\":1296250948000,\"_slug\":\"content-blogging\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":817,"totalTopicCount":144,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":10,"level":"    ","text":"    • Content Development","depth":1},{"bgColor":"#4ebdea","cid":19,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Uncover new and exciting ways to conduct competitive analysis","descriptionParsed":"

                                      Uncover new and exciting ways to conduct competitive analysis<\/p>\n","disabled":0,"icon":"fa-binoculars","imageClass":"cover","isSection":0,"link":"","name":"Competitive Research","numRecentReplies":1,"order":2,"parentCid":9,"post_count":256,"slug":"19/competitive-research","topic_count":52,"__imported_original_data__":"{\"_cid\":12,\"_name\":\"Competitive Research\",\"_parentCid\":3000,\"_timestamp\":1296250949000,\"_slug\":\"competitive-research\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":256,"totalTopicCount":52,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":19,"level":"    ","text":"    • Competitive Research","depth":1},{"bgColor":"#8772c1","cid":12,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Learn about keyword research best practices and how to improve your keyword strategy.","descriptionParsed":"

                                      Learn about keyword research best practices and how to improve your keyword strategy.<\/p>\n","disabled":0,"icon":"fa-flask","imageClass":"cover","isSection":0,"link":"","name":"Keyword Research","numRecentReplies":1,"order":3,"parentCid":9,"post_count":855,"slug":"12/keyword-research","topic_count":157,"__imported_original_data__":"{\"_cid\":4,\"_name\":\"Keyword Research\",\"_parentCid\":2000,\"_timestamp\":1296250948000,\"_slug\":\"keyword-research\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":855,"totalTopicCount":157,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":12,"level":"    ","text":"    • Keyword Research","depth":1},{"bgColor":"#ff9f2c","cid":13,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat through link building best practices and outreach techniques.","descriptionParsed":"

                                      Chat through link building best practices and outreach techniques.<\/p>\n","disabled":0,"icon":"fa-link","imageClass":"cover","isSection":0,"link":"","name":"Link Building","numRecentReplies":1,"order":4,"parentCid":9,"post_count":4498,"slug":"13/link-building","topic_count":550,"__imported_original_data__":"{\"_cid\":5,\"_name\":\"Link Building\",\"_parentCid\":2000,\"_timestamp\":1296250948000,\"_slug\":\"link-building\",\"_order\":4,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":4498,"totalTopicCount":550,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":13,"level":"    ","text":"    • Link Building","depth":1},{"bgColor":"#575e66","cid":11,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Explore on-page optimization and its role in a larger SEO strategy.","descriptionParsed":"

                                      Explore on-page optimization and its role in a larger SEO strategy.<\/p>\n","disabled":0,"icon":"fa-sliders","imageClass":"cover","isSection":0,"link":"","name":"On-Page Optimization","numRecentReplies":1,"order":5,"parentCid":9,"post_count":4049,"slug":"11/on-page-optimization","topic_count":707,"__imported_original_data__":"{\"_cid\":3,\"_name\":\"On-Page / Site Optimization\",\"_parentCid\":2000,\"_timestamp\":1296250948000,\"_slug\":\"on-page-site-optimization\",\"_order\":2,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":4049,"totalTopicCount":707,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":11,"level":"    ","text":"    • On-Page Optimization","depth":1},{"bgColor":"#0075a8","cid":15,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss site health, structure, and other technical SEO strategies.","descriptionParsed":"

                                      Discuss site health, structure, and other technical SEO strategies.<\/p>\n","disabled":0,"icon":"fa-desktop","imageClass":"cover","isSection":0,"link":"","name":"Technical SEO","numRecentReplies":1,"order":6,"parentCid":9,"post_count":7638,"slug":"15/technical-seo","topic_count":1382,"__imported_original_data__":"{\"_cid\":7,\"_name\":\"Technical SEO Issues\",\"_parentCid\":2000,\"_timestamp\":1296250949000,\"_slug\":\"technical-seo-issues\",\"_order\":6,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":7638,"totalTopicCount":1382,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":15,"level":"    ","text":"    • Technical SEO","depth":1},{"bgColor":"#ffd262","cid":6,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the best ways to report on performance and communicate results to stakeholders.","descriptionParsed":"

                                      Discuss the best ways to report on performance and communicate results to stakeholders.<\/p>\n","disabled":0,"icon":"fa-line-chart","imageClass":"cover","isSection":0,"link":"","name":"Reporting & Analytics","numRecentReplies":1,"order":7,"parentCid":9,"post_count":1330,"slug":"6/reporting-analytics","topic_count":226,"__imported_original_data__":"{\"_cid\":3000,\"_name\":\"Measuring & Testing\",\"_order\":3,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":1330,"totalTopicCount":226,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":6,"level":"    ","text":"    • Reporting & Analytics","depth":1},{"bgColor":"#fc4949","cid":16,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Looking to level up your SEO techniques? Chat through more advanced approaches.","descriptionParsed":"

                                      Looking to level up your SEO techniques? Chat through more advanced approaches.<\/p>\n","disabled":0,"icon":"fa-graduation-cap","imageClass":"cover","isSection":0,"link":"","name":"Intermediate & Advanced SEO","numRecentReplies":1,"order":8,"parentCid":9,"post_count":9215,"slug":"16/intermediate-advanced-seo","topic_count":1595,"__imported_original_data__":"{\"_cid\":8,\"_name\":\"Intermediate & Advanced SEO\",\"_parentCid\":2000,\"_timestamp\":1296250949000,\"_slug\":\"intermediate-advanced-seo\",\"_order\":7,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":9215,"totalTopicCount":1595,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":16,"level":"    ","text":"    • Intermediate & Advanced SEO","depth":1},{"bgColor":"#4ebdea","cid":14,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Explore how to optimize your website's images and videos for search.","descriptionParsed":"

                                      Explore how to optimize your website's images and videos for search.<\/p>\n","disabled":0,"icon":"fa-video-camera","imageClass":"cover","isSection":0,"link":"","name":"Image & Video Optimization","numRecentReplies":1,"order":9,"parentCid":9,"post_count":495,"slug":"14/image-video-optimization","topic_count":87,"__imported_original_data__":"{\"_cid\":6,\"_name\":\"Vertical SEO: Video, Image, Local\",\"_parentCid\":2000,\"_timestamp\":1296250949000,\"_slug\":\"vertical-seo-video-image-local\",\"_order\":5,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":495,"totalTopicCount":87,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":14,"level":"    ","text":"    • Image & Video Optimization","depth":1},{"bgColor":"#5dc93a","cid":22,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discussions around international SEO tactics.","descriptionParsed":"

                                      Discussions around international SEO tactics.<\/p>\n","disabled":0,"icon":"fa-globe","imageClass":"cover","isSection":0,"link":"","name":"International SEO","numRecentReplies":1,"order":10,"parentCid":9,"post_count":831,"slug":"22/international-seo","topic_count":157,"__imported_original_data__":"{\"_cid\":16,\"_name\":\"International Issues\",\"_parentCid\":4000,\"_timestamp\":1296250949000,\"_slug\":\"international-issues\",\"_order\":2,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":831,"totalTopicCount":157,"children":[],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":22,"level":"    ","text":"    • International SEO","depth":1},{"bgColor":"#259983","cid":5,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.","descriptionParsed":"

                                      So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.<\/p>\n","disabled":0,"icon":"fa-street-view","imageClass":"cover","isSection":0,"link":"","name":"Local SEO","numRecentReplies":1,"order":11,"parentCid":9,"post_count":476,"slug":"5/local-seo","topic_count":71,"__imported_original_data__":"{\"_cid\":8000,\"_name\":\"Local Marketing\",\"_order\":8,\"_timestamp\":1389105256000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":2603,"totalTopicCount":435,"children":[{"bgColor":"#575e66","cid":59,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Examine the impact of maintaining consistent and accurate local listings on your local SEO strategy.","descriptionParsed":"

                                      Examine the impact of maintaining consistent and accurate local listings on your local SEO strategy.<\/p>\n","disabled":0,"icon":"fa-list","imageClass":"cover","isSection":0,"link":"","name":"Local Listings","numRecentReplies":1,"order":1,"parentCid":5,"post_count":1103,"slug":"59/local-listings","topic_count":185,"__imported_original_data__":"{\"_cid\":75,\"_name\":\"Local Listings\",\"_parentCid\":8000,\"_timestamp\":1389105256000,\"_slug\":\"local-listings\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":1103,"totalTopicCount":185,"children":[],"parent":{"bgColor":"#259983","cid":5,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.","descriptionParsed":"

                                      So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.<\/p>\n","disabled":0,"icon":"fa-street-view","imageClass":"cover","isSection":0,"link":"","name":"Local SEO","numRecentReplies":1,"order":11,"parentCid":9,"post_count":476,"slug":"5/local-seo","topic_count":71,"__imported_original_data__":"{\"_cid\":8000,\"_name\":\"Local Marketing\",\"_order\":8,\"_timestamp\":1389105256000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":476,"totalTopicCount":71},"value":59,"level":"        ","text":"        • Local Listings","depth":2},{"bgColor":"#ffd262","cid":60,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into how to manage reviews and ratings for your local marketing strategy.","descriptionParsed":"

                                      Dive into how to manage reviews and ratings for your local marketing strategy.<\/p>\n","disabled":0,"icon":"fa-star","imageClass":"cover","isSection":0,"link":"","name":"Reviews and Ratings","numRecentReplies":1,"order":2,"parentCid":5,"post_count":312,"slug":"60/reviews-and-ratings","topic_count":53,"__imported_original_data__":"{\"_cid\":77,\"_name\":\"Reviews and Ratings\",\"_parentCid\":8000,\"_timestamp\":1389105256000,\"_slug\":\"reviews-and-ratings\",\"_order\":4,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":312,"totalTopicCount":53,"children":[],"parent":{"bgColor":"#259983","cid":5,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.","descriptionParsed":"

                                      So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.<\/p>\n","disabled":0,"icon":"fa-street-view","imageClass":"cover","isSection":0,"link":"","name":"Local SEO","numRecentReplies":1,"order":11,"parentCid":9,"post_count":476,"slug":"5/local-seo","topic_count":71,"__imported_original_data__":"{\"_cid\":8000,\"_name\":\"Local Marketing\",\"_order\":8,\"_timestamp\":1389105256000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":476,"totalTopicCount":71},"value":60,"level":"        ","text":"        • Reviews and Ratings","depth":2},{"bgColor":"#0075a8","cid":58,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Considering local SEO and its impact on your website? Discuss website optimization for local SEO.","descriptionParsed":"

                                      Considering local SEO and its impact on your website? Discuss website optimization for local SEO.<\/p>\n","disabled":0,"icon":"fa-sticky-note","imageClass":"cover","isSection":0,"link":"","name":"Local Website Optimization","numRecentReplies":1,"order":3,"parentCid":5,"post_count":712,"slug":"58/local-website-optimization","topic_count":126,"__imported_original_data__":"{\"_cid\":73,\"_name\":\"Local Website Optimization\",\"_parentCid\":8000,\"_timestamp\":1389105256000,\"_slug\":\"local-website-optimization\",\"_order\":2,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":712,"totalTopicCount":126,"children":[],"parent":{"bgColor":"#259983","cid":5,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.","descriptionParsed":"

                                      So much goes into building a comprehensive local marketing strategy. Discuss all things local with other marketing professionals.<\/p>\n","disabled":0,"icon":"fa-street-view","imageClass":"cover","isSection":0,"link":"","name":"Local SEO","numRecentReplies":1,"order":11,"parentCid":9,"post_count":476,"slug":"5/local-seo","topic_count":71,"__imported_original_data__":"{\"_cid\":8000,\"_name\":\"Local Marketing\",\"_order\":8,\"_timestamp\":1389105256000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":476,"totalTopicCount":71},"value":58,"level":"        ","text":"        • Local Website Optimization","depth":2}],"parent":{"bgColor":"#fc4949","cid":9,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the SEO process with fellow marketers","descriptionParsed":"

                                      Discuss the SEO process with fellow marketers<\/p>\n","disabled":0,"icon":"fa-list-ol","imageClass":"cover","isSection":0,"link":"","name":"SEO Tactics","numRecentReplies":1,"order":2,"parentCid":0,"post_count":318,"slug":"9/seo-tactics","topic_count":38,"__imported_original_data__":"{\"_cid\":2000,\"_name\":\"The SEO Process\",\"_order\":2,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":15,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":318,"totalTopicCount":38},"value":5,"level":"    ","text":"    • Local SEO","depth":1}],"value":9,"level":"","text":"SEO Tactics","depth":0},{"bgColor":"#ff9f2c","cid":3,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss industry events, jobs, and news!","descriptionParsed":"

                                      Discuss industry events, jobs, and news!<\/p>\n","disabled":0,"icon":"fa-users","imageClass":"cover","isSection":0,"link":"","name":"Community","numRecentReplies":1,"order":3,"parentCid":0,"post_count":95,"slug":"3/community","topic_count":11,"__imported_original_data__":"{\"_cid\":6000,\"_name\":\"Community\",\"_order\":6,\"_timestamp\":1296250950000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":837,"totalTopicCount":102,"children":[{"bgColor":"#4ebdea","cid":48,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Learn about news around the Mozplex and projects that Mozzers are working on.","descriptionParsed":"

                                      Learn about news around the Mozplex and projects that Mozzers are working on.<\/p>\n","disabled":0,"icon":"fa-bullhorn","imageClass":"cover","isSection":0,"link":"","name":"Moz News","numRecentReplies":1,"order":2,"parentCid":3,"post_count":118,"slug":"48/moz-news","topic_count":4,"__imported_original_data__":"{\"_cid\":46,\"_name\":\"Moz News\",\"_parentCid\":6000,\"_timestamp\":1296250950000,\"_slug\":\"moz-news\",\"_order\":7,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":118,"totalTopicCount":4,"children":[],"parent":{"bgColor":"#ff9f2c","cid":3,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss industry events, jobs, and news!","descriptionParsed":"

                                      Discuss industry events, jobs, and news!<\/p>\n","disabled":0,"icon":"fa-users","imageClass":"cover","isSection":0,"link":"","name":"Community","numRecentReplies":1,"order":3,"parentCid":0,"post_count":95,"slug":"3/community","topic_count":11,"__imported_original_data__":"{\"_cid\":6000,\"_name\":\"Community\",\"_order\":6,\"_timestamp\":1296250950000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":95,"totalTopicCount":11},"value":48,"level":"    ","text":"    • Moz News","depth":1},{"bgColor":"#5dc93a","cid":44,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss upcoming industry news and events","descriptionParsed":"

                                      Discuss upcoming industry news and events<\/p>\n","disabled":0,"icon":"fa-arrow-circle-o-down","imageClass":"cover","isSection":0,"link":"","name":"Industry News","numRecentReplies":1,"order":3,"parentCid":3,"post_count":338,"slug":"44/industry-news","topic_count":50,"__imported_original_data__":"{\"_cid\":41,\"_name\":\"Inbound Marketing Industry\",\"_parentCid\":6000,\"_timestamp\":1296250950000,\"_slug\":\"inbound-marketing-industry\",\"_order\":5,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":542,"totalTopicCount":81,"children":[{"bgColor":"#8772c1","cid":40,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Upcoming industry events","descriptionParsed":"

                                      Upcoming industry events<\/p>\n","disabled":0,"icon":"fa-comment","imageClass":"cover","isSection":0,"link":"","name":"Industry Events","numRecentReplies":1,"order":3,"parentCid":44,"post_count":204,"slug":"40/industry-events","topic_count":31,"__imported_original_data__":"{\"_cid\":37,\"_name\":\"Inbound Marketing Events\",\"_parentCid\":6000,\"_timestamp\":1296250949000,\"_slug\":\"inbound-marketing-events\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":204,"totalTopicCount":31,"children":[],"parent":{"bgColor":"#5dc93a","cid":44,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss upcoming industry news and events","descriptionParsed":"

                                      Discuss upcoming industry news and events<\/p>\n","disabled":0,"icon":"fa-arrow-circle-o-down","imageClass":"cover","isSection":0,"link":"","name":"Industry News","numRecentReplies":1,"order":3,"parentCid":3,"post_count":338,"slug":"44/industry-news","topic_count":50,"__imported_original_data__":"{\"_cid\":41,\"_name\":\"Inbound Marketing Industry\",\"_parentCid\":6000,\"_timestamp\":1296250950000,\"_slug\":\"inbound-marketing-industry\",\"_order\":5,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":338,"totalTopicCount":50},"value":40,"level":"        ","text":"        • Industry Events","depth":2}],"parent":{"bgColor":"#ff9f2c","cid":3,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss industry events, jobs, and news!","descriptionParsed":"

                                      Discuss industry events, jobs, and news!<\/p>\n","disabled":0,"icon":"fa-users","imageClass":"cover","isSection":0,"link":"","name":"Community","numRecentReplies":1,"order":3,"parentCid":0,"post_count":95,"slug":"3/community","topic_count":11,"__imported_original_data__":"{\"_cid\":6000,\"_name\":\"Community\",\"_order\":6,\"_timestamp\":1296250950000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":95,"totalTopicCount":11},"value":44,"level":"    ","text":"    • Industry News","depth":1},{"bgColor":"#259983","cid":43,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Looking to hire an SEO? Have a special opportunity to share with other SEO professionals? Share them here!","descriptionParsed":"

                                      Looking to hire an SEO? Have a special opportunity to share with other SEO professionals? Share them here!<\/p>\n","disabled":0,"icon":"fa-suitcase","imageClass":"cover","isSection":0,"link":"","name":"Jobs and Opportunities","numRecentReplies":1,"order":4,"parentCid":3,"post_count":82,"slug":"43/jobs-and-opportunities","topic_count":6,"__imported_original_data__":"{\"_cid\":40,\"_name\":\"Interviews\",\"_parentCid\":6000,\"_timestamp\":1296250950000,\"_slug\":\"interviews\",\"_order\":4,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":82,"totalTopicCount":6,"children":[],"parent":{"bgColor":"#ff9f2c","cid":3,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss industry events, jobs, and news!","descriptionParsed":"

                                      Discuss industry events, jobs, and news!<\/p>\n","disabled":0,"icon":"fa-users","imageClass":"cover","isSection":0,"link":"","name":"Community","numRecentReplies":1,"order":3,"parentCid":0,"post_count":95,"slug":"3/community","topic_count":11,"__imported_original_data__":"{\"_cid\":6000,\"_name\":\"Community\",\"_order\":6,\"_timestamp\":1296250950000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"postQueue":1,"minTags":1,"maxTags":5,"totalPostCount":95,"totalTopicCount":11},"value":43,"level":"    ","text":"    • Jobs and Opportunities","depth":1}],"value":3,"level":"","text":"Community","depth":0},{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":4173,"totalTopicCount":708,"children":[{"bgColor":"#16b7df","cid":33,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Do you work in affiliate marketing? Share the latest and get your questions answered.","descriptionParsed":"

                                      Do you work in affiliate marketing? Share the latest and get your questions answered.<\/p>\n","disabled":0,"icon":"fa-black-tie","imageClass":"cover","isSection":0,"link":"","name":"Affiliate Marketing","numRecentReplies":1,"order":1,"parentCid":7,"post_count":190,"slug":"33/affiliate-marketing","topic_count":39,"__imported_original_data__":"{\"_cid\":28,\"_name\":\"Affiliate Marketing\",\"_parentCid\":7000,\"_timestamp\":1296250949000,\"_slug\":\"affiliate-marketing\",\"_order\":7,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":190,"totalTopicCount":39,"children":[],"parent":{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":33,"level":"    ","text":"    • Affiliate Marketing","depth":1},{"bgColor":"#5ec93a","cid":31,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Explore the topics of branding and brand awareness and why they’re important for any business.","descriptionParsed":"

                                      Explore the topics of branding and brand awareness and why they’re important for any business.<\/p>\n","disabled":0,"icon":"fa-flag","imageClass":"cover","isSection":0,"link":"","name":"Branding","numRecentReplies":1,"order":2,"parentCid":7,"post_count":702,"slug":"31/branding","topic_count":104,"__imported_original_data__":"{\"_cid\":26,\"_name\":\"Branding / Brand Awareness\",\"_parentCid\":7000,\"_timestamp\":1296250949000,\"_slug\":\"branding-brand-awareness\",\"_order\":5,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":702,"totalTopicCount":104,"children":[],"parent":{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":31,"level":"    ","text":"    • Branding","depth":1},{"bgColor":"#ff9f2c","cid":34,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat through best practices for conversion rate optimization.","descriptionParsed":"

                                      Chat through best practices for conversion rate optimization.<\/p>\n","disabled":0,"icon":"fa-share","imageClass":"cover","isSection":0,"link":"","name":"Conversion Rate Optimization","numRecentReplies":1,"order":3,"parentCid":7,"post_count":359,"slug":"34/conversion-rate-optimization","topic_count":64,"__imported_original_data__":"{\"_cid\":29,\"_name\":\"Conversion Rate Optimization\",\"_parentCid\":7000,\"_timestamp\":1296250949000,\"_slug\":\"conversion-rate-optimization\",\"_order\":8,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":359,"totalTopicCount":64,"children":[],"parent":{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":34,"level":"    ","text":"    • Conversion Rate Optimization","depth":1},{"bgColor":"#259983","cid":25,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Talk through the latest in web design and development trends.","descriptionParsed":"

                                      Talk through the latest in web design and development trends.<\/p>\n","disabled":0,"icon":"fa-desktop","imageClass":"cover","isSection":0,"link":"","name":"Web Design","numRecentReplies":1,"order":4,"parentCid":7,"post_count":1600,"slug":"25/web-design","topic_count":285,"__imported_original_data__":"{\"_cid\":19,\"_name\":\"Web Design\",\"_parentCid\":4000,\"_timestamp\":1296250949000,\"_slug\":\"web-design\",\"_order\":5,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":1600,"totalTopicCount":285,"children":[],"parent":{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":25,"level":"    ","text":"    • Web Design","depth":1},{"bgColor":"#8772c1","cid":29,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Examine the impact of paid search marketing and its relationship with organic search.","descriptionParsed":"

                                      Examine the impact of paid search marketing and its relationship with organic search.<\/p>\n","disabled":0,"icon":"fa-money","imageClass":"cover","isSection":0,"link":"","name":"Paid Search Marketing","numRecentReplies":1,"order":5,"parentCid":7,"post_count":535,"slug":"29/paid-search-marketing","topic_count":96,"__imported_original_data__":"{\"_cid\":24,\"_name\":\"Paid Search Marketing\",\"_parentCid\":7000,\"_timestamp\":1296250949000,\"_slug\":\"paid-search-marketing\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":535,"totalTopicCount":96,"children":[],"parent":{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":29,"level":"    ","text":"    • Paid Search Marketing","depth":1},{"bgColor":"#fc4949","cid":27,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss the impact of growing social media presence and its relationship with other digital strategies.","descriptionParsed":"

                                      Discuss the impact of growing social media presence and its relationship with other digital strategies.<\/p>\n","disabled":0,"icon":"fa-thumbs-up","imageClass":"cover","isSection":0,"link":"","name":"Social Media","numRecentReplies":1,"order":6,"parentCid":7,"post_count":787,"slug":"27/social-media","topic_count":120,"__imported_original_data__":"{\"_cid\":22,\"_name\":\"Social Media\",\"_parentCid\":7000,\"_timestamp\":1296250949000,\"_slug\":\"social-media\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":787,"totalTopicCount":120,"children":[],"parent":{"bgColor":"#8772c1","cid":7,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Chat about tactics outside of SEO","descriptionParsed":"

                                      Chat about tactics outside of SEO<\/p>\n","disabled":0,"icon":"fa-eye","imageClass":"cover","isSection":0,"link":"","name":"Digital Marketing","numRecentReplies":1,"order":4,"parentCid":0,"post_count":0,"slug":"7/digital-marketing","topic_count":0,"__imported_original_data__":"{\"_cid\":7000,\"_name\":\"Online Marketing\",\"_order\":7,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":27,"level":"    ","text":"    • Social Media","depth":1}],"value":7,"level":"","text":"Digital Marketing","depth":0},{"bgColor":"#5dc93a","cid":8,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into research and trends in the search industry.","descriptionParsed":"

                                      Dive into research and trends in the search industry.<\/p>\n","disabled":0,"icon":"fa-area-chart","imageClass":"cover","isSection":0,"link":"","name":"Research & Trends","numRecentReplies":1,"order":5,"parentCid":0,"post_count":0,"slug":"8/research-trends","topic_count":0,"__imported_original_data__":"{\"_cid\":4000,\"_name\":\"Research & Trends\",\"_order\":4,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":3116,"totalTopicCount":531,"children":[{"bgColor":"#ffd262","cid":26,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss new SERP trends","descriptionParsed":"

                                      Discuss new SERP trends<\/p>\n","disabled":0,"icon":"fa-search","imageClass":"cover","isSection":0,"link":"","name":"SERP Trends","numRecentReplies":1,"order":1,"parentCid":8,"post_count":120,"slug":"26/serp-trends","topic_count":26,"__imported_original_data__":"{\"_cid\":20,\"_name\":\"Alternative Search Sources\",\"_parentCid\":4000,\"_timestamp\":1296250949000,\"_slug\":\"alternative-search-sources\",\"_order\":6,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":120,"totalTopicCount":26,"children":[],"parent":{"bgColor":"#5dc93a","cid":8,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into research and trends in the search industry.","descriptionParsed":"

                                      Dive into research and trends in the search industry.<\/p>\n","disabled":0,"icon":"fa-area-chart","imageClass":"cover","isSection":0,"link":"","name":"Research & Trends","numRecentReplies":1,"order":5,"parentCid":0,"post_count":0,"slug":"8/research-trends","topic_count":0,"__imported_original_data__":"{\"_cid\":4000,\"_name\":\"Research & Trends\",\"_order\":4,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":26,"level":"    ","text":"    • SERP Trends","depth":1},{"bgColor":"#fc4949","cid":21,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Learn more about search behavior and search trends.","descriptionParsed":"

                                      Learn more about search behavior and search trends.<\/p>\n","disabled":0,"icon":"fa-user-circle-o","imageClass":"cover","isSection":0,"link":"","name":"Search Behavior","numRecentReplies":1,"order":2,"parentCid":8,"post_count":311,"slug":"21/search-behavior","topic_count":51,"__imported_original_data__":"{\"_cid\":15,\"_name\":\"Behavior & Demographics\",\"_parentCid\":4000,\"_timestamp\":1296250949000,\"_slug\":\"behavior-demographics\",\"_order\":1,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":311,"totalTopicCount":51,"children":[],"parent":{"bgColor":"#5dc93a","cid":8,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into research and trends in the search industry.","descriptionParsed":"

                                      Dive into research and trends in the search industry.<\/p>\n","disabled":0,"icon":"fa-area-chart","imageClass":"cover","isSection":0,"link":"","name":"Research & Trends","numRecentReplies":1,"order":5,"parentCid":0,"post_count":0,"slug":"8/research-trends","topic_count":0,"__imported_original_data__":"{\"_cid\":4000,\"_name\":\"Research & Trends\",\"_order\":4,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":21,"level":"    ","text":"    • Search Behavior","depth":1},{"bgColor":"#ff9f2c","cid":23,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss algorithm updates and impacts.","descriptionParsed":"

                                      Discuss algorithm updates and impacts.<\/p>\n","disabled":0,"icon":"fa-exclamation","imageClass":"cover","isSection":0,"link":"","name":"Algorithm Updates","numRecentReplies":1,"order":3,"parentCid":8,"post_count":1260,"slug":"23/algorithm-updates","topic_count":212,"__imported_original_data__":"{\"_cid\":17,\"_name\":\"Search Engine Trends\",\"_parentCid\":4000,\"_timestamp\":1296250949000,\"_slug\":\"search-engine-trends\",\"_order\":3,\"_description\":\"\"}","subCategoriesPerPage":10,"image":null,"maxTags":5,"minTags":1,"postQueue":1,"totalPostCount":1260,"totalTopicCount":212,"children":[],"parent":{"bgColor":"#5dc93a","cid":8,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into research and trends in the search industry.","descriptionParsed":"

                                      Dive into research and trends in the search industry.<\/p>\n","disabled":0,"icon":"fa-area-chart","imageClass":"cover","isSection":0,"link":"","name":"Research & Trends","numRecentReplies":1,"order":5,"parentCid":0,"post_count":0,"slug":"8/research-trends","topic_count":0,"__imported_original_data__":"{\"_cid\":4000,\"_name\":\"Research & Trends\",\"_order\":4,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":23,"level":"    ","text":"    • Algorithm Updates","depth":1},{"bgColor":"#575e66","cid":24,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dig into white hat and black hat SEO trends.","descriptionParsed":"

                                      Dig into white hat and black hat SEO trends.<\/p>\n","disabled":0,"icon":"fa-briefcase","imageClass":"cover","isSection":0,"link":"","name":"White Hat / Black Hat SEO","numRecentReplies":1,"order":4,"parentCid":8,"post_count":1393,"slug":"24/white-hat-black-hat-seo","topic_count":234,"__imported_original_data__":"{\"_cid\":18,\"_name\":\"White Hat / Black Hat SEO\",\"_parentCid\":4000,\"_timestamp\":1296250949000,\"_slug\":\"white-hat-black-hat-seo\",\"_order\":4,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":1393,"totalTopicCount":234,"children":[],"parent":{"bgColor":"#5dc93a","cid":8,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into research and trends in the search industry.","descriptionParsed":"

                                      Dive into research and trends in the search industry.<\/p>\n","disabled":0,"icon":"fa-area-chart","imageClass":"cover","isSection":0,"link":"","name":"Research & Trends","numRecentReplies":1,"order":5,"parentCid":0,"post_count":0,"slug":"8/research-trends","topic_count":0,"__imported_original_data__":"{\"_cid\":4000,\"_name\":\"Research & Trends\",\"_order\":4,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":24,"level":"    ","text":"    • White Hat / Black Hat SEO","depth":1},{"bgColor":"#0a597c","cid":71,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Discuss new SERP trends","descriptionParsed":"

                                      Discuss new SERP trends<\/p>\n","disabled":0,"icon":"fa-wrench","imageClass":"cover","isSection":0,"link":"","name":"Other SEO Tools","numRecentReplies":1,"order":5,"parentCid":8,"post_count":32,"slug":"71/other-seo-tools","subCategoriesPerPage":10,"topic_count":8,"image":null,"maxTags":5,"minTags":1,"postQueue":1,"totalPostCount":32,"totalTopicCount":8,"children":[],"parent":{"bgColor":"#5dc93a","cid":8,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Dive into research and trends in the search industry.","descriptionParsed":"

                                      Dive into research and trends in the search industry.<\/p>\n","disabled":0,"icon":"fa-area-chart","imageClass":"cover","isSection":0,"link":"","name":"Research & Trends","numRecentReplies":1,"order":5,"parentCid":0,"post_count":0,"slug":"8/research-trends","topic_count":0,"__imported_original_data__":"{\"_cid\":4000,\"_name\":\"Research & Trends\",\"_order\":4,\"_timestamp\":1296250949000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":0,"totalTopicCount":0},"value":71,"level":"    ","text":"    • Other SEO Tools","depth":1}],"value":8,"level":"","text":"Research & Trends","depth":0},{"bgColor":"#575e66","cid":4,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Connect on product support and feature requests.","descriptionParsed":"

                                      Connect on product support and feature requests.<\/p>\n","disabled":0,"icon":"fa-comment","imageClass":"cover","isSection":1,"link":"","name":"Support","numRecentReplies":1,"order":6,"parentCid":0,"post_count":24,"slug":"4/support","topic_count":7,"__imported_original_data__":"{\"_cid\":1000,\"_name\":\"Help with Moz Products & Tools\",\"_order\":1,\"_timestamp\":1369824092000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":325,"totalTopicCount":77,"children":[{"bgColor":"#fc4949","cid":49,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Find expert assistance to help you troubleshoot technical issues with the Moz tools.","descriptionParsed":"

                                      Find expert assistance to help you troubleshoot technical issues with the Moz tools.<\/p>\n","disabled":0,"icon":"fa-comments-o","imageClass":"cover","isSection":0,"link":"","name":"Product Support","numRecentReplies":1,"order":1,"parentCid":4,"post_count":240,"slug":"49/product-support","topic_count":57,"__imported_original_data__":"{\"_cid\":47,\"_name\":\"Technical Support\",\"_parentCid\":1000,\"_timestamp\":1369824092000,\"_slug\":\"technical-support\",\"_order\":10,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":240,"totalTopicCount":57,"children":[],"parent":{"bgColor":"#575e66","cid":4,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Connect on product support and feature requests.","descriptionParsed":"

                                      Connect on product support and feature requests.<\/p>\n","disabled":0,"icon":"fa-comment","imageClass":"cover","isSection":1,"link":"","name":"Support","numRecentReplies":1,"order":6,"parentCid":0,"post_count":24,"slug":"4/support","topic_count":7,"__imported_original_data__":"{\"_cid\":1000,\"_name\":\"Help with Moz Products & Tools\",\"_order\":1,\"_timestamp\":1369824092000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":24,"totalTopicCount":7},"value":49,"level":"    ","text":"    • Product Support","depth":1},{"bgColor":"#5ec93a","cid":63,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Let us know about features and functionality that you’d like to see in the Moz tools.","descriptionParsed":"

                                      Let us know about features and functionality that you’d like to see in the Moz tools.<\/p>\n","disabled":0,"icon":"fa-lightbulb-o","imageClass":"cover","isSection":0,"link":"","name":"Feature Requests","numRecentReplies":1,"order":2,"parentCid":4,"post_count":61,"slug":"63/feature-requests","topic_count":13,"__imported_original_data__":"{\"_cid\":83,\"_name\":\"Feature Requests\",\"_parentCid\":1000,\"_timestamp\":1429040368000,\"_slug\":\"feature-requests\",\"_order\":11,\"_description\":\"\"}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":61,"totalTopicCount":13,"children":[],"parent":{"bgColor":"#575e66","cid":4,"class":"col-md-3 col-xs-6","color":"#FFFFFF","description":"Connect on product support and feature requests.","descriptionParsed":"

                                      Connect on product support and feature requests.<\/p>\n","disabled":0,"icon":"fa-comment","imageClass":"cover","isSection":1,"link":"","name":"Support","numRecentReplies":1,"order":6,"parentCid":0,"post_count":24,"slug":"4/support","topic_count":7,"__imported_original_data__":"{\"_cid\":1000,\"_name\":\"Help with Moz Products & Tools\",\"_order\":1,\"_timestamp\":1369824092000,\"_description\":\"\",\"_parentCid\":null}","subCategoriesPerPage":10,"minTags":1,"maxTags":5,"postQueue":1,"totalPostCount":24,"totalTopicCount":7},"value":63,"level":"    ","text":"    • Feature Requests","depth":1}],"value":4,"level":"","text":"Support","depth":0}],"categoriesList":[{"text":"    • Affiliate Marketing","value":33,"name":"Affiliate Marketing","isSection":0},{"text":"    • Algorithm Updates","value":23,"name":"Algorithm Updates","isSection":0},{"text":"    • API","value":56,"name":"API","isSection":0},{"text":"    • Branding","value":31,"name":"Branding","isSection":0},{"text":"Community","value":3,"name":"Community","isSection":0},{"text":"    • Competitive Research","value":19,"name":"Competitive Research","isSection":0},{"text":"    • Content Development","value":10,"name":"Content Development","isSection":0},{"text":"    • Conversion Rate Optimization","value":34,"name":"Conversion Rate Optimization","isSection":0},{"text":"Digital Marketing","value":7,"name":"Digital Marketing","isSection":0},{"text":"    • Feature Requests","value":63,"name":"Feature Requests","isSection":0},{"text":"    • Getting Started","value":53,"name":"Getting Started","isSection":0},{"text":"    • Image & Video Optimization","value":14,"name":"Image & Video Optimization","isSection":0},{"text":"        • Industry Events","value":40,"name":"Industry Events","isSection":0},{"text":"    • Industry News","value":44,"name":"Industry News","isSection":0},{"text":"    • Intermediate & Advanced SEO","value":16,"name":"Intermediate & Advanced SEO","isSection":0},{"text":"    • International SEO","value":22,"name":"International SEO","isSection":0},{"text":"    • Jobs and Opportunities","value":43,"name":"Jobs and Opportunities","isSection":0},{"text":"        • Keyword Explorer","value":64,"name":"Keyword Explorer","isSection":0},{"text":"    • Keyword Research","value":12,"name":"Keyword Research","isSection":0},{"text":"    • Link Building","value":13,"name":"Link Building","isSection":0},{"text":"        • Link Explorer","value":55,"name":"Link Explorer","isSection":0},{"text":"        • Local Listings","value":59,"name":"Local Listings","isSection":0},{"text":"    • Local SEO","value":5,"name":"Local SEO","isSection":0},{"text":"        • Local Website Optimization","value":58,"name":"Local Website Optimization","isSection":0},{"text":"    • Moz Bar","value":52,"name":"Moz Bar","isSection":0},{"text":"    • Moz Local","value":54,"name":"Moz Local","isSection":0},{"text":"    • Moz News","value":48,"name":"Moz News","isSection":0},{"text":"    • Moz Pro","value":46,"name":"Moz Pro","isSection":0},{"text":"Moz Tools","value":47,"name":"Moz Tools","isSection":0},{"text":"    • On-Page Optimization","value":11,"name":"On-Page Optimization","isSection":0},{"text":"    • Other SEO Tools","value":71,"name":"Other SEO Tools","isSection":0},{"text":"    • Paid Search Marketing","value":29,"name":"Paid Search Marketing","isSection":0},{"text":"    • Product Support","value":49,"name":"Product Support","isSection":0},{"text":"    • Reporting & Analytics","value":6,"name":"Reporting & Analytics","isSection":0},{"text":"Research & Trends","value":8,"name":"Research & Trends","isSection":0},{"text":"        • Reviews and Ratings","value":60,"name":"Reviews and Ratings","isSection":0},{"text":"    • Search Behavior","value":21,"name":"Search Behavior","isSection":0},{"text":"SEO Tactics","value":9,"name":"SEO Tactics","isSection":0},{"text":"    • SERP Trends","value":26,"name":"SERP Trends","isSection":0},{"text":"    • Social Media","value":27,"name":"Social Media","isSection":0},{"text":"    • Technical SEO","value":15,"name":"Technical SEO","isSection":0},{"text":"    • Web Design","value":25,"name":"Web Design","isSection":0},{"text":"    • White Hat / Black Hat SEO","value":24,"name":"White Hat / Black Hat SEO","isSection":0}],"_header":{"tags":{"meta":[{"name":"viewport","content":"width=device-width, initial-scale=1.0"},{"name":"content-type","content":"text/html; charset=UTF-8","noEscape":true},{"name":"apple-mobile-web-app-capable","content":"yes"},{"name":"mobile-web-app-capable","content":"yes"},{"property":"og:site_name","content":"Moz"},{"name":"msapplication-badge","content":"frequency=30; polling-uri=https://cloudz.click/community/q/sitemap.xml","noEscape":true},{"name":"theme-color","content":"#ffffff"},{"name":"msapplication-square150x150logo","content":"/community/q/assets/uploads/system/site-logo.png","noEscape":true},{"name":"title","content":"Adding Rel Canonical to multiple pages"},{"name":"description","content":"Unfortunately, the rules may differ from page to page and will be entirely dependent on how your pages are generated. If it's just a matter of the "index.cfm" version vs. root ("/") versions of pages, those canonical should be straightforward. For the oth..."},{"property":"og:title","content":"Adding Rel Canonical to multiple pages"},{"property":"og:description","content":"Unfortunately, the rules may differ from page to page and will be entirely dependent on how your pages are generated. If it's just a matter of the "index.cfm" version vs. root ("/") versions of pages, those canonical should be straightforward. For the oth..."},{"property":"og:type","content":"article"},{"property":"article:published_time","content":"2012-07-16T14:54:41.000Z"},{"property":"article:modified_time","content":"2012-07-20T15:50:46.000Z"},{"property":"article:section","content":"Technical SEO"},{"property":"og:image","content":"https://cloudz.click/community/q/assets/uploads/profile/2406-profileavatar-1619582747216.png","noEscape":true},{"property":"og:image:url","content":"https://cloudz.click/community/q/assets/uploads/profile/2406-profileavatar-1619582747216.png","noEscape":true},{"property":"og:image","content":"https://cloudz.click/community/q/assets/uploads/system/og-image.jpg","noEscape":true},{"property":"og:image:url","content":"https://cloudz.click/community/q/assets/uploads/system/og-image.jpg","noEscape":true},{"property":"og:image:width","content":"1200"},{"property":"og:image:height","content":"630"},{"content":"https://cloudz.click/community/q/topic/21576/adding-rel-canonical-to-multiple-pages/4","property":"og:url"}],"link":[{"rel":"icon","type":"image/x-icon","href":"/community/q/assets/uploads/system/favicon.ico?v=4jds23d1a2r"},{"rel":"manifest","href":"/community/q/manifest.webmanifest","crossorigin":"use-credentials"},{"rel":"search","type":"application/opensearchdescription+xml","title":"Moz","href":"/community/q/osd.xml"},{"rel":"apple-touch-icon","href":"/community/q/assets/uploads/system/touchicon-orig.png"},{"rel":"icon","sizes":"36x36","href":"/community/q/assets/uploads/system/touchicon-36.png"},{"rel":"icon","sizes":"48x48","href":"/community/q/assets/uploads/system/touchicon-48.png"},{"rel":"icon","sizes":"72x72","href":"/community/q/assets/uploads/system/touchicon-72.png"},{"rel":"icon","sizes":"96x96","href":"/community/q/assets/uploads/system/touchicon-96.png"},{"rel":"icon","sizes":"144x144","href":"/community/q/assets/uploads/system/touchicon-144.png"},{"rel":"icon","sizes":"192x192","href":"/community/q/assets/uploads/system/touchicon-192.png"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer/uploads.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer/drafts.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer/tags.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer/categoryList.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer/resize.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/src/modules/composer/autocomplete.js?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/templates/composer.tpl?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/language/en-US/topic.json?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/language/en-US/modules.json?v=4jds23d1a2r"},{"rel":"prefetch","href":"/community/q/assets/language/en-US/tags.json?v=4jds23d1a2r"},{"rel":"prefetch stylesheet","type":"","href":"/community/q/assets/plugins/nodebb-plugin-markdown/styles/default.css"},{"rel":"prefetch","href":"/community/q/assets/language/en-US/markdown.json?v=4jds23d1a2r"},{"rel":"stylesheet","href":"https://cloudz.click/community/q/assets/plugins/nodebb-plugin-emoji/emoji/styles.css?v=4jds23d1a2r"},{"rel":"canonical","href":"https://cloudz.click/community/q/topic/21576/adding-rel-canonical-to-multiple-pages"},{"rel":"up","href":"https://cloudz.click/community/q/category/15/technical-seo"}]}},"widgets":{"sidebar":[{"html":"

                                      Explore more categories<\/h4><\/div>
                                      \n
                                        \n\t
                                      • \n\t\t\n\t\t

                                        Moz Tools<\/a><\/h4>\n\t\t\n\t\t

                                        Chat with the community about the Moz tools.<\/p>\n<\/p>\n\t<\/li>\n<\/ul>\n\n

                                          \n\t
                                        • \n\t\t\n\t\t

                                          SEO Tactics<\/a><\/h4>\n\t\t\n\t\t

                                          Discuss the SEO process with fellow marketers<\/p>\n<\/p>\n\t<\/li>\n<\/ul>\n\n

                                            \n\t
                                          • \n\t\t\n\t\t

                                            Community<\/a><\/h4>\n\t\t\n\t\t

                                            Discuss industry events, jobs, and news!<\/p>\n<\/p>\n\t<\/li>\n<\/ul>\n\n

                                              \n\t
                                            • \n\t\t\n\t\t

                                              Digital Marketing<\/a><\/h4>\n\t\t\n\t\t

                                              Chat about tactics outside of SEO<\/p>\n<\/p>\n\t<\/li>\n<\/ul>\n\n

                                                \n\t
                                              • \n\t\t\n\t\t

                                                Research & Trends<\/a><\/h4>\n\t\t\n\t\t

                                                Dive into research and trends in the search industry.<\/p>\n<\/p>\n\t<\/li>\n<\/ul>\n\n

                                                  \n\t
                                                • \n\t\t\n\t\t

                                                  Support<\/a><\/h4>\n\t\t\n\t\t

                                                  Connect on product support and feature requests.<\/p>\n<\/p>\n\t<\/li>\n<\/ul>\n\n

                                                    \n\t
                                                  • \n\t\t\n\t\t

                                                    See all categories<\/a><\/h4>\n\t\t\n\t\t

                                                    <\/p>\n\t<\/li>\n<\/ul>\n<\/div><\/div>"},{"html":"

                                                    \n\t

                                                    Related Questions<\/h4>\n\t
                                                    \n\t\t
                                                      \n\t\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"BrianAlpert78\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tDoes a no-indexed parent page impact its child pages?<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      If I have a page* in WordPress that is set as private and is no-indexed with Yoast, will that negatively affect the visibility of other pages that are set as children of that first page?\n*The context is that I want to organize some of the pages on a business's WordPress site into silos/directories. For example, if the business was a home remodeling company, it'd be convenient to keep all the pages about bathrooms, kitchens, additions, basements, etc. bundled together under a \"services\" parent page (/services/kitchens/, /services/bathrooms/, etc.).\nThe thing is that the child pages will all be directly accessible from the menus, so there doesn't need to be anything on the parent /services/ page itself. Another such parent page/directory/category might be used to keep different photo gallery pages together (/galleries/kitchen-photos/, /galleries/bathroom-photos/, etc.).\nSo again, would it be safe for pages like /services/kitchens/ and /galleries/addition-photos/ if the /services/ and /galleries/ pages (but not /galleries/* or anything like that) are no-indexed?\nThanks!\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| BrianAlpert78<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 1<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"shoesonline\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tCanonical for duplicate pages in ecommerce site and the product out of stock<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      I’m an SEO for an ecommerce site that sells shoes\nI have duplicate pages for different colors of the same product (unique URL for each color),\nConventionally I have added canonical tags for each page, which direct to a specific product URL\nMy question is what happens when a product which the googlbot is direct to, is out of stock but is still listed in the canonical tag ?\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| shoesonline<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"Pete4\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tWhy is Google Webmaster Tools showing 404 Page Not Found Errors for web pages that don't have anything to do with my site?<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      I am currently working on a small site with approx 50 web pages.  In the crawl error section in WMT Google has highlighted over 10,000 page not found errors for pages that have nothing to do with my site.  Anyone come across this before?\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| Pete4<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"SOtBOrlando\"\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\thow to set rel canonical on wordpress.com sites<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      I know how to do this with a wordpress.org site but I have a client that does not want to switch and without a plugin I am lost. any help would be greatly appreciated.\nJeremy Wood\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| SOtBOrlando<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"AllIsWell\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tMultiple urls for posting multiple classified ads<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      Want to optimize referral traffic while at same time keep search engines happy and the ads posted.\nHave a client who advertises  on several classified ad sites around the globe.\nWhich is better (post Panda), having multiple identical urls using canonicals  to redirect juice to original url?\nFor example: www.bluewidgets.com is the original\nwww.bluewidgetsusa.com\nwww.blue-widgets-galore.com\nOr, should the duplicate pages be directed to original using a 301?\nCurrently using duplicate urls.\nAm currently not using \"nofollow\" tags on those pages.\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| AllIsWell<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"JoaoPdaCosta-WBR\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tSplitting Page Authority with two URLs for the same page.<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      Hello guys,\nMy website is currently holding two different URLs for the same page<\/strong> and I am under the impression such set up is dividing my Page Authority and Link Juice<\/strong>.\nWe currently have the following page with both URLs below:\nwww.wbresearch.com/soldiertechnologyusa/home.aspx
                                                      \nwww.wbresearch.com/soldiertechnologyusa/\nAnalysing the page authority and backlinks I identified that we are splitting the amount of backlinks (links from sites, social media and therefore authority).\n\"/home.aspx\"
                                                      \nPA: 67
                                                      \nLinking Root Domains: 52
                                                      \nTotal Links: 272\n\"/\"
                                                      \nPA: 64
                                                      \nLinking Root Domains: 29
                                                      \nTotal Links: 128\nI am under the impression that if the URLs were the same we would maximise our backlinks and therefore page authority.\nMy Question<\/strong>: How can I fix this? Should I have a 301 redirect from the page \"/\" to the \"/home.aspx\" therefore passing the authority and link juice of “/” directly to “/homes.aspx”?\nTrying to gather thoughts and ideas on this, suggestions are much appreciated?\nThanks!\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t
                                                      <\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| JoaoPdaCosta-WBR<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"LarsEriksson\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tHreflang on non-canonical pages<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      Hi!\nI've been trying to figure out what is the best way to solve this dilemma with duplicate content and multiple languages across domains.\n1 product info page\n2 same product but GREEN
                                                      \n3 same product but RED
                                                      \n4 same product but YELLOW\n**Question: **\nSince pages 2,3,4 just varies slightly I use the canonical tag to indicate they are duplicates of page 1.\nNow I also want to indicate there are other language versions with the_ rel=\"alternate\" hreflang=\"x\" _element.\nShould I place the _rel=\"alternate\" hreflang=\"x\" _on the canonical page only pointing to the canonical page with \"x\" language.\nShould I place the _rel=\"alternate\" hreflang=\"x\" _on all pages pointing to the canonical page with the \"x\" language?\nShould I place the _rel=\"alternate\" hreflang=\"x\"  _on all pages and then point it to the translated page (even if it is not a canonical page) ?\n/Lars\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t
                                                      <\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| LarsEriksson<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n\t
                                                    • \n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<\/a>\n\n\t\t
                                                      \n\t\t\t
                                                      \n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\"kwoolf\"<\/img>\n\t\t\t\t\t\n\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t

                                                      \n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t<\/i>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tWhat SEO considerations for multiple languages on a single page?<\/a>
                                                      \n\t\t\t\t\n\t\t\t<\/h3>\n\n\t\t\t\n\n\t\t\t
                                                      \n\t\t\t\t\n\t\t\t\t

                                                      I am working on a language teaching site for Chinese speakers learning English. I consider myself above average when it comes to basic SEO issues, but all I know here is that Google doesn't like multiple languages on a single page.\nWithout getting into too many details, both Chinese and English text will appear on the same page with links, tags, phonetic spellings, etc.\nI'm hoping someone here knows the science about using the lang=\"zh\" xml:lang=\"zh\" attributes within text and the effects on ranking for text within the declarations. And it'd be great if there was clarification on the link juice passed using the hreflang attribute for both internal and external links. Also, of course, any info on using both English and Chinese characters in the URL would be most helpful. A heads up on any other language specific SEO issues would also be much appreciated.\nMy goal is to get the most out of both languages per page in terms of ranking.\n<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<\/i><\/span> Technical SEO<\/a> |\n\t\t\t\t<\/small>\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<\/span>\n\t\t\t\t\t| kwoolf<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/small>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t

                                                      \n\t\t\t\t<\/i> 0<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/li>\n\t\n<\/ul>\n\n\t<\/div>\n<\/div>\n"}],"header":[{"html":"

                                                      Moz Q&A is closed.<\/h1><\/div>

                                                      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.<\/a><\/p><\/div><\/div>"}]}}

                      Get started with Moz Pro!

                      Unlock the power of advanced SEO tools and data-driven insights.

                      Start my free trial
                      Products
                      • Moz Pro
                      • Moz Local
                      • Moz API
                      • Moz Data
                      • STAT
                      • Product Updates
                      Moz Solutions
                      • SMB Solutions
                      • Agency Solutions
                      • Enterprise Solutions
                      Free SEO Tools
                      • Domain Authority Checker
                      • Link Explorer
                      • Keyword Explorer
                      • Competitive Research
                      • Brand Authority Checker
                      • Local Citation Checker
                      • MozBar Extension
                      • MozCast
                      Resources
                      • Blog
                      • SEO Learning Center
                      • Help Hub
                      • Beginner's Guide to SEO
                      • How-to Guides
                      • Moz Academy
                      • API Docs
                      About Moz
                      • About
                      • Team
                      • Careers
                      • Contact
                      Why Moz
                      • Case Studies
                      • Testimonials
                      Get Involved
                      • Become an Affiliate
                      • MozCon
                      • Webinars
                      • Practical Marketer Series
                      • MozPod
                      Connect with us

                      Contact the Help team

                      Join our newsletter
                      Moz logo
                      © 2021 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                      • Accessibility
                      • Terms of Use
                      • Privacy

                      Looks like your connection to Moz was lost, please wait while we try to reconnect.