Jump to content

crazy question about html form


spdwrench

Recommended Posts

My site has an html form on the left side if the pages.

 

this is a quicksearch box for members it has a bunch of numbers 18 19 20 21 22 23 etc

 

when google indexes my pages it gets a bunch of numbers as being the first of the content which is very poor for the pages to show up corectly on the search

 

is there a way to hide a form on the html page so the robot or crawler will ignore this particular form and continue reading the rest of the page?

 

I know it's a long shot.. but the design looks good the way it is so I dont want to change it

 

thanks for any help

 

Paul

Link to comment
https://forums.phpfreaks.com/topic/66940-crazy-question-about-html-form/
Share on other sites

sounds like the right idea but I have not done much with css.

 

instead I flipped the layout...

 

if I dont have any complaints about the appearance I will run it like that for a while because im also curious on the effect it will have on ad clicks.

 

how hard would it be to swap this the way you mentioned?

 

Paul

You should do some reading on how google and other search engines index pages. Take a google result page:

 

PHP and HTML finding the right code for your

This is a brief explanation of the title... Yes yes, did you index

me correctly?

 

Now "PHP and HTML finding the right code for you" is this html snippet:

 

<title>blah blah blah</title>

 

And "This is a brief explanation of the title" is:

 

<meta name="Description" content="blah blah blah" />

 

after the ... google takes over.

 

Of course sometimes you don't influence over google, because a user's search keywords don't compare to the things you wrote.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.