I guess you could add logic to your layout to look for an h1 in the
body and set the page title from that? (but I think it's a horrible
hack)
Sean
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
Well, I doubt that - in general - the first h1 on a page is going to
be all that useful as an SEO title so I would think you really would
want the page title separate.
Also, from a bookmarking / navigation p.o.v. your users would probably
prefer the page title be Site Name - Section Name - Page Name rather
than just some heading text - otherwise how will they tell sites apart
in their bookmarks or history?
Just my 2¢...
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/
On Mon, Mar 21, 2011 at 4:35 PM, Peter Pham <vdung...@gmail.com> wrote:
> However, the reason to set page title is mainly for SEO purpose.Well, I doubt that - in general - the first h1 on a page is going to
be all that useful as an SEO title so I would think you really would
want the page title separate.
Also, from a bookmarking / navigation p.o.v. your users would probably
prefer the page title be Site Name - Section Name - Page Name rather
than just some heading text - otherwise how will they tell sites apart
in their bookmarks or history?
Really? Is there some definitive documentation on what works for SEO
these days? I see so much snake oil and bollocks posted about SEO that
I've become ever so cynical...
(I agree about just one H1 tho' for semantic web purposes)
> Personally, I might prefer the
> inverse: "Page Name - Section Name | Site Name," which may also be slightly
> preferred by an SEO, assuming there's some "keyword power" in the "Page
> Name" part.
Someone told me recently that search engines only pay attention to the
first N characters (or was it the first M words?) of a page title so
you could be right there.
On Mon, Mar 21, 2011 at 5:51 PM, Jamie Krug <jami...@gmail.com> wrote:
> The h1 does have some serious SEO significance
Really? Is there some definitive documentation on what works for SEO
these days? I see so much snake oil and bollocks posted about SEO that
I've become ever so cynical...
> Personally, I might prefer the
> inverse: "Page Name - Section Name | Site Name," which may also be slightly
> preferred by an SEO, assuming there's some "keyword power" in the "Page
> Name" part.
Someone told me recently that search engines only pay attention to the
first N characters (or was it the first M words?) of a page title so
you could be right there.
--
FW/1 on RIAForge: http://fw1.riaforge.org/
FW/1 on github: http://github.com/seancorfield/fw1
FW/1 on Google Groups: http://groups.google.com/group/framework-one
Read _where_?
I hear a lot of this sort of stuff about SEO but mostly folks refer to
blogs which have just opinions. I'm looking for good, solid, provable
(or proven) technical information on this stuff.
> Yep, if you look at the search engine results, it usually only shows the
> first X characters and then the ellipsis.
Just because search engines choose to display it like that does NOT
mean that's all they look at. That's exactly the sort of "fluff" I'm
railing against here.
I hear a lot of this sort of stuff about SEO but mostly folks refer toblogs which have just opinions. I'm looking for good, solid, provable
(or proven) technical information on this stuff.
> Yep, if you look at the search engine results, it usually only shows theJust because search engines choose to display it like that does NOT
> first X characters and then the ellipsis.
mean that's all they look at. That's exactly the sort of "fluff" I'm
railing against here.
On Mon, Mar 21, 2011 at 7:40 PM, Eapen <gea...@gmail.com> wrote:
> From what I've read also, the first h1 tag is given very high priority,
> probably right after the title of the page.Read _where_?
I hear a lot of this sort of stuff about SEO but mostly folks refer to
blogs which have just opinions. I'm looking for good, solid, provable
(or proven) technical information on this stuff.
> Yep, if you look at the search engine results, it usually only shows the
> first X characters and then the ellipsis.Just because search engines choose to display it like that does NOT
mean that's all they look at. That's exactly the sort of "fluff" I'm
railing against here.
My point exactly :)
> Google's own
> Search Engine Optimization Starter Guide does highlight a "Use heading tags
> appropriately" section, but it does not give any evidence of what benefit it
> has in their ranking algorithm (no surprise there).
Well, using the <hN> tags properly is about structural markup,
semantic web and making pages more accessible - page readers use the
headings to help users navigate around on a page - and there are tools
out there to summarize web pages that rely heavily on headings
actually being in a proper cascade.
Given everything else in Google's document, I'd actually be surprised
if they used <h1> tags at all - their doc focuses on <title>, metadata
and anchor text.
But, again, so much of this SEO stuff seems like folklore and opinion
to me... and perhaps it will always be that way while search engine
companies remain so secretive about their algorithms?