Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 31st, 2003, 01:10 PM
Registered User
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Meta tag problem?



Can you help me with my website code? My URL is: http://www.astrocat.exactpages.com (non-profit, public service)

Search engine spiders do not pass beyond the index and next page to index keywords and body text.

The pages look OK, once they are located, but the fault seems to be in the Meta tags.

There is a bit of redundant code, left over from cutting and pasting, but I don't think that is my problem. Please help me to reach more enquirers.
 
Old October 31st, 2003, 01:42 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I am not sure whether this is the cause of the problem, but your meta tags look a bit weird. They should like this:

<meta name="keywords" content="Comma Separated List Of keywords">

while you have:

<meta "keywords" content="Comma Separated List Of keywords">

I don't think you need to include the keywords between ' characters.

Also, make sure you don't have too many keywords, or at least put the important ones up front. Search engines won't read an unlimited list of keywords.

Did you register your site with the major search engines? It's unlikely they'll visit you if they don't know you....

Cheers,


Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old October 31st, 2003, 10:10 PM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Here is another helpful tag that will flag visiting robots to both index the page it appears on and follow through and index any links that it comes across.

Most robots will look for this:
<meta name="robots" content="index, follow" />

Also have a look at the Google bot page:
http://www.google.com/bot.html

More info on Web bots:
http://www.robotstxt.org/wc/robots.html

: )
Rich

:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::
 
Old October 31st, 2003, 10:16 PM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Oh and probably the most helpful search submission site on the internet is dmoz.org, thousands of sites including most of the majors sites, Google, Yahoo, AOL.. etc get their search data from dmoz in some form or another. In Google's case, the url information is gathered from dmoz and then the Googlebot goes out and caches pages, and then the information from Google's database is in turn used in many of the top search engines.

http://www.dmoz.org

: )
Rich

:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::
 
Old November 5th, 2003, 12:27 PM
Registered User
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you all for the help. I have implemented the reccommendations, I've submitted my URL to DMoz, and look forwarwd to helping more people in the future.

Kevin, AKA Astrocat.






Similar Threads
Thread Thread Starter Forum Replies Last Post
meta tag rajuru Beginning PHP 1 January 30th, 2005 10:27 AM
The "Meta Refresh Tag" method nancy HTML Code Clinic 5 October 28th, 2004 04:43 PM
Get meta tag from current page? PHP 4.x jefferis PHP How-To 2 September 15th, 2004 08:06 PM
How to insert <META> Tag using XSLT on client Abdul Hameed XML 0 August 10th, 2004 11:34 PM
Need meta tag help, please larry HTML Code Clinic 1 January 6th, 2004 08:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.