473,382 Members | 1,078 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Please help! Search engine ranking and font size

I have designed a site for a client, but they have hired an internet
marketing person to incrase their search engine ranking and traffic.
He wants to put extra-large fonts on every page which will make the
design looks a bit rediculous. He also said that the big text cannot
be hidden. I am just trying to find a compromise. Here are the
questions:

(1) Is it true that a page with an <H1> tag and very big font size
will make a search engine *think* that there is more importance
attached and therefore will generate a higher ranking for the page or
site?

(2) If the above is true, can I hide this line so it doesn't actually
appear on the page visually but it is on the page, such as using a
comment tag?

(3) Are there any other unobtrusive way to increase search engine
rankings and traffic to the site without having to degrade design?

Thanks for any advice and suggestions.

Petre
Jul 20 '05 #1
11 4166
ph****@yahoo.ca (Petre Huile) wrote:
I have designed a site for a client, but they have hired an internet
marketing person to incrase their search engine ranking and traffic.
Sounds like a company that has too much money in its hands.
He wants to put extra-large fonts on every page which will make the
design looks a bit rediculous. He also said that the big text cannot
be hidden.
He's a swindler.
I am just trying to find a compromise.
Stop trying. It's not your fault if your client wants to ruin its pages
and pays for it. If you're brave, you could tell some responsible person
that the "internet marketing person" requires the use of techniques that
are disastrous to the use of the site and that he cannot present a single
evidence of his claims that the techniques help anything.
(1) Is it true that a page with an <H1> tag and very big font size
will make a search engine *think* that there is more importance
attached and therefore will generate a higher ranking for the page or
site?
No. The use of h1 markup may affect the _relative_ weight of the text
inside h1 elements, relative to other content on the same page. But that's
completely different.
(2) If the above is true, can I hide this line so it doesn't actually
appear on the page visually but it is on the page, such as using a
comment tag?
If it were true, and it is not, "comment tags" would most probably prevent
it from "working". It would be foolish of a search engine to recognize
HTML markup, yet fail to do comment parsing.
(3) Are there any other unobtrusive way to increase search engine
rankings and traffic to the site without having to degrade design?


Yes. Useful content readily comes into my mind. But it would probably be
waste of time to explain such things (or any finer points) to anyone who
buys bogus advice like the one given by the "internet marketing person".

Followups trimmed.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 20 '05 #2
(FU set)

On 20 Aug 2003 17:33:14 -0700, ph****@yahoo.ca (Petre Huile) wrote:
I have designed a site for a client, but they have hired an internet
marketing person to incrase their search engine ranking and traffic.
He wants to put extra-large fonts on every page which will make the
design looks a bit rediculous.
This sounds like the sort of marketing person you come across in Dilbert
strips. Why attract more visitors to a site, only to drive them away
again?
He also said that the big text cannot
be hidden. I am just trying to find a compromise. Here are the
questions:

(1) Is it true that a page with an <H1> tag and very big font size
will make a search engine *think* that there is more importance
attached and therefore will generate a higher ranking for the page or
site?
In principle a search engine is likely to increase the relative
importance of text within <Hn> tags compared to the rest of the site.
Obviously (well, almost obviously) no search engine is going to bump up
the site ranking as a whole, as there are enough clowns who would then
put their entire site in <H1> elements, styled via CSS.

As for the "very big font size": I suggest you try to find out what
evidence he has that this increases ones ranking, and post it here.
(Some of us would probably find it quite funny.)

(2) If the above is true, can I hide this line so it doesn't actually
appear on the page visually but it is on the page, such as using a
comment tag?
I have heard that some search engines (e.g. Google) actually reduce the
ranking of sites that try these sorts of tricks.

(3) Are there any other unobtrusive way to increase search engine
rankings and traffic to the site without having to degrade design?


Overwhelmingly best: provide some content which is actually interesting
and useful, which people are likely to want to link to.

To avoid degrading the effect of this: don't use frames; don't change a
page URL after you've put it up.

And of course: make sure the pages are readable with Javascript / Java /
Flash disabled.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #3
Talk about snake-oil salesman. I've never read such a load of
b******s. There are plenty of websites explaining how to get good
search engine rankings. And using <H1> tags to suggest importance of
content appears on NONE of them!!

Your client is getting taken for a ride by this marketing 'expert'.
Perhaps the guy works for your client's competitor, and he's trying to
ruin your website?
Jul 20 '05 #4
In article <10**************************@posting.google.com >,
pe*********@operamail.com says...
Talk about snake-oil salesman. I've never read such a load of
b******s. There are plenty of websites explaining how to get good
search engine rankings. And using <H1> tags to suggest importance of
content appears on NONE of them!!


