The Power of CSS
tags allows you to layout your page in a way that the search
engine spiders see your important, relevant keyword phrase(s)
ahead of your tables and images. The next step is to incorporate
your cascading style sheet so you can still use a header
designed using graphics, while placing your important keyword
phrase(s) at the top of your web page which search engines love.
In your style sheet, add these two styles:
#header{ width: 373px; height: 53px; background-image:
url(header.gif); background-repeat: no-repeat; color: f7f7f7; }
h1{ text-indent: -100em; margin:0px,0px,0px,0px; }
As you can see, in the #header style, we have included the
dimensions of the image along with including the image you want
to serve as your header as the background for this style. Make
sure you input the correct dimensions for the header image. This
needs to be accurate as the style sheet will only display what
can fit in the outlined dimensions and will also affect the
spacing of your tables and web page. On the h1 style, we have
indicated we do not want the text visible on the web page,
rather the header image we created which is contained in the
#header style. We are able to do this by using the text-indent:
-100em attribute of the h1 style. You also want to include the
margin attribute so you avoid any unwanted spacing underneath
the text contained in the tag. Then, on your actual web
page, put your keywords at the top of the page in an
tag. Then, on your actual web
page, put your keywords at the top of the page in an tag
and include the #header style. This is what your code should
look like for the text you are trying to display as an
while displaying only the header graphic. (YOUR
IMPORTANT KEYWORD PHRASE
). This can give you a HUGE
advantage when trying to optimize a website for a very
competitive category and achieve top 10 search engine rankings
by making your keywords visible right at the top of the page, in
an tag, while actually displaying a nice header graphic to
the person browsing your website. Although many changes have
occurred in the last few weeks in terms of Yahoo! adopting their
own search engine spider and listings, Google making the switch
to geo targeting and the ever growing importance in maintaining
quality, theme related link partners, the placement of your
keywords is still an important factor in adding to your search
engine optimization and ranking success.
Another good practice when designing web pages using CSS is to
make sure your web page conforms to W3 standards for both HTML
and CSS. This is critical in ensuring your website works across
all platforms and browsers and also helps to ensure ALL search
engine spiders can index your site easily and effectively. There
really is nothing worse then directing a few hundred hits per
day in search engine traffic and having 50% of those people
unable to view your website because of poor coding, corrupted
style sheets or broken links. Always test your web site and have
a friend navigate through your website both on a MAC and PC to
ensure there are in fact no broken links and all pages are
easily accessible and error free.
The power of cascading style sheets is incredible. The above
example only scratches the surface of how much you can do for
your page in terms of accessibility, functionality, speed and
clean html. You can adjust your scrollbar, background image, and
even the padding of your tables all in your style sheet. The
only key is that you create an external css and link it from the
web page using those styles file ( ). This way, you don't add any
cumbersome code on your page that will risk confusing the search
engine spiders and use CSS to its full advantage.
By adjusting all these attributes in an externally linked css
file, you are keeping your web page small in physical size along
with ensuring good clean html code which as we have mentioned
above, search engine spiders love! As well, css makes life MUCH
easier on the web designer when future updates need to be made.
It is far more efficient to manage a website using cascading
style sheets then one that contains good old font tags.
This article is written by Cliff Ritter and Copyright of Logical Sense SEO
Services.
Category: CSS
while displaying only the header graphic. (YOUR
IMPORTANT KEYWORD PHRASE
). This can give you a HUGE
advantage when trying to optimize a website for a very
competitive category and achieve top 10 search engine rankings
by making your keywords visible right at the top of the page, in
an tag, while actually displaying a nice header graphic to
the person browsing your website. Although many changes have
occurred in the last few weeks in terms of Yahoo! adopting their
own search engine spider and listings, Google making the switch
to geo targeting and the ever growing importance in maintaining
quality, theme related link partners, the placement of your
keywords is still an important factor in adding to your search
engine optimization and ranking success.
Another good practice when designing web pages using CSS is to
make sure your web page conforms to W3 standards for both HTML
and CSS. This is critical in ensuring your website works across
all platforms and browsers and also helps to ensure ALL search
engine spiders can index your site easily and effectively. There
really is nothing worse then directing a few hundred hits per
day in search engine traffic and having 50% of those people
unable to view your website because of poor coding, corrupted
style sheets or broken links. Always test your web site and have
a friend navigate through your website both on a MAC and PC to
ensure there are in fact no broken links and all pages are
easily accessible and error free.
The power of cascading style sheets is incredible. The above
example only scratches the surface of how much you can do for
your page in terms of accessibility, functionality, speed and
clean html. You can adjust your scrollbar, background image, and
even the padding of your tables all in your style sheet. The
only key is that you create an external css and link it from the
web page using those styles file ( ). This way, you don't add any
cumbersome code on your page that will risk confusing the search
engine spiders and use CSS to its full advantage.
By adjusting all these attributes in an externally linked css
file, you are keeping your web page small in physical size along
with ensuring good clean html code which as we have mentioned
above, search engine spiders love! As well, css makes life MUCH
easier on the web designer when future updates need to be made.
It is far more efficient to manage a website using cascading
style sheets then one that contains good old font tags.
This article is written by Cliff Ritter and Copyright of Logical Sense SEO
Services.
Category: CSS
Category: CSS