How can I make google show a link to my website when words are entred
into its search field that don't actually appear in the main page
of/anywhere in my website.
I think these keywords need to be put somewhere not in the body of the
index.html page and I think something called "meta data" is needed but
don't know if this is right.
Any help very much appreciated.
AM 20 8244
<ad***@hotmail.com> wrote in message
news:11**********************@c74g2000cwc.googlegr oups.com... How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
I think these keywords need to be put somewhere not in the body of the index.html page and I think something called "meta data" is needed but don't know if this is right.
Any help very much appreciated.
AM
Do a Google search on Search Engine Placement. You'll find loads of
information! ad***@hotmail.com wrote: How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
The short answer is "You don't". (Although if a user searched for
(e.g.) "consider" and you have "considered" then I believe it will
match).
I think these keywords need to be put somewhere not in the body of the index.html page and I think something called "meta data" is needed but don't know if this is right.
Meta tags have been so abused that search engines pay next to no
attention to them.
David Dorward wrote: ad***@hotmail.com wrote: How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
The short answer is "You don't". (Although if a user searched for (e.g.) "consider" and you have "considered" then I believe it will match).
I think these keywords need to be put somewhere not in the body of the index.html page and I think something called "meta data" is needed but don't know if this is right.
Meta tags have been so abused that search engines pay next to no attention to them.
Dear sirs,
So therefore because of this, you no longer need to use the Meta
keyword tag in order to get placed in a search engine. You may be able
to put these words into a hidden div, but that is the closest I can
think of to having displayable text that isn't displayed. Just create
a div like this:
<div name="keywords" style="position:absolute;visibility:hidden">
your keywords that you want hidden
</div>
If you later want to reveal that text, you can just use JavaScript like
this to change it:
window.document.all.keywords.visibility = "visible";
Gazing into my crystal ball I observed
"pe********************@gmail.com" <pe********************@gmail.com>
writing in news:11**********************@y41g2000cwy.googlegr oups.com: Meta tags have been so abused that search engines pay next to no attention to them. Dear sirs, So therefore because of this, you no longer need to use the Meta keyword tag in order to get placed in a search engine. You may be able to put these words into a hidden div, but that is the closest I can think of to having displayable text that isn't displayed. Just create a div like this: <div name="keywords" style="position:absolute;visibility:hidden"> your keywords that you want hidden </div>
Google and other search engines will penalize you for hidden keywords.
This is the same thing as white text on white background. The bots have
been trained to spot it. If you later want to reveal that text, you can just use JavaScript like this to change it: window.document.all.keywords.visibility = "visible";
And for users who do not have javascript available, how are they going to
see it?
The best thing to do is use sematically correct markup, and put your
keywords into the actual content. Don't try to play games with the bots,
they win every time.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services http://www.cavalcade-of-coding.info
Please respond to the group so others can share
In our last episode,
<11**********************@c74g2000cwc.googlegroups .com>, the lovely and
talented ad***@hotmail.com broadcast on comp.infosystems. www.authoring.html: How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
Would there be any reason you would want to do that which is not deceptive?
--
Lars Eighner http://larseighner.com/ http://myspace.com/larseighner
"We have no opinion on your Arab - Arab conflicts, such as your dispute with
Kuwait." -- Bush's Ambassador April Glaspie, giving Saddam Hussein
the greenlight to invade Kuwait.
Adrienne Boswell wrote: Google and other search engines will penalize you for hidden keywords. This is the same thing as white text on white background. The bots have been trained to spot it.
If you later want to reveal that text, you can just use JavaScript like this to change it: window.document.all.keywords.visibility = "visible";
How about <noscript> ?
I've noticed some sites using this to target (or spam) search engines.
Most browsers certainly don't show it - I'm not sure if they do with
javascript disabled, or not.
Do google penalise for that, or not ?
Chris Sharman wrote: Adrienne Boswell wrote: Google and other search engines will penalize you for hidden keywords. This is the same thing as white text on white background. The bots have been trained to spot it. How about <noscript> ? I've noticed some sites using this to target (or spam) search engines. Most browsers certainly don't show it
...those with JavaScript enabled won't render <noscript> blocks. The
other 10% will render it.
- I'm not sure if they do with javascript disabled, or not.
Try it. Add <noscript>Can I see this?</noscript>
to your web page, then disable JavaScript.
Do google penalise for that, or not ?
If it was keyword stuffing, I would. :-)
--
-bts
-Warning: I brake for lawn deer
Beauregard T. Shagnasty wrote: Chris Sharman wrote: How about <noscript> ? I've noticed some sites using this to target (or spam) search engines. Most browsers certainly don't show it
..those with JavaScript enabled won't render <noscript> blocks. The other 10% will render it.
- I'm not sure if they do with javascript disabled, or not.
Try it. Add <noscript>Can I see this?</noscript> to your web page, then disable JavaScript.
Yes - certainly it's visible in ie6 & fx - I seem to remember some
earlier ie behaved differently, but that's 10% of 2% these days. Do google penalise for that, or not ? If it was keyword stuffing, I would. :-)
I'll find out - we've reported it to google, and I'll see what they do.
No names, no pack drill at this stage, but if they don't straighten our
rivals out, then our copying their behaviour would be a business
imperative. Working through other search engines too.
The <noscript> text in question (names changed) is "owned by John, with
no links to Tom, Dick, Harry, Jemima, Bill, Ted" - which puts them on
page 1 of searches for most of the others, anywhere from 1st down ...
Chris
Lars Eighner wrote: In our last episode, <11**********************@c74g2000cwc.googlegroups .com>, the lovely and talented ad***@hotmail.com broadcast on comp.infosystems.www.authoring.html:
How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
Would there be any reason you would want to do that which is not deceptive?
We tend to do it for stationary - we sell stationery, but we find some
40% of people searching can't spell it - or maybe more if we're lower
down the results page for the misspelling !
If there's a "right" way to do it, I'd be interested.
Chris
Chris Sharman wrote: We tend to do it for stationary - we sell stationery, but we find some 40% of people searching can't spell it - or maybe more if we're lower down the results page for the misspelling !
If there's a "right" way to do it, I'd be interested.
How about :
"We sell stationary stationery.
It does not move until you use it."
and:
"A free dictionery included with each purchase!"
--
-bts
-Continually amazed at the number of
-college graduates who cannot spell
Beauregard T. Shagnasty wrote: Chris Sharman wrote:
We tend to do it for stationary - we sell stationery, but we find some 40% of people searching can't spell it - or maybe more if we're lower down the results page for the misspelling !
If there's a "right" way to do it, I'd be interested.
How about:
"We sell stationary stationery. It does not move until you use it."
and:
"A free dictionery included with each purchase!"
and:
"... as well as a free dictionary!"
(SCNR)
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Els wrote: Beauregard T. Shagnasty wrote: and:
"A free dictionery included with each purchase!"
and:
"... as well as a free dictionary!"
(SCNR)
Neither could I, which is why I spelled it that way. ;-)
--
-bts
-Warning: I brake for lawn deer
On Tue, 27 Jun 2006 13:28:02 +0100, Chris Sharman
<ch***********@sorry.nospam> wrote: Lars Eighner wrote: In our last episode, <11**********************@c74g2000cwc.googlegroups .com>, the lovely and talented ad***@hotmail.com broadcast on comp.infosystems.www.authoring.html:
How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
Would there be any reason you would want to do that which is not deceptive?
We tend to do it for stationary - we sell stationery, but we find some 40% of people searching can't spell it - or maybe more if we're lower down the results page for the misspelling !
If there's a "right" way to do it, I'd be interested.
Include a sidebar saying something like "Did you know that 40% of people
misspell 'stationery' as 'stationary'?"
--
Stephen Poley http://www.xs4all.nl/~sbpoley/webmatters/
In message <sl********************@goodwill.io.com>, Lars Eighner
<us****@larseighner.com> writes How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
Would there be any reason you would want to do that which is not deceptive?
....or which is of benefit to the person doing the searching?
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
Free Our Data: <http://www.freeourdata.org.uk>
Yes, my reason is neither decaptive and is of benefit for the people
searching.
It is of benefit for the people searching because it is a specialised
job web site and they may be entering other types of job info. It is
not deceptive for the same reason. I was really amazed that it should
be thought of as deceptive!
Andy Mabbett wrote: In message <sl********************@goodwill.io.com>, Lars Eighner <us****@larseighner.com> writes
How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website.
Would there be any reason you would want to do that which is not deceptive?
...or which is of benefit to the person doing the searching?
-- Andy Mabbett Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
Free Our Data: <http://www.freeourdata.org.uk>
Gazing into my crystal ball I observed ad***@hotmail.com writing in
news:11*********************@m73g2000cwd.googlegro ups.com: Yes, my reason is neither decaptive and is of benefit for the people searching.
It is of benefit for the people searching because it is a specialised job web site and they may be entering other types of job info. It is not deceptive for the same reason. I was really amazed that it should be thought of as deceptive!
Then, in that case, you could make a special area of the page and include
these keywords in it, eg:
<h2>-- You may be interested in these jobs as well --</h2>
<p>Butcher, Baker, Candlestick Maker</p>
Or if you are keeping track of keywords used:
<h2>-- Other people have searched for -- </h2>
<p>Police, Fireman, Doctor, Lawyer</p>
--
Adrienne Boswell at Home
Arbpen Web Site Design Services http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Adrienne Boswell wrote: Gazing into my crystal ball I observed "pe********************@gmail.com" <pe********************@gmail.com> writing in news:11**********************@y41g2000cwy.googlegr oups.com:
Meta tags have been so abused that search engines pay next to no attention to them.
Dear sirs, So therefore because of this, you no longer need to use the Meta keyword tag in order to get placed in a search engine. You may be able to put these words into a hidden div, but that is the closest I can think of to having displayable text that isn't displayed. Just create a div like this: <div name="keywords" style="position:absolute;visibility:hidden"> your keywords that you want hidden </div>
Google and other search engines will penalize you for hidden keywords. This is the same thing as white text on white background. The bots have been trained to spot it.
If you later want to reveal that text, you can just use JavaScript like this to change it: window.document.all.keywords.visibility = "visible";
And for users who do not have javascript available, how are they going to see it?
The best thing to do is use sematically correct markup, and put your keywords into the actual content. Don't try to play games with the bots, they win every time.
-- Adrienne Boswell at Home Arbpen Web Site Design Services http://www.cavalcade-of-coding.info Please respond to the group so others can share
Dear sir,
They only win after the fact that many have made them lose. Thank you
for the correction, as I have not really kept up with SEO techniques,
therefore limiting my knowledge of searchbots.
I have the honor to remain your most humble and Ob't Sv't in our war
against the King.
--
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment
David Dorward wrote: Meta tags have been so abused that search engines pay next to no attention to them.
I have heard this in a number of newsgroups, but never with any sort of
cite. Can you give some link that I can relay to some folks I know who
don't know about this and won't just take my word for it?
Thanks,
Christine
Chris Sharman <ch***********@sorry.nospam> writes: Lars Eighner wrote: In our last episode, <11**********************@c74g2000cwc.googlegroups .com>, the lovely and talented ad***@hotmail.com broadcast on comp.infosystems.www.authoring.html:
How can I make google show a link to my website when words are entred into its search field that don't actually appear in the main page of/anywhere in my website. Would there be any reason you would want to do that which is not deceptive?
We tend to do it for stationary - we sell stationery, but we find some 40% of people searching can't spell it - or maybe more if we're lower down the results page for the misspelling !
If there's a "right" way to do it, I'd be interested.
I'd write a little "did you know" box on every page that mentions that 40%
number. That would not only give the word "stationary" a legitimate reason to
be on your page, it would also help clear up the misconception.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org This discussion thread is closed Replies have been disabled for this discussion. Similar topics
7 posts
views
Thread by Colman |
last post: by
|
1 post
views
Thread by technoplonker |
last post: by
|
1 post
views
Thread by Wim Hoogenraad |
last post: by
|
67 posts
views
Thread by Sandy.Pittendrigh |
last post: by
|
83 posts
views
Thread by D. Dante Lorenso |
last post: by
|
17 posts
views
Thread by stubbsie |
last post: by
|
reply
views
Thread by cherry |
last post: by
| |
reply
views
Thread by Tom453 |
last post: by
| | | | | | | | | | |