OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Span Tag Effect SEO?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Search Engine Optimization and Web Business >> Span Tag Effect SEO?
Page: [1]
 
jengoggtim

 

Posts: 119
Joined: 11/8/2005
From: New Jersey
Status: offline

 
Span Tag Effect SEO? - 2/28/2009 10:48:08   
Does a span tag in the middle of a H1 tag change the seo benefit of the tag? For example, in:

<h1><span class="dropcap">C</span>ustom Embroidered Polo Shirts</h1>

will Google read C</span>ustom as "Custom"? Thanks!

_____________________________

Custom Embroidery and Screen Printing
Tailslide

 

Posts: 6691
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Span Tag Effect SEO? - 2/28/2009 12:40:36   
You could always just use :first-child in the stylesheet - that way the tag will only have the actual text in it. Of course older IE versions don't understand it but I think IE7 does.

_____________________________

Little Blue Plane Web Design | Land Rover project

:)

(in reply to jengoggtim)
mrwebdesign

 

Posts: 2
Joined: 2/28/2009
Status: offline

 
RE: Span Tag Effect SEO? - 3/1/2009 14:28:29   
I don't believe it will effect the SEO of the tag. Google should read it as "Custom"

(in reply to Tailslide)
thomas09

 

Posts: 4
Joined: 2/15/2009
Status: offline

 
RE: Span Tag Effect SEO? - 4/5/2009 9:30:09   
Hi,

H1 tag itself has little bit weight as point of view SEO so don't need to focus much on it. Just use it wisely.



< Message edited by Mojo -- 4/7/2009 11:29:32 >

(in reply to mrwebdesign)
Tailslide

 

Posts: 6691
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Span Tag Effect SEO? - 4/5/2009 12:40:22   

quote:

ORIGINAL: thomas09



H1 tag itself has little bit weight as point of view SEO so don't need to focus much on it. Just use it wisely.




That's new. Up to now it's had a lot of weight. When did this happen.


_____________________________

Little Blue Plane Web Design | Land Rover project

:)

(in reply to thomas09)
Mojo

 

Posts: 2472
From: Chicago
Status: offline

 
RE: Span Tag Effect SEO? - 4/7/2009 11:32:36   
The H1 tag is still very important. You're not going to rank for competitive phrases based just on the H1, but it is a big part of how the search engines semantically organize and weight data.

I would do something like what TailSlide suggested. I think inline styles you add to HTML elements can increase the spam *signal*.

_____________________________

Split Testing
GPS Vehicle Tracking
Chicago Marketing

(in reply to Tailslide)
jengoggtim

 

Posts: 119
Joined: 11/8/2005
From: New Jersey
Status: offline

 
RE: Span Tag Effect SEO? - 4/9/2009 22:23:34   
How would I implement the first child on my style sheet for my H1 tags if I want the first letter of the H1's to look like this?

.dropcap {
font: normal 55px "Times New Roman", serif;
float: left;
color: 1d6793;
line-height: 55px;
padding: 0 1px 0 0;}

_____________________________

Custom Embroidery and Screen Printing

(in reply to Tailslide)
Tailslide

 

Posts: 6691
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Span Tag Effect SEO? - 4/10/2009 2:15:18   
I haven't actually ever used :first-child myself but it should be:

h1:first-child 
{font: normal 55px "Times New Roman", serif;
color: #1d6793;
line-height: 55px;
padding: 0 1px 0 0;
}


Not sure what the float was in there for?

_____________________________

Little Blue Plane Web Design | Land Rover project

:)

(in reply to jengoggtim)
Page:   [1]

All Forums >> Web Development >> Search Engine Optimization and Web Business >> Span Tag Effect SEO?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts