Take the following premise (I know the example is rediculous, sorry about the length):
Say I have a website about making stuff from trees: making maple syrup, making pine cone art, collecting sassafrass roots. Everything on the site is about tree products but very few visitors looking for maple syrup information ever venture into the pine cone art section, and vice versa. (Even if they do they'll probably just exit from there. Navigating to the website home page doesn't do much for traffic or sales. The focus is keeping the person in the sub section they initially entered into - 90% of traffic is from SERP's).
The site linking architecture is as expected. The home page (hub) mentions all of these varied subtopics in passing and then links out to each one's main page.
As far as Google SERP's go, it's the main page of each of the subtopics that rank best along with the subtopic's internal pages, not the website home page. As far as traffic goes, the website wouldn't be drastically damaged if it lost all of the home page traffic (it's a long-tail site).
So, I've been looking at my internal linking architecture.
Right now I use hard coded breadcrumbs on each and every internal page (assume a pure "drill down" with no cross-silo linking at any level):
You are here > Home Page / Subtopic main page / Subtopic internal page - level 1 / Subtopic internal page - level 2
From my interpretation of the math, in terms of PageRank, this type of architecture tends to focus the clout of the shear number of pages that a website has up towards the Home Page and Subtopic main page levels. So I'm sending "juice" to my website home page, where I don't really need it (the home page's ranking isn't important to generating traffic).
I was considering instead to set up the linking architecture where:
The website home page links to the main page of each subtopic, AND vice versa. But the breadcrumb navigation on internal pages stops at the subtopic main page level.
You are here > Subtopic main page / Subtopic internal page - level 1 / Subtopic internal page - level 2
(meaning that the highest level that subtopic internal pages link to is their topic's main page)
This linking structure (once again, according to my understanding of the math) focuses more pagerank (from the clout of the shear number of pages that a website has) at the subtopic main page level (and not nearly as much gets transferred on up to the website home page). I was assuming that this would help the ranking of the subtopic main pages (at least to some degree).
As far as user experience goes I have an above-the-fold iframe that shows that I could tuck a link to the website home page in on each internal page, so as far as "expected navigation for the visitor" goes, nothing has to be significantly compromised.
So, having laid this out, clearly I must be overlooking several factors. Why isn't this a good idea? How will this linking architecture be counter productive?