On Wed, Sep 17, 2014 at 4:31 PM, Crest Christopher
<crestchristop...@gmail.com> wrote:
> Span tags inside an H1 is suppose to help SEO, that would be news to me !
>
>
> John wrote:
>>
>> <h1>
>>    <a href="index.php">
>>      <span>My Headline Text</span>  <!-- for SEO -->
>>      <img src="images/logo.jpg" id="logo"
>>        alt="My Headline Text"<!-- for screen readers -->
>>        width="XXX" height="YYY" />
>>    </a>
>> </h1>
>>
>> h1 span {
>>     display:none;
>> }
>> /* h1 text inside the span tag does not visually display,
>>

It's not the span tag that's good, it's the text it wraps. Though I'm
not sure how much better it is over the alt text of the image. Anyone
know?

-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to