Re: truth vs fiction about categories
[QUOTE=tim;72323]I stick to one category per post because I read that otherwise it creates duplicate content (same post under different categories), which is apparently seriously bad for SEO. Is that the end of the story?
I notice often around 4 different “Topics” listed on your blog, RawTop, and assume those are “Categories”? Not trying to target you, just an example. Or is this not the same?[/QUOTE]
Good question and the answer isn’t going to be what you might think… I personally believe (and my experience backs me up) that duplicate content is fine IF it’s on the same site and the context is clearly defined.
What that means is if I’ve got a hairy daddy fucking a smooth twink I would put it in “hairy”, “daddy”, “smooth” and “twink” categories. I’d also have tags for the name of the site, the name of each performer, etc. So we’re looking at a minimum of 7 categories and tags plus the post page itself, plus the home page of the site, etc. That’s potentially a lot of duplicate content.
Now, my next rule is that each concept should have one and only one indexable page on your site. That means I let spiders crawl whatever they want, but don’t let them index anything but one page per concept. This limits the amount of duplicate content since as soon as something gets pushed to page 2 of the category or tag it’s not duplicate content any more. In case you’re wondering how I do that… I put the following PHP code in the < head> tag (in header.php).
<?php if (is_day()) { ?>
<meta name="robots" content="noindex,follow" />
<?php } elseif (is_month()) { ?>
<meta name="robots" content="noindex,follow" />
<?php } elseif (is_year()) { ?>
<meta name="robots" content="noindex,follow" />
<?php } elseif (is_search()) { ?>
<meta name="robots" content="noindex,follow" />
<?php } elseif (is_author()) { ?>
<meta name="robots" content="noindex,follow" />
<?php } elseif (stripos($_SERVER['SCRIPT_NAME'],"/page/")) { ?>
<meta name="robots" content="noindex,follow" />
<?php } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<meta name="robots" content="noindex,follow" />
<?php } ?>
One other thing is to work on having good category and tag names that clearly define the context of the page. The name of the game is to define a concept with a good page title and then have the other elements on the page support that concept. If you do that, you’ll do fine…
[QUOTE=dean.stimson;72327]Do porn blogs really get that much traffic from search engines? I think you have to check your stats if you’re really getting that much traffic from them.
I derive 80% of my traffic from blog referrals and site directories so I place my content on as many categories as possible. I can also see that I get a fair number of sales across those categories.[/QUOTE]
I’m just the opposite. I get 80% of my traffic from just Google.