PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

New User - check it out!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • New User - check it out!

    www.stevens-it.com/index2.html

    Is it coming out right?
    I had to take out the description because every result had the same description which was weird.

    All I want is up to 5 results period. Is there a way to do that?

    Also I want to customize the results page. Add my template to it. Can I do that if the results page is going to the .php file? How?

    Let me know.
    Plus thanks for this info, I love this product so far... but today is my first day, ha!
    Ashley

  • #2
    On your HTML pages, you have no meta data. You should add some basic meta data to each page. Then your search results will be more accurate and look better.

    This is an example of meta data.

    <meta name="DESCRIPTION" content="Put a description of your page here">
    <meta name="KEYWORDS" content="Keyword1 Keyword2 Keyword3">

    Then you should edit the search_template.html file to match the rest of your site.

    If you are using PHP to generate your page headers and footers then see this FAQ about adding additional PHP to the search results page.

    You can add paramters to the search URL to only produce 5 results (per page).
    &zoom_per_page=5
    To force this for all searches you might need to create a hidden form field.

    Comment

    Working...
    X