Maybe you didn't read a whole lot of search engine optimization websites
then, or the wrong ones. Structural markup (emphasis, headers) can
increase the weight given to words within them. However, by using CSS,
this issue is completely independent from the font-size.

I would suggest doing markup independent of search engines and applying
reasonable HTML/ CSS techniques. The rest is a matter of good content
and getting the word out. Then search engines will find their way too
and rank appropriately.
Jul 20 '05 #5

"Petre Huile" <ph****@yahoo.ca> wrote in message
news:5a*************************@posting.google.co m...
I have designed a site for a client, but they have hired an internet
marketing person to incrase their search engine ranking and traffic.
He wants to put extra-large fonts on every page which will make the
design looks a bit rediculous. He also said that the big text cannot
be hidden. I am just trying to find a compromise. Here are the
questions:

(1) Is it true that a page with an <H1> tag and very big font size
will make a search engine *think* that there is more importance
attached and therefore will generate a higher ranking for the page or
site?
Using <H1), <H2> in the correct places (page headers, etc.) may have an
effect. The font size can be changed by using CSS. Note that putting an
entire paragraph in H1 font size is not what I'm talking about. Using
correct page markup, and then making *slight* alterations using CSS to match
site layout is what I mean. Use sparingly.
(2) If the above is true, can I hide this line so it doesn't actually
appear on the page visually but it is on the page, such as using a
comment tag?
Bad idea, keyword staffing can get you banned.
(3) Are there any other unobtrusive way to increase search engine
rankings and traffic to the site without having to degrade design?


Yes, actually! And it's so simple may people overlook it. I will now list
these in order of importance:

1) Content
2) Content
3) Content
4) Content
5) Search Engine Optimization using ethical guidelines.

Build a great site with tons of content, and carefully optimzed for SE's,
and it works.

Jul 20 '05 #6
Philipp Lenssen wrote:
In article <10**************************@posting.google.com >,
pe*********@operamail.com says...
Talk about snake-oil salesman. I've never read such a load of
b******s. There are plenty of websites explaining how to get good
search engine rankings. And using <H1> tags to suggest importance of
content appears on NONE of them!!


Maybe you didn't read a whole lot of search engine optimization websites
then, or the wrong ones. Structural markup (emphasis, headers) can
increase the weight given to words within them. However, by using CSS,
this issue is completely independent from the font-size.

I would suggest doing markup independent of search engines and applying
reasonable HTML/ CSS techniques. The rest is a matter of good content
and getting the word out. Then search engines will find their way too
and rank appropriately.


the question here is whether the OP is actually
accurately paraphrasing the advice given by the SEO

it could be that the SEO is giving the sensible advice to
use structured mark up with correct use of heading
tags...which not only helps with most search engines but
is generally useful in making the site usable by non-
visual means

putting large amounts of text in <h1> tags does not help
a site...it doesn't tell the SE what the site is
about...putting crucial headers in <h> tags helps to tell
the search engine what the site author thinks are the
most important things about the site...it helps the
search engine target the searches the site is appropriate
for...it gives the site owners well targeted traffic

you cannot successfully deal with search engines by
looking at searches as being some sort of large scale one
size fits all thing...SEO isn't about bringing the
maximum number of people to the site...that's just what
the scammers sell...good SEO is about feeding the search
engine bots well structured mark up and good content that
accurately tells the search engine what the site is
actually about so that it can be shown ONLY to those
people who actually want to see it

nothing that the OP describes is inconsistent with good
SEO advice...the vast majority of good SEO experts are
also proponents of well constructed and tidy mark up and
of high levels of accessibility

--
eric
www.ericjarvis.co.uk
"Hey Lord don't ask me questions
There ain't no answer in me"
Jul 20 '05 #7
On Thu, 21 Aug 2003 14:57:46 +0100, Eric Jarvis <we*@ericjarvis.co.uk>
wrote:
the question here is whether the OP is actually
accurately paraphrasing the advice given by the SEO

it could be that the SEO is giving the sensible advice to
use structured mark up with correct use of heading
tags...which not only helps with most search engines but
is generally useful in making the site usable by non-
visual means


You have a good point. And conceivably the consultant is simply
recommending the use of text at 100% instead of, say, 10px.

Perhaps Petre (the OP) could clarify what exactly is being recommended.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #8
Thanks for all of the advice and comments. To be fair, first, I must
first quote what the marketing person said, then explain what he has
done as far:

In an email to me, he wrote:
" ... this is the reason for the big text. Big text = more important
for a search engine and thus a higher ranking for that page, for that
keyword.
.... Also the font can't be hidden and definitely should be a H1 tag. I
used a +4 size."

And here are what he has done:
I did have a string of keywords and proper description of the
page/site in my metatag. The title of each page also describe the most
important content of the page in about 5 words. But I noticed that he
has taken all my keywords out and just replaced it with one word that
describe what the company manufactures.

I used a linked stylesheet so he has created an h1 class in the
stylesheet. But after the <h1 Class="xyz"> he also put <font
size="+4"> which provided the large font.

I just want to understand whether there is any solid ground for me to
say anything (i.e. complain). I don't want to sound ignorant, and I'd
like to be able to provide good alternatives that will increase the
site's search engine rankings and traffic, and preserve a
well-designed look to the site.

The site do not use frames and do not have Flash components. There is
a site map page with text links to every page on the site (which I
presume can also work as a "crawler page").

I will continue to research the matter, but any other good advice as
to what solid suggestions I can make to them is greatly appreciated.

Thanks,
Petre
Jul 20 '05 #9
Markus Ernst wrote:
"Petre Huile" <ph****@yahoo.ca> schrieb im Newsbeitrag
news:5a**************************@posting.google.c om...
And here are what he has done:
I did have a string of keywords and proper description of the
page/site in my metatag. The title of each page also describe the most
important content of the page in about 5 words. But I noticed that he
has taken all my keywords out and just replaced it with one word that
describe what the company manufactures.
The title is good. Also fill a short description of the page content in the


The title is really important. Because it can only hold a relatively
short piece of text, the search engine can trust that if the query terms
can be found in it, then the page should be valuable for the user.
Repeating the same title for every page doesn't make sense unless your
site navigation seriously sucks (use of frames, for example, guarantees
that users coming via search engines are totally lost). Google gives
pretty much weight to both title and URL(!). For best results, I'd use
URLs like http://company.example/productname/feature/ combined with
title along the lines "Productname: feature in a couple of words -
Company Name".
whatever. You can define the look of <h1> in your style sheet, you don't
need a class, and the font size does IMHO not affect the search engine
ranking. The additional use of the font tag is not recommended at all.


Google does weight words according to their size and style (that is,
strong or emphasized (em) text is considered more important than small
or regular text). However, the whole weighting is relative and if the
whole page is marked up as font +4 it's equally valuable with page where
all text is left default size. If only really important pieces are
emphasized the result will be best - both in content quality and result
placement in Google.

Other search engines hopefully follow the way Google does it - that way
more people would spend some time to markup the content correctly.

--
Mikko

Jul 20 '05 #10
Mikko Rantalainen wrote:

Other search engines hopefully follow the way Google does it - that way
more people would spend some time to markup the content correctly.


in terms of how content should be marked up there is
little difference between search engines...they weight
the factors differently, but there are only a limited
range of things they can use to divine the subject of the
page

unless you are competing for an extremely competitive
search term then basic good practise will suffice
admirably

--
eric
www.ericjarvis.co.uk
"Hey Lord don't ask me questions
There ain't no answer in me"
Jul 20 '05 #11
YOUR SOLUTION IS SIMPLE! What you need is Search Engine Magic! This
software boosts you into the top 10 results of any search engine! Its
too easy to install and use! if interested visit www.ddwebshop.com.
IT MADE A HUGE DIFFERENCE FOR MY COMPANY!

Jul 23 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: duikboot | last post by:
Hi all, I'm trying to export a view tables from a Oracle database to a Mysql database. I create insert statements (they look alright), but it all goes wrong when I try to execute them in Mysql,...
2
by: m3ckon | last post by:
Hi there, had to rush some sql and am now going back to it due to a slow db performance. I have a db for sales leads and have created 3 views based on the data I need to produce. However one...
3
by: Lodewijk van Haringhal | last post by:
I'am new with javascritping not with programming. Is there nobody who can help me with ths simple promblem? :) Please, please give me a hint. Please help me with this script. I have two lists in...
6
by: James Walker | last post by:
Can some one help I get an error of 'checkIndate' is null or not an object can someone please help. I can't work out why Thanks in advance James <form> <td height="24" colspan="7"...
0
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web...
7
by: Alan Bashy | last post by:
Please, guys, In need help with this. It is due in the next week. Please, help me to implement the functions in this programm especially the first three constructor. I need them guys. Please, help...
7
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
13
by: sd00 | last post by:
Hi all, can someone give me some coding help with a problem that *should* be really simple, yet I'm struggling with. I need the difference between 2 times (Target / Actual) However, these times...
6
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.