“Under construction” pages and multiple canonicalization tags

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
1
down vote

favorite












My website has a few pages that are still "under construction" and I want to go online.



What is the best practice to redirect all HREF links to a common "under construction" page?



Can it be done using canonicalization by including multiple link=rel tags inside the head of the under construction page for all the incomplete pages or are there any simpler methods?










share|improve this question









New contributor




Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    up vote
    1
    down vote

    favorite












    My website has a few pages that are still "under construction" and I want to go online.



    What is the best practice to redirect all HREF links to a common "under construction" page?



    Can it be done using canonicalization by including multiple link=rel tags inside the head of the under construction page for all the incomplete pages or are there any simpler methods?










    share|improve this question









    New contributor




    Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      My website has a few pages that are still "under construction" and I want to go online.



      What is the best practice to redirect all HREF links to a common "under construction" page?



      Can it be done using canonicalization by including multiple link=rel tags inside the head of the under construction page for all the incomplete pages or are there any simpler methods?










      share|improve this question









      New contributor




      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      My website has a few pages that are still "under construction" and I want to go online.



      What is the best practice to redirect all HREF links to a common "under construction" page?



      Can it be done using canonicalization by including multiple link=rel tags inside the head of the under construction page for all the incomplete pages or are there any simpler methods?







      seo html canonical-url






      share|improve this question









      New contributor




      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 5 hours ago









      MrWhite

      29.6k33363




      29.6k33363






      New contributor




      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      Leb_Broth

      1061




      1061




      New contributor




      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Leb_Broth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          The simplest solutions:



          1. Don't add (or hide) the navigation links to those pages.


          2. Add a simple redirect method in your header so that the link sends you to the home/splash or another page.



            <meta http-equiv="refresh" content="0; url=http://example.com/" />


          3. FTP your site so that it's "in place online", but password protect it so that you can see it online while you finish working on it. On an Apache server you would use .htaccess and .htpasswd files to accomplish this.


          4. Finish those pages before you go public.


          I understand that you are excited about getting your website online, but having the "under construction" pages is going to keep people away instead of bringing more people in. Your page content is what gets people to "stick around" and if there isn't anything there.... there isn't a reason for them to be there either. Don't misunderstand me, no website is ever really done. You want to be constantly adding and editing to improve what you have. This is what brings people in. But, you should avoid having them land on a page that's empty.






          share|improve this answer








          New contributor




          elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "45"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Leb_Broth is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f118552%2funder-construction-pages-and-multiple-canonicalization-tags%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            The simplest solutions:



            1. Don't add (or hide) the navigation links to those pages.


            2. Add a simple redirect method in your header so that the link sends you to the home/splash or another page.



              <meta http-equiv="refresh" content="0; url=http://example.com/" />


            3. FTP your site so that it's "in place online", but password protect it so that you can see it online while you finish working on it. On an Apache server you would use .htaccess and .htpasswd files to accomplish this.


            4. Finish those pages before you go public.


            I understand that you are excited about getting your website online, but having the "under construction" pages is going to keep people away instead of bringing more people in. Your page content is what gets people to "stick around" and if there isn't anything there.... there isn't a reason for them to be there either. Don't misunderstand me, no website is ever really done. You want to be constantly adding and editing to improve what you have. This is what brings people in. But, you should avoid having them land on a page that's empty.






            share|improve this answer








            New contributor




            elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              up vote
              2
              down vote













              The simplest solutions:



              1. Don't add (or hide) the navigation links to those pages.


              2. Add a simple redirect method in your header so that the link sends you to the home/splash or another page.



                <meta http-equiv="refresh" content="0; url=http://example.com/" />


              3. FTP your site so that it's "in place online", but password protect it so that you can see it online while you finish working on it. On an Apache server you would use .htaccess and .htpasswd files to accomplish this.


              4. Finish those pages before you go public.


              I understand that you are excited about getting your website online, but having the "under construction" pages is going to keep people away instead of bringing more people in. Your page content is what gets people to "stick around" and if there isn't anything there.... there isn't a reason for them to be there either. Don't misunderstand me, no website is ever really done. You want to be constantly adding and editing to improve what you have. This is what brings people in. But, you should avoid having them land on a page that's empty.






              share|improve this answer








              New contributor




              elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.



















                up vote
                2
                down vote










                up vote
                2
                down vote









                The simplest solutions:



                1. Don't add (or hide) the navigation links to those pages.


                2. Add a simple redirect method in your header so that the link sends you to the home/splash or another page.



                  <meta http-equiv="refresh" content="0; url=http://example.com/" />


                3. FTP your site so that it's "in place online", but password protect it so that you can see it online while you finish working on it. On an Apache server you would use .htaccess and .htpasswd files to accomplish this.


                4. Finish those pages before you go public.


                I understand that you are excited about getting your website online, but having the "under construction" pages is going to keep people away instead of bringing more people in. Your page content is what gets people to "stick around" and if there isn't anything there.... there isn't a reason for them to be there either. Don't misunderstand me, no website is ever really done. You want to be constantly adding and editing to improve what you have. This is what brings people in. But, you should avoid having them land on a page that's empty.






                share|improve this answer








                New contributor




                elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                The simplest solutions:



                1. Don't add (or hide) the navigation links to those pages.


                2. Add a simple redirect method in your header so that the link sends you to the home/splash or another page.



                  <meta http-equiv="refresh" content="0; url=http://example.com/" />


                3. FTP your site so that it's "in place online", but password protect it so that you can see it online while you finish working on it. On an Apache server you would use .htaccess and .htpasswd files to accomplish this.


                4. Finish those pages before you go public.


                I understand that you are excited about getting your website online, but having the "under construction" pages is going to keep people away instead of bringing more people in. Your page content is what gets people to "stick around" and if there isn't anything there.... there isn't a reason for them to be there either. Don't misunderstand me, no website is ever really done. You want to be constantly adding and editing to improve what you have. This is what brings people in. But, you should avoid having them land on a page that's empty.







                share|improve this answer








                New contributor




                elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 1 hour ago









                elbrant

                414




                414




                New contributor




                elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                elbrant is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                    Leb_Broth is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Leb_Broth is a new contributor. Be nice, and check out our Code of Conduct.












                    Leb_Broth is a new contributor. Be nice, and check out our Code of Conduct.











                    Leb_Broth is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f118552%2funder-construction-pages-and-multiple-canonicalization-tags%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery