Launching a New Site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tent Pitcher
    Confirmed User
    • Nov 2012
    • 213

    #1

    Launching a New Site

    Part 1 - Launching a New Site

    There is no point in reading any further if you don't have quality, original content. Sure, you can use shady SEO tricks, buy traffic, or re-post other people's content and maybe you'll make a few bucks doing it, but this series is about dealing with mainstream search engines - and they are constantly evolving to stay ahead of the cheats and shortcuts that you'll readily find on the internet. There are plenty of people who will sell you ways to increase your search engine rank, however, you will never be able to sustain it long term. If you truly want to build a brand in this crowded space, then you need to be on good terms with the two big players in search, and that means playing by their rules.

    These days there are really only two mainstream search engines to be concerned with, Bing and Google. Targeting these guys also takes care of Yahoo and Ask.com as they are just mildly reformulated results from the other two respectively. Of course there are other mainstream search engines out there, but it is generally not worth the time to target them as decent rankings on Bing and Google will eventually land you there anyway. Plus, in terms of overall search traffic, you aren't looking at a lot of leads from their smaller counterparts.

    Site Development

    I recommend not "publishing" your site until you have the first iteration complete and ready for public consumption. While the definition of publishing your site varies depending on how you have it hosted, the idea is to prevent the search engines from noticing your site and associating the domain name with the unfinished content. The easiest way to do this is to use a robots.txt file to block the search engines from indexing your site while it is under development. Both Bing and Google have what are considered to be well-behaved spiders, meaning mainly that they will honor the contents of your robots.txt file and essentially ignore your site. To do this, create a file called robots.txt with any text editor and add the following two lines:

    Code:
    User-agent: *
    Disallow: /
    Save or copy the file to the root (home) directory of your site and you will be effectively invisible. Once you have completed your site and are ready for the world to see it, simply delete the robots.txt file or modify it to suit your needs (doing so is beyond the scope of this article) and you are ready to go live.

    Further information: The Web Robots Pages

    Going Live

    The first thing I always suggest doing when launching a new site is signing up for the Webmaster Tools for both Bing and Google. This will give you insight into the way your site is being seen and indexed by the search engines that you will not be able to find anywhere else. Both are completely free and require only creating an account if you do not already have one, and then associating your site(s) with them. Statistics will take anywhere from a few days to a few weeks to show up once your site is indexed, but there are some things you should do in the interim.

    At this point, you will want to create a sitemap so the search engines will understand the structure and layout of your site without having to guess at it. This is the quickest way to get the parts of your site indexed that you want to be seen. A sitemap is an XML file that represents your site in a simple, structured fashion. Here is a subset of our sitemap to serve as an example:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
      <url>
        <loc>[URL="https://www.tentpitcher.com/"]https://www.tentpitcher.com/[/URL]</loc>
        <lastmod>2014-05-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
      </url>
      <url>
        <loc>[URL="https://www.tentpitcher.com/blog"]https://www.tentpitcher.com/blog[/URL]</loc>
        <lastmod>2014-06-01</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
      </url>
      <url>
        <loc>[URL="https://www.tentpitcher.com/xxxWords"]https://www.tentpitcher.com/xxxWords[/URL]</loc>
        <lastmod>2014-06-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
      </url>
    </urlset>
    This file is saved as sitemap.xml and just as with the robots.txt file, placed in the root (home) directory of your site. It outlines the different pages on your site (<loc>), when they were last modified (<lastmod>), how often they typically change (<changefreq>) and their priority relative to one another (<priority>). Once the file is in place, you should submit it using the Webmaster Tools. It is important to note that other sitemaps are treated mostly as guidelines when a site is being crawled, and while you can't really control much of anything about your listing or rank with them, they are essential to an effective overall site strategy. Make sure to keep your sitemap up to date so the search engines are aware of changes to your site as they happen.

    Once you are setup with Webmaster Tools and have submitted your sitemap, it is really just a waiting game until your site begins appearing in results. I have found Google to do this much more quickly than Bing, which makes sense considering that Google actually indexes the web in real-time. Microsoft simply does not have the horsepower to pull that off, so Bing lags as a result. If you keep an eye on the Webmaster Tools dashboards, you will be able to see exactly when your site has been indexed in the Sitemaps section. There are two bits of information there - the number of URLs submitted, and the number of URLs indexed. If these numbers are not the same (like if submitted is 7 and indexed is 6), you should look into the reason for the discrepancy. Usually the cause is duplicate or invalid entries in sitemap.xml, or it could be an unreachable URL. In any case, errors here will not directly affect your rankings, but the underlying reasons for them can so they are worth addressing.

    Further information: sitemaps.org - Home

    Now What?

    So you've launched your site, signed up for Webmaster Tools, created and submitted a sitemap, and confirmed that your site has at least been indexed by Google - what happens now? You should not make any changes to your site (other than adding new content) for the first month or so while the search engines decide where to start you off, this will make it easier for you to see if you have any problems that need to be addressed once your site begins appearing in the listings.

    With Google, you will usually see an increase in your site's rank shortly after it is indexed. More often than not, it will then settle back down a bit. Assuming you have followed my advice and not changed anything on your site yet, don't worry as this is perfectly normal. It is basically Google's way of figuring out where your site belongs to start out with - keep in mind there are billions of sites and yours has to fit relevantly in there somewhere.

    Bing is a bit different and seemingly more haphazard, your site will generally start out lower in the rankings, and then very slowly crawl one way or other without ever truly settling (at least early on). Therefore, it is impossible to infer anything without using Webmaster Tools to see how you are doing. Even then, it is difficult to get any truly useful information out of Microsoft until your site has been live for a while. It is for this and other reasons, that I usually recommend people solely focus on Google at this point and moving forward for a bit.

    Once your site has stabilized, you should again check the Webmaster Tools. Both engines offer suggestions as part of the package that can help you pinpoint any issues that might be affecting your search engine rankings, and most of the things that appear will need to be addressed. However, there is a right way and a wrong way to update a live website, which will be the subject of the next installment.

    Visibility is the key to managing your site's search engine rankings, and there are many third-party tools out there that can aid in the process. Two that I use regularly and have extensive experience with are AWStats and Webalizer. Of course, being able to install these depends on where your site is being hosted, but if you have the option I recommend installing one or the other.

    Further information: http://www.webalizer.org/, http://awstats.sourceforge.net/

    About Me

    I have been on the technology side of this industry for several years, as well as involved in mainstream tech (including search) since the mid-nineties. I currently run an adult search engine called Tent Pitcher.
    Tent Pitcher - Adult Search Engine
  • myjah
    Back in the harbor
    • Sep 2003
    • 11482

    #2
    Thanks so much for participating - looking forward to part 2!
    VP of Marketing
    AVN Media Network
    Skype: AVNJill
    [email protected]

    Comment

    • American Psycho
      Confirmed User
      • Feb 2009
      • 3068

      #3
      Nice that was good. Thx

      Comment

      • carlosse
        Registered User
        • Jan 2014
        • 26

        #4
        takeaway, make sure you have a robots.txt and sitemap.xml in place....why that much buzz for that...very amateur article most likely outsourced...xd
        ICQ Number----------->686426610
        Optimized and Google Friendly WP Adult Themes here https://adult-theme.com

        Comment

        • Lichen
          Tube Master
          • May 2004
          • 1640

          #5
          >2014
          >Launching new sites

          KEK

          Comment

          • Markul
            Likes Pie
            • Dec 2007
            • 12403

            #6
            That was very.... ermm... basic. It covers maybe 0,2% of the work involved in launching a new site / service. But thanks for sharing
            But.... I pulled out...

            Comment

            • xxxjay
              Tube groupie.
              • Aug 2002
              • 13482

              #7
              Originally posted by Tent Pitcher
              Part 1 - Launching a New Site

              There is no point in reading any further if you don't have quality, original content. Sure, you can use shady SEO tricks, buy traffic, or re-post other people's content and maybe you'll make a few bucks doing it, but this series is about dealing with mainstream search engines - and they are constantly evolving to stay ahead of the cheats and shortcuts that you'll readily find on the internet. There are plenty of people who will sell you ways to increase your search engine rank, however, you will never be able to sustain it long term. If you truly want to build a brand in this crowded space, then you need to be on good terms with the two big players in search, and that means playing by their rules.

              These days there are really only two mainstream search engines to be concerned with, Bing and Google. Targeting these guys also takes care of Yahoo and Ask.com as they are just mildly reformulated results from the other two respectively. Of course there are other mainstream search engines out there, but it is generally not worth the time to target them as decent rankings on Bing and Google will eventually land you there anyway. Plus, in terms of overall search traffic, you aren't looking at a lot of leads from their smaller counterparts.

              Site Development

              I recommend not "publishing" your site until you have the first iteration complete and ready for public consumption. While the definition of publishing your site varies depending on how you have it hosted, the idea is to prevent the search engines from noticing your site and associating the domain name with the unfinished content. The easiest way to do this is to use a robots.txt file to block the search engines from indexing your site while it is under development. Both Bing and Google have what are considered to be well-behaved spiders, meaning mainly that they will honor the contents of your robots.txt file and essentially ignore your site. To do this, create a file called robots.txt with any text editor and add the following two lines:

              Code:
              User-agent: *
              Disallow: /
              Save or copy the file to the root (home) directory of your site and you will be effectively invisible. Once you have completed your site and are ready for the world to see it, simply delete the robots.txt file or modify it to suit your needs (doing so is beyond the scope of this article) and you are ready to go live.

              Further information: http://www.robotstxt.org/

              Going Live

              The first thing I always suggest doing when launching a new site is signing up for the Webmaster Tools for both Bing and Google. This will give you insight into the way your site is being seen and indexed by the search engines that you will not be able to find anywhere else. Both are completely free and require only creating an account if you do not already have one, and then associating your site(s) with them. Statistics will take anywhere from a few days to a few weeks to show up once your site is indexed, but there are some things you should do in the interim.

              At this point, you will want to create a sitemap so the search engines will understand the structure and layout of your site without having to guess at it. This is the quickest way to get the parts of your site indexed that you want to be seen. A sitemap is an XML file that represents your site in a simple, structured fashion. Here is a subset of our sitemap to serve as an example:

              Code:
              <?xml version="1.0" encoding="UTF-8"?>
              <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
                <url>
                  <loc>[URL="https://www.tentpitcher.com/"]https://www.tentpitcher.com/[/URL]</loc>
                  <lastmod>2014-05-27</lastmod>
                  <changefreq>monthly</changefreq>
                  <priority>1.0</priority>
                </url>
                <url>
                  <loc>[URL="https://www.tentpitcher.com/blog"]https://www.tentpitcher.com/blog[/URL]</loc>
                  <lastmod>2014-06-01</lastmod>
                  <changefreq>daily</changefreq>
                  <priority>0.9</priority>
                </url>
                <url>
                  <loc>[URL="https://www.tentpitcher.com/xxxWords"]https://www.tentpitcher.com/xxxWords[/URL]</loc>
                  <lastmod>2014-06-01</lastmod>
                  <changefreq>weekly</changefreq>
                  <priority>0.5</priority>
                </url>
              </urlset>
              This file is saved as sitemap.xml and just as with the robots.txt file, placed in the root (home) directory of your site. It outlines the different pages on your site (<loc>), when they were last modified (<lastmod>), how often they typically change (<changefreq>) and their priority relative to one another (<priority>). Once the file is in place, you should submit it using the Webmaster Tools. It is important to note that other sitemaps are treated mostly as guidelines when a site is being crawled, and while you can't really control much of anything about your listing or rank with them, they are essential to an effective overall site strategy. Make sure to keep your sitemap up to date so the search engines are aware of changes to your site as they happen.

              Once you are setup with Webmaster Tools and have submitted your sitemap, it is really just a waiting game until your site begins appearing in results. I have found Google to do this much more quickly than Bing, which makes sense considering that Google actually indexes the web in real-time. Microsoft simply does not have the horsepower to pull that off, so Bing lags as a result. If you keep an eye on the Webmaster Tools dashboards, you will be able to see exactly when your site has been indexed in the Sitemaps section. There are two bits of information there - the number of URLs submitted, and the number of URLs indexed. If these numbers are not the same (like if submitted is 7 and indexed is 6), you should look into the reason for the discrepancy. Usually the cause is duplicate or invalid entries in sitemap.xml, or it could be an unreachable URL. In any case, errors here will not directly affect your rankings, but the underlying reasons for them can so they are worth addressing.

              Further information: http://www.sitemaps.org/

              Now What?

              So you've launched your site, signed up for Webmaster Tools, created and submitted a sitemap, and confirmed that your site has at least been indexed by Google - what happens now? You should not make any changes to your site (other than adding new content) for the first month or so while the search engines decide where to start you off, this will make it easier for you to see if you have any problems that need to be addressed once your site begins appearing in the listings.

              With Google, you will usually see an increase in your site's rank shortly after it is indexed. More often than not, it will then settle back down a bit. Assuming you have followed my advice and not changed anything on your site yet, don't worry as this is perfectly normal. It is basically Google's way of figuring out where your site belongs to start out with - keep in mind there are billions of sites and yours has to fit relevantly in there somewhere.

              Bing is a bit different and seemingly more haphazard, your site will generally start out lower in the rankings, and then very slowly crawl one way or other without ever truly settling (at least early on). Therefore, it is impossible to infer anything without using Webmaster Tools to see how you are doing. Even then, it is difficult to get any truly useful information out of Microsoft until your site has been live for a while. It is for this and other reasons, that I usually recommend people solely focus on Google at this point and moving forward for a bit.

              Once your site has stabilized, you should again check the Webmaster Tools. Both engines offer suggestions as part of the package that can help you pinpoint any issues that might be affecting your search engine rankings, and most of the things that appear will need to be addressed. However, there is a right way and a wrong way to update a live website, which will be the subject of the next installment.

              Visibility is the key to managing your site's search engine rankings, and there are many third-party tools out there that can aid in the process. Two that I use regularly and have extensive experience with are AWStats and Webalizer. Of course, being able to install these depends on where your site is being hosted, but if you have the option I recommend installing one or the other.

              Further information: http://www.webalizer.org/, http://awstats.sourceforge.net/

              About Me

              I have been on the technology side of this industry for several years, as well as involved in mainstream tech (including search) since the mid-nineties. I currently run an adult search engine called Tent Pitcher.
              Wow...a thread with info..what a concept...nice.
              http://donttellmehowtoruinmylife.com/ - http://www.jmdigitalmarketing.com/my...s-and-reviews/ - http://www.wouldyouhitit.org - http://shinyobjectreviews.com/

              Comment

              • Cmalla90
                Registered User
                • May 2014
                • 10

                #8
                Lauching a new site

                Thanks for the post, this has been very helpfully.

                Comment

                • skirtcake
                  Registered User
                  • Jul 2014
                  • 95

                  #9
                  Much appreciated.
                  * mormongirlz.com
                  * twitter.com/mormon_girlz
                  * mormon-girlz.tumblr.com

                  Comment

                  • girlsclub
                    Registered User
                    • Jul 2014
                    • 1

                    #10
                    Thanks I just learned that you can shoo away the crawly bugs of google before launch =].

                    I am wondering about the shooting up and getting high rankings for a short time and then dying down. Does that mean that after say 6 months when google looks at your site again that you could be placed up in the high rankings potentially?
                    http://jav4u.co/ - JAV Porn Movies

                    Comment

                    • BOOBSARMY
                      Confirmed User
                      • Jul 2014
                      • 115

                      #11
                      Great info . Thanks

                      Comment

                      • isexybody
                        Registered User
                        • Jul 2014
                        • 51

                        #12
                        I am a newbies. I need this knowledge, thank you for sharing
                        The Best Free Webcams Chaturbate, and blog:Hot and minx babes

                        Comment

                        • Karlstorm
                          Registered User
                          • Mar 2014
                          • 46

                          #13
                          Thanks for the information.

                          Comment

                          • Erorina
                            Registered User
                            • Nov 2014
                            • 33

                            #14
                            thanks for nice explanation ;-)

                            Comment

                            • roxanneraid
                              Registered User
                              • Dec 2014
                              • 35

                              #15
                              Great post, tnx mate

                              Comment

                              • hotbarbie
                                Registered User
                                • Dec 2014
                                • 32

                                #16
                                thanks for your article

                                Comment

                                • thecatwrites
                                  Confirmed User
                                  • Dec 2014
                                  • 418

                                  #17
                                  Launching a new site really takes a lot of hard work. But still, great article.

                                  Comment

                                  • horikh
                                    Registered User
                                    • Dec 2014
                                    • 33

                                    #18
                                    Excellent post, thanks a lot !!

                                    Comment

                                    • mihaitza
                                      Registered User
                                      • Dec 2014
                                      • 30

                                      #19
                                      Thanks for super information!

                                      Comment

                                      • zelca4ever
                                        Registered User
                                        • Dec 2014
                                        • 31

                                        #20
                                        Nice insight, thanks for sharing!

                                        Comment

                                        • valerynoir
                                          Registered User
                                          • Dec 2014
                                          • 32

                                          #21
                                          thanks buddy

                                          Comment

                                          • bella.franceska
                                            Registered User
                                            • Dec 2014
                                            • 30

                                            #22
                                            thank you for sharing all this with us!

                                            Comment

                                            • silviustr
                                              Registered User
                                              • Dec 2014
                                              • 30

                                              #23
                                              great post man, thank you

                                              Comment

                                              • miss.ralu
                                                Registered User
                                                • Dec 2014
                                                • 30

                                                #24
                                                thank you for sharing all this with us!

                                                Comment

                                                • parleal
                                                  Registered User
                                                  • Dec 2014
                                                  • 30

                                                  #25
                                                  Excellent post, thanks a lot !!

                                                  Comment

                                                  • cinnemon
                                                    Registered User
                                                    • Dec 2014
                                                    • 32

                                                    #26
                                                    good info as always ....thanks!

                                                    Comment

                                                    • aditeo
                                                      Registered User
                                                      • Dec 2014
                                                      • 31

                                                      #27
                                                      nice to know all these things

                                                      Comment

                                                      • j3rkules
                                                        VIP
                                                        • Jul 2013
                                                        • 22111

                                                        #28
                                                        A short but productive advices for newbies.

                                                        Comment

                                                        • babeshowwebsites
                                                          Registered User
                                                          • Jan 2015
                                                          • 99

                                                          #29
                                                          Thanks for sharing
                                                          Website Design, SEO & Social Media Management




                                                          ---

                                                          Comment

                                                          • rudimentalcom
                                                            Registered User
                                                            • Feb 2015
                                                            • 33

                                                            #30
                                                            Good info! Thank you!

                                                            Comment

                                                            • MassTuber
                                                              Registered User
                                                              • Sep 2014
                                                              • 33

                                                              #31
                                                              Quite useful, thanks

                                                              Comment

                                                              • j3rkules
                                                                VIP
                                                                • Jul 2013
                                                                • 22111

                                                                #32
                                                                Excellent article. Very well written and very informative.

                                                                Comment

                                                                • xxxclusive
                                                                  Confirmed User
                                                                  • Oct 2012
                                                                  • 785

                                                                  #33
                                                                  Thanks for sharing

                                                                  Comment

                                                                  • Gandolph
                                                                    Confirmed User
                                                                    • Nov 2015
                                                                    • 180

                                                                    #34
                                                                    Interesting

                                                                    Thanks for sharing
                                                                    https://taboopornvids.com

                                                                    Comment

                                                                    • Tomxxx
                                                                      Registered User
                                                                      • Jan 2015
                                                                      • 88

                                                                      #35
                                                                      thank you for this educational post Tent Pitcher! ;)

                                                                      Email: tom (at) coupons (dot) xxx

                                                                      Comment

                                                                      • blogspot
                                                                        So Fucking Banned
                                                                        • Jan 2016
                                                                        • 292

                                                                        #36
                                                                        Good Article for launching your own site

                                                                        Comment

                                                                        • pornmovies.xxx
                                                                          Registered User
                                                                          • Nov 2015
                                                                          • 39

                                                                          #37
                                                                          Thank God we have programmers that are doing all this work. It's a bit complicated!
                                                                          Good read nevertheless!
                                                                          Get your discounted offer listed at Coupons.xxx which is a part of NeXXXus network.

                                                                          Comment

                                                                          • ufotestpilot
                                                                            Confirmed User
                                                                            • Nov 2016
                                                                            • 161

                                                                            #38
                                                                            Originally posted by Tent Pitcher
                                                                            Part 1 - Launching a New Site

                                                                            There is no point in reading any further if you don't have quality, original content. Sure, you can use shady SEO tricks, buy traffic, or re-post other people's content and maybe you'll make a few bucks doing it, but this series is about dealing with mainstream search engines - and they are constantly evolving to stay ahead of the cheats and shortcuts that you'll readily find on the internet. There are plenty of people who will sell you ways to increase your search engine rank, however, you will never be able to sustain it long term. If you truly want to build a brand in this crowded space, then you need to be on good terms with the two big players in search, and that means playing by their rules.

                                                                            These days there are really only two mainstream search engines to be concerned with, Bing and Google. Targeting these guys also takes care of Yahoo and Ask.com as they are just mildly reformulated results from the other two respectively. Of course there are other mainstream search engines out there, but it is generally not worth the time to target them as decent rankings on Bing and Google will eventually land you there anyway. Plus, in terms of overall search traffic, you aren't looking at a lot of leads from their smaller counterparts.

                                                                            Site Development

                                                                            I recommend not "publishing" your site until you have the first iteration complete and ready for public consumption. While the definition of publishing your site varies depending on how you have it hosted, the idea is to prevent the search engines from noticing your site and associating the domain name with the unfinished content. The easiest way to do this is to use a robots.txt file to block the search engines from indexing your site while it is under development. Both Bing and Google have what are considered to be well-behaved spiders, meaning mainly that they will honor the contents of your robots.txt file and essentially ignore your site. To do this, create a file called robots.txt with any text editor and add the following two lines:

                                                                            Code:
                                                                            User-agent: *
                                                                            Disallow: /
                                                                            Save or copy the file to the root (home) directory of your site and you will be effectively invisible. Once you have completed your site and are ready for the world to see it, simply delete the robots.txt file or modify it to suit your needs (doing so is beyond the scope of this article) and you are ready to go live.

                                                                            Further information: The Web Robots Pages

                                                                            Going Live

                                                                            The first thing I always suggest doing when launching a new site is signing up for the Webmaster Tools for both Bing and Google. This will give you insight into the way your site is being seen and indexed by the search engines that you will not be able to find anywhere else. Both are completely free and require only creating an account if you do not already have one, and then associating your site(s) with them. Statistics will take anywhere from a few days to a few weeks to show up once your site is indexed, but there are some things you should do in the interim.

                                                                            At this point, you will want to create a sitemap so the search engines will understand the structure and layout of your site without having to guess at it. This is the quickest way to get the parts of your site indexed that you want to be seen. A sitemap is an XML file that represents your site in a simple, structured fashion. Here is a subset of our sitemap to serve as an example:

                                                                            Code:
                                                                            <?xml version="1.0" encoding="UTF-8"?>
                                                                            <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
                                                                              <url>
                                                                                <loc>[URL="https://www.tentpitcher.com/"]https://www.tentpitcher.com/[/URL]</loc>
                                                                                <lastmod>2014-05-27</lastmod>
                                                                                <changefreq>monthly</changefreq>
                                                                                <priority>1.0</priority>
                                                                              </url>
                                                                              <url>
                                                                                <loc>[URL="https://www.tentpitcher.com/blog"]https://www.tentpitcher.com/blog[/URL]</loc>
                                                                                <lastmod>2014-06-01</lastmod>
                                                                                <changefreq>daily</changefreq>
                                                                                <priority>0.9</priority>
                                                                              </url>
                                                                              <url>
                                                                                <loc>[URL="https://www.tentpitcher.com/xxxWords"]https://www.tentpitcher.com/xxxWords[/URL]</loc>
                                                                                <lastmod>2014-06-01</lastmod>
                                                                                <changefreq>weekly</changefreq>
                                                                                <priority>0.5</priority>
                                                                              </url>
                                                                            </urlset>
                                                                            This file is saved as sitemap.xml and just as with the robots.txt file, placed in the root (home) directory of your site. It outlines the different pages on your site (<loc>), when they were last modified (<lastmod>), how often they typically change (<changefreq>) and their priority relative to one another (<priority>). Once the file is in place, you should submit it using the Webmaster Tools. It is important to note that other sitemaps are treated mostly as guidelines when a site is being crawled, and while you can't really control much of anything about your listing or rank with them, they are essential to an effective overall site strategy. Make sure to keep your sitemap up to date so the search engines are aware of changes to your site as they happen.

                                                                            Once you are setup with Webmaster Tools and have submitted your sitemap, it is really just a waiting game until your site begins appearing in results. I have found Google to do this much more quickly than Bing, which makes sense considering that Google actually indexes the web in real-time. Microsoft simply does not have the horsepower to pull that off, so Bing lags as a result. If you keep an eye on the Webmaster Tools dashboards, you will be able to see exactly when your site has been indexed in the Sitemaps section. There are two bits of information there - the number of URLs submitted, and the number of URLs indexed. If these numbers are not the same (like if submitted is 7 and indexed is 6), you should look into the reason for the discrepancy. Usually the cause is duplicate or invalid entries in sitemap.xml, or it could be an unreachable URL. In any case, errors here will not directly affect your rankings, but the underlying reasons for them can so they are worth addressing.

                                                                            Further information: sitemaps.org - Home

                                                                            Now What?

                                                                            So you've launched your site, signed up for Webmaster Tools, created and submitted a sitemap, and confirmed that your site has at least been indexed by Google - what happens now? You should not make any changes to your site (other than adding new content) for the first month or so while the search engines decide where to start you off, this will make it easier for you to see if you have any problems that need to be addressed once your site begins appearing in the listings.

                                                                            With Google, you will usually see an increase in your site's rank shortly after it is indexed. More often than not, it will then settle back down a bit. Assuming you have followed my advice and not changed anything on your site yet, don't worry as this is perfectly normal. It is basically Google's way of figuring out where your site belongs to start out with - keep in mind there are billions of sites and yours has to fit relevantly in there somewhere.

                                                                            Bing is a bit different and seemingly more haphazard, your site will generally start out lower in the rankings, and then very slowly crawl one way or other without ever truly settling (at least early on). Therefore, it is impossible to infer anything without using Webmaster Tools to see how you are doing. Even then, it is difficult to get any truly useful information out of Microsoft until your site has been live for a while. It is for this and other reasons, that I usually recommend people solely focus on Google at this point and moving forward for a bit.

                                                                            Once your site has stabilized, you should again check the Webmaster Tools. Both engines offer suggestions as part of the package that can help you pinpoint any issues that might be affecting your search engine rankings, and most of the things that appear will need to be addressed. However, there is a right way and a wrong way to update a live website, which will be the subject of the next installment.

                                                                            Visibility is the key to managing your site's search engine rankings, and there are many third-party tools out there that can aid in the process. Two that I use regularly and have extensive experience with are AWStats and Webalizer. Of course, being able to install these depends on where your site is being hosted, but if you have the option I recommend installing one or the other.

                                                                            Further information: http://www.webalizer.org/, http://awstats.sourceforge.net/

                                                                            About Me

                                                                            I have been on the technology side of this industry for several years, as well as involved in mainstream tech (including search) since the mid-nineties. I currently run an adult search engine called Tent Pitcher.
                                                                            Great article! I know it takes a lot of time and effort for you guys to write these tutorials and I for one appreciate it. Don't think you're wasting your time. It's a great help for many of us.
                                                                            Keep up the good work!
                                                                            X

                                                                            Comment

                                                                            • Daniel BongaCash
                                                                              Confirmed User
                                                                              • Aug 2016
                                                                              • 353

                                                                              #39
                                                                              Thanks for sharing
                                                                              Skype: daniel.bongacash | E-Mail: [email protected] | ICQ: 706111038



                                                                              Kind Regards,
                                                                              Daniel
                                                                              Affiliate Manager

                                                                              Comment

                                                                              • tigercat
                                                                                Registered User
                                                                                • Dec 2013
                                                                                • 26

                                                                                #40
                                                                                Excellent , thanks for this

                                                                                Comment

                                                                                • j3rkules
                                                                                  VIP
                                                                                  • Jul 2013
                                                                                  • 22111

                                                                                  #41
                                                                                  I just want to tell that if you are new to the adult industry and want to create an adult site, you can visit my site mradultaffiliate.com for some free information.

                                                                                  Comment

                                                                                  • alice_cokerat
                                                                                    Registered User
                                                                                    • Dec 2014
                                                                                    • 45

                                                                                    #42
                                                                                    Quite usefull, thank you sir!

                                                                                    Comment

                                                                                    • alice_cokerat
                                                                                      Registered User
                                                                                      • Dec 2014
                                                                                      • 45

                                                                                      #43
                                                                                      This is really good stuff. I am a new to this.

                                                                                      Comment

                                                                                      • celandina
                                                                                        Too lazy to set a custom title
                                                                                        • Jun 2006
                                                                                        • 11721

                                                                                        #44
                                                                                        Originally posted by Markul
                                                                                        That was very.... ermm... basic. It covers maybe 0,2% of the work involved in launching a new site / service. But thanks for sharing
                                                                                        Shit ??!! 0.2 % ??? I have a recent site ( Nov 2016 launch) and just now found out that I am not up to the 0.2 %.....i just found out about registering and site maps...what is the other 99.8 % I am still missing.... Oh somebody said I need H1 tags... WTF is that ?? This will be a looooooong tutorial :U

                                                                                        I need to hire somebody ....

                                                                                        Comment

                                                                                        • Nicolas-Pornsensuality
                                                                                          Confirmed User
                                                                                          • Dec 2016
                                                                                          • 119

                                                                                          #45
                                                                                          Thank you

                                                                                          Comment

                                                                                          • Olga BongaCash
                                                                                            Confirmed User
                                                                                            • Dec 2015
                                                                                            • 345

                                                                                            #46
                                                                                            thank you for the info!


                                                                                            Skype: olga.bongacash ICQ: 680413573 E-mail: [email protected]

                                                                                            Comment

                                                                                            • Sasha BongaCash
                                                                                              Confirmed User
                                                                                              • Aug 2016
                                                                                              • 242

                                                                                              #47
                                                                                              Thanks for sharing! It's useful


                                                                                              Skype: sasha.bongacash
                                                                                              ICQ: 673088361
                                                                                              E-mail: <span style="color:plum"><b>[email protected]</b></span>

                                                                                              Comment

                                                                                              • n3o
                                                                                                Confirmed User
                                                                                                • May 2011
                                                                                                • 95

                                                                                                #48
                                                                                                great information , lookin' forward for part 2
                                                                                                Private Label Dating Sites - Start own adult dating business

                                                                                                Comment

                                                                                                • fairytail
                                                                                                  Registered User
                                                                                                  • Jan 2017
                                                                                                  • 64

                                                                                                  #49
                                                                                                  Thanks for Info!!

                                                                                                  Comment

                                                                                                  • jizz.st
                                                                                                    Registered User
                                                                                                    • May 2017
                                                                                                    • 38

                                                                                                    #50
                                                                                                    Excellent and simple...wish i had read this before i started. Luckily i followed 90% of this format anyway.
                                                                                                    Wannabe Affiliate Rockstar
                                                                                                    Currently achieving Zero Results
                                                                                                    https://footpimp.com

                                                                                                    Comment

                                                                                                    Working...