Authority Site SEO Case Study

BTB,

Is that a King Cavalier in your avy? :)

Just curious cause my brother has one and it's the grouchiest dog I've ever met in my life.
 
That's a Japanese Chin, we have 3 of them and they are all good little guys. Real happy, spoiled beyond all recognition, eat a cooked breakfast every day, treated like royalty, little brothers.

That particular guy's name is Google and he is about 9 pounds.

BTB,

Is that a King Cavalier in your avy? :)

Just curious cause my brother has one and it's the grouchiest dog I've ever met in my life.
 
Last edited:
Greg did you mention who you'd got to build your 50 web 2.0s? I've looked through the thread but can't spot it if it's there. If you'd rather not say no problem.

thanks
 
Greg did you mention who you'd got to build your 50 web 2.0s? I've looked through the thread but can't spot it if it's there. If you'd rather not say no problem.

thanks

I actually have an in-house guy that set them up for me but there are 2 guys here on BHW that do real nice work in that area - Chintoo and 7thAmigo both do decent work there.

Chintoo was actually working for me full time for about 3 - 4 months so and 7thAmigo does work for me as an outsourcer for different projects I come across.
 
I see you are link building to your category pages, is this an attempt to rank those catagory pages or to push link juice?
 
I see you are link building to your category pages, is this an attempt to rank those catagory pages or to push link juice?

Both actually... I like to backlink any page on my sites that has value, as that is natural, and I like to rank all my pages. In fact, once I get going I'll be backlinking some of my image pages as well.
 
Both actually... I like to backlink any page on my sites that has value, as that is natural, and I like to rank all my pages. In fact, once I get going I'll be backlinking some of my image pages as well.

Do you become concerned with duplicate content with all the catagory pages? I head this can become an issue? What is your opinion?
 
Also, if you're running WP there is an excerpt field for each post. It depends on your theme whether it will show in your archives, but it's easy enough to change this for most sites either in the functions file (some hide the field entirely from the publish view) or through a setting at the admin area.

However, I've never had any issues with dupe content within my site-- not even when I agregate content from external sources, as long as I link back to the source. In WP the link from the archive to the post will suffice.

Basically, in the WP loop in the archives template you can include:
Code:
<?php the_excerpt(); ?>

//an example

<?php
if ( is_category() || is_archive() ) {
    the_excerpt();
}
else {
    the_content();
}
?>

The excerpt will EITHER trim down the entire post based on the <--more--> tag in the post body, or use the explicit excerpt given for the post. An easy fix if you don't have a template for the archive, or your theme by default gives the_content instead of the_excerpt is to do like the example given above.

Hope it makes sense. A lot of people don't know about the excerpt feature in WP.
 
Last edited:
That's unfortunate that you don't take ecommerce sites as clients as I'm about to help a friend set up one for her brick and mortar store as well as start my own for drop shipping.

I read the whole thread and was thinking about how I could use your services in the future until I saw the "no ecommerce" post. :(

Are you familiar with anybody here that does take on ecommerce sites? I was thinking of using shopify.

Either way, I've enjoyed the thread and will keep following along.

Cheers
 
That's unfortunate that you don't take ecommerce sites as clients as I'm about to help a friend set up one for her brick and mortar store as well as start my own for drop shipping.

I read the whole thread and was thinking about how I could use your services in the future until I saw the "no ecommerce" post. :(

Are you familiar with anybody here that does take on ecommerce sites? I was thinking of using shopify.

Either way, I've enjoyed the thread and will keep following along.

Cheers

The reason I don't is because I would not give the client a fair shake... I don't have much experience with that kind of site so I would be learning by doing, which is fine, but not on a client's site.

Hit up Jstover77; John should be able to help you there and I know he is an ethical guy as well.
 
Also, if you're running WP there is an excerpt field for each post. It depends on your theme whether it will show in your archives, but it's easy enough to change this for most sites either in the functions file (some hide the field entirely from the publish view) or through a setting at the admin area.

However, I've never had any issues with dupe content within my site-- not even when I agregate content from external sources, as long as I link back to the source. In WP the link from the archive to the post will suffice.

Basically, in the WP loop in the archives template you can include:
Code:
<?php the_excerpt(); ?>

//an example

<?php
if ( is_category() || is_archive() ) {
    the_excerpt();
}
else {
    the_content();
}
?>

The excerpt will EITHER trim down the entire post based on the <--more--> tag in the post body, or use the explicit excerpt given for the post. An easy fix if you don't have a template for the archive, or your theme by default gives the_content instead of the_excerpt is to do like the example given above.

Hope it makes sense. A lot of people don't know about the excerpt feature in WP.

The excerpt feature is a decent one if you want to go the extra mile and it does not take much in terms of content. I use the <--more--> tag on every site but only have excerpts on a few and use unique content there.

Outstanding move sharing that as I would have never brought that up and I think it has value in a lot of instances.
 
I have a question BTB. I usually noindex the page2/ page/3.... of categories to avoid duplicate content issue. Is this a good practice? What you do on your sites?
 
Last edited:
I have a question BTB. I usually noindex the page2/ page/3.... of categories to avoid duplicate content issue. Is this a good practice? What you do on your sites?

Curious to the answer to this one as well
 
The reason I don't is because I would not give the client a fair shake... I don't have much experience with that kind of site so I would be learning by doing, which is fine, but not on a client's site.

Hit up Jstover77; John should be able to help you there and I know he is an ethical guy as well.

Understood. I appreciate the recommendation.
 
I have a question BTB. I usually noindex the page2/ page/3.... of categories to avoid duplicate content issue. Is this a good practice? What you do on your sites?

I do not noindex any pages at all.

I've never had an issue with that in all my time building sites. I don't have a ton of experience as I have only built around 50 or so very large sites so I could be wrong but that is a non factor for me historically.

I do not know if it would matter for some of the smaller sites that people build and perhaps the large volume of content I put on a site overcomes what could be a duplicate content issue.
 
Do you think it is worth it to make a future authority site in a silo structure?
 
How many projects are you currently working on at the moment?
(I am curious if most people focus on few or many)
 
Back
Top