Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Come here to learn from top industry professionals. SEO, Content Management, Automation, Marketing, and much more!

 
Thread Tools
Old 06-03-2014, 03:02 PM   #1
Tent Pitcher
Confirmed User
 
Tent Pitcher's Avatar
 
Industry Role:
Join Date: Nov 2012
Location: New Orleans
Posts: 213
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>https://www.tentpitcher.com/</loc>
    <lastmod>2014-05-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.tentpitcher.com/blog</loc>
    <lastmod>2014-06-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.tentpitcher.com/xxxWords</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
Tent Pitcher is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-05-2014, 03:58 PM   #2
myjah
Back in the harbor
 
Industry Role:
Join Date: Sep 2003
Posts: 11,482
Thanks so much for participating - looking forward to part 2!
__________________
VP of Marketing
AVN Media Network
Skype: AVNJill
[email protected]
myjah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-05-2014, 05:01 PM   #3
American Psycho
Confirmed User
 
Industry Role:
Join Date: Feb 2009
Posts: 3,068
Nice that was good. Thx
American Psycho is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-06-2014, 11:55 AM   #4
carlosse
Registered User
 
Industry Role:
Join Date: Jan 2014
Posts: 26
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
carlosse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-06-2014, 12:02 PM   #5
Lichen
Tube Master
 
Lichen's Avatar
 
Industry Role:
Join Date: May 2004
Posts: 1,639
>2014
>Launching new sites

KEK
Lichen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-06-2014, 01:03 PM   #6
Markul
Likes Pie
 
Markul's Avatar
 
Industry Role:
Join Date: Dec 2007
Location: The land that liberated porn
Posts: 12,400
That was very.... ermm... basic. It covers maybe 0,2% of the work involved in launching a new site / service. But thanks for sharing
__________________
Get 5% for life on Model Earnings and Fan token buys with AdultNode.com - Studio Link - Creators keep 100% of your earnings
Markul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-06-2014, 09:47 PM   #7
xxxjay
Tube groupie.
 
xxxjay's Avatar
 
Industry Role:
Join Date: Aug 2002
Location: LoScandalous, CA
Posts: 13,483
Quote:
Originally Posted by Tent Pitcher View Post
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>https://www.tentpitcher.com/</loc>
    <lastmod>2014-05-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.tentpitcher.com/blog</loc>
    <lastmod>2014-06-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.tentpitcher.com/xxxWords</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.
xxxjay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-03-2014, 09:05 PM   #8
Cmalla90
Registered User
 
Industry Role:
Join Date: May 2014
Posts: 10
Lauching a new site

Thanks for the post, this has been very helpfully.
Cmalla90 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-16-2014, 09:23 AM   #9
skirtcake
Registered User
 
Industry Role:
Join Date: Jul 2014
Location: SLC
Posts: 95
Much appreciated.
skirtcake is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-22-2014, 07:35 PM   #10
girlsclub
Registered User
 
Industry Role:
Join Date: Jul 2014
Posts: 1
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
girlsclub is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-24-2014, 03:33 PM   #11
BOOBSARMY
Confirmed User
 
BOOBSARMY's Avatar
 
Industry Role:
Join Date: Jul 2014
Posts: 115
Great info . Thanks
BOOBSARMY is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2014, 01:31 AM   #12
isexybody
Registered User
 
isexybody's Avatar
 
Industry Role:
Join Date: Jul 2014
Posts: 51
I am a newbies. I need this knowledge, thank you for sharing
isexybody is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-18-2014, 10:06 AM   #13
Karlstorm
Registered User
 
Industry Role:
Join Date: Mar 2014
Posts: 46
Thanks for the information.
Karlstorm is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-27-2014, 03:29 PM   #14
Erorina
Registered User
 
Industry Role:
Join Date: Nov 2014
Posts: 33
thanks for nice explanation ;-)
Erorina is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-10-2014, 04:38 PM   #15
roxanneraid
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 35
Great post, tnx mate
roxanneraid is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-10-2014, 05:32 PM   #16
hotbarbie
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 32
thanks for your article
hotbarbie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-11-2014, 05:27 AM   #17
thecatwrites
Confirmed User
 
thecatwrites's Avatar
 
Industry Role:
Join Date: Dec 2014
Posts: 418
Launching a new site really takes a lot of hard work. But still, great article.
thecatwrites is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 01:00 AM   #18
horikh
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 33
Excellent post, thanks a lot !!
horikh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 01:00 AM   #19
mihaitza
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 30
Thanks for super information!
mihaitza is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 01:00 AM   #20
zelca4ever
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 31
Nice insight, thanks for sharing!
zelca4ever is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 01:00 AM   #21
valerynoir
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 32
thanks buddy
valerynoir is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 02:01 AM   #22
bella.franceska
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 30
thank you for sharing all this with us!
bella.franceska is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 02:01 AM   #23
silviustr
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 30
great post man, thank you
silviustr is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 02:14 AM   #24
miss.ralu
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 30
thank you for sharing all this with us!
miss.ralu is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 02:14 AM   #25
parleal
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 30
Excellent post, thanks a lot !!
parleal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 03:00 AM   #26
cinnemon
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 32
good info as always ....thanks!
cinnemon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-12-2014, 03:00 AM   #27
aditeo
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 31
nice to know all these things
aditeo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-16-2015, 03:54 PM   #28
j3rkules
VIP
 
j3rkules's Avatar
 
Industry Role:
Join Date: Jul 2013
Posts: 22,104
A short but productive advices for newbies.
j3rkules is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-21-2015, 12:32 PM   #29
babeshowwebsites
Registered User
 
babeshowwebsites's Avatar
 
Industry Role:
Join Date: Jan 2015
Posts: 99
Thanks for sharing
babeshowwebsites is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-16-2015, 02:00 PM   #30
rudimentalcom
Registered User
 
Industry Role:
Join Date: Feb 2015
Posts: 33
Good info! Thank you!
rudimentalcom is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-05-2016, 11:50 AM   #31
MassTuber
Registered User
 
Industry Role:
Join Date: Sep 2014
Posts: 33
Quite useful, thanks
MassTuber is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-05-2016, 12:03 PM   #32
j3rkules
VIP
 
j3rkules's Avatar
 
Industry Role:
Join Date: Jul 2013
Posts: 22,104
Excellent article. Very well written and very informative.
j3rkules is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-22-2016, 10:08 AM   #33
xxxclusive
Confirmed User
 
Industry Role:
Join Date: Oct 2012
Posts: 481
Thanks for sharing
xxxclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-26-2016, 06:53 PM   #34
Gandolph
Confirmed User
 
Gandolph's Avatar
 
Industry Role:
Join Date: Nov 2015
Location: USA
Posts: 180
Interesting

Thanks for sharing
Gandolph is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-03-2016, 12:13 PM   #35
Tomxxx
Registered User
 
Tomxxx's Avatar
 
Industry Role:
Join Date: Jan 2015
Location: Zagreb, Croatia
Posts: 88
thank you for this educational post Tent Pitcher! ;)
Tomxxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-23-2016, 01:54 PM   #36
blogspot
So Fucking Banned
 
Industry Role:
Join Date: Jan 2016
Posts: 292
Good Article for launching your own site
blogspot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-02-2016, 02:49 AM   #37
pornmovies.xxx
Registered User
 
pornmovies.xxx's Avatar
 
Industry Role:
Join Date: Nov 2015
Location: Zagreb, Croatia
Posts: 39
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.
pornmovies.xxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-08-2016, 10:16 PM   #38
ufotestpilot
Confirmed User
 
Industry Role:
Join Date: Nov 2016
Posts: 161
Quote:
Originally Posted by Tent Pitcher View Post
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>https://www.tentpitcher.com/</loc>
    <lastmod>2014-05-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.tentpitcher.com/blog</loc>
    <lastmod>2014-06-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.tentpitcher.com/xxxWords</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
ufotestpilot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-22-2016, 01:47 AM   #39
Daniel BongaCash
Confirmed User
 
Industry Role:
Join Date: Aug 2016
Posts: 353
Thanks for sharing
__________________
Skype: daniel.bongacash | E-Mail: [email protected] | ICQ: 706111038



Kind Regards,
Daniel
Affiliate Manager
Daniel BongaCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-22-2016, 10:56 AM   #40
tigercat
Registered User
 
tigercat's Avatar
 
Industry Role:
Join Date: Dec 2013
Location: uk
Posts: 26
Excellent , thanks for this
__________________
tigercat is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-22-2016, 11:19 AM   #41
j3rkules
VIP
 
j3rkules's Avatar
 
Industry Role:
Join Date: Jul 2013
Posts: 22,104
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.
j3rkules is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2017, 08:32 AM   #42
alice_cokerat
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 45
Quite usefull, thank you sir!
alice_cokerat is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2017, 08:34 AM   #43
alice_cokerat
Registered User
 
Industry Role:
Join Date: Dec 2014
Posts: 45
This is really good stuff. I am a new to this.
alice_cokerat is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2017, 10:27 AM   #44
celandina
Too lazy to set a custom title
 
Industry Role:
Join Date: Jun 2006
Posts: 10,732
Quote:
Originally Posted by Markul View Post
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 ....
celandina is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-17-2017, 06:41 AM   #45
Nicolas-Pornsensuality
Confirmed User
 
Nicolas-Pornsensuality's Avatar
 
Industry Role:
Join Date: Dec 2016
Location: Montreal
Posts: 119
Thank you
Nicolas-Pornsensuality is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-31-2017, 08:02 AM   #46
Olga BongaCash
Confirmed User
 
Olga BongaCash's Avatar
 
Industry Role:
Join Date: Dec 2015
Posts: 345
thank you for the info!
__________________


Skype: olga.bongacash ICQ: 680413573 E-mail: [email protected]
Olga BongaCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-31-2017, 10:11 AM   #47
Sasha BongaCash
Confirmed User
 
Sasha BongaCash's Avatar
 
Industry Role:
Join Date: Aug 2016
Posts: 242
Thanks for sharing! It's useful
__________________


Skype: sasha.bongacash
ICQ: 673088361
E-mail: [email protected]
Sasha BongaCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2017, 07:49 PM   #48
n3o
Registered User
 
Industry Role:
Join Date: May 2011
Posts: 94
great information , lookin' forward for part 2
n3o is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-15-2017, 08:16 AM   #49
fairytail
Registered User
 
fairytail's Avatar
 
Industry Role:
Join Date: Jan 2017
Location: Hamsterdam
Posts: 64
Thanks for Info!!
fairytail is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-05-2017, 11:20 PM   #50
jizz.st
Registered User
 
Industry Role:
Join Date: May 2017
Location: London - Greatest city in the world :-)
Posts: 38
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
jizz.st is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.