BHead

Current version is 6.0.2.2460

BHead Basic Meta Tags

BHead is an advanced meta tag generator that can take care of your entire HEAD section. It generates the code for all popular meta tags. Keywords and description can be imported from files. The result is a nicely formated and complete HEAD code that can be copied into your document or saved for later use or editing.

Basic Meta Tags

This tab (above) is particularly important. Try to fill out everything, excepting generator and formatter.

  • Robots

    Mark “NOINDEX” or “NOINDEX, FOLLOW”, if you do not want the search engine to index your page. You may be using frames.

  • Page Title

    Fill this text box whatever you would like to call your page. Otherwise leave this text box blank.

    Many search engines use page title to register web pages. So that is strongly recommend to write down here. This title also uses automatically in HTML page.

  • Keywords

    The search engines register these words. So it is a better idea to fill out this text area, if you would like the search engines to register your page. Keep around 10 words. It may be effective. I am not sure. Somebody says that you are able to add Keywords up to 1000. Words separate with comma “,”.

    example: program,meta,information

  • Description

    Here you can describe your page what it is about. If you would like to register your page on the search engines, it is also a better idea to fill out this field.

  • Language

    You can choose a language of your document. I already made language list. If your language is not listed, name it your language into yellow text box.

  • Author

    You can write your name, your company name, or creator’s name. This field can be blank. Oh, no… Not my name.

  • Add Copyright

    This checkbox adds a extra meta tag (the same as Author tag). Check this if you wish to add one line extra meta tag.

  • Generator // Formatter

    Your editor’s name. Or you can leave this text box blank.

    Example: Front-page

    However you are using this program, so you can write here BHEAD, too.

Meta tags names tell you what they are, it is not hard to guess what they mean.

Meta Tag Result

This page shows what you have done with tab-pages (Basic Meta Tags and Additional Meta Tags).

This tab, you are able to copy or save your meta tags.

Undo Meta tags?

No problem!

This program does not have an “Undo” button in the section Meta Tags, but you may modifiy as many times as you wish all fields and then click on tab-page “Result”. It updates all Meta Tags.

Example: You did create Meta Tags but you do not want “Author” to be anything. Change page to “Basic Meta Tags” and move your curser to “Author” field and delete the text. Then hit the tab-page “Result” again. You will see the updated Meta Tags Information there. Or find author tag from the Result Text Box and delete it.

Tool (Robots.txt tool)

This tool is something you really need, if you want to deny unwanted robot engines, mass downloader, web copy software, etc..

Robot.txt Tool 1

This tool has semi defined bad robots.

You are able to select and delete listed robots or add new robots to deny list.

Click on a button “List files”

BHead Robot.txt Tool 2

This dialog will appear.

Browse your site root, adjust your settings (file mask, and include subfolder …) – This example shows with well known blog WordPress.

Click on a button “List files” on this dialog. Then all folders and files will be listed on this text box.

Click on “OK” button!

BHead Robot.txt Tool 3

You will see the result here.

You can modify your files and folder.

When you are done, just click on “Save” button.

You will see a save dialog and file name is already filled. You should not rename it. The file name should be “robots.txt”.

Browse your site root and save it, upload it.

That’s it!

This is how Robot.txt looks like.


News / Changes / Fixed Bugs

Version 6.0.2.2460 (released 3rd February – 2009)

News

Disallow Google Image Search function is added.

Google Image Search

An image above results:

User-agent: Googlebot-Image

Disallow: /*.jpg$

Fixed Bugs

1) It (version 6.0.1.1529) generates wrong Robots Code, when you want to list your directories. – has been solved.

Example:

Should be

User-agent: *

Disallow: /wp-admin/

Disallow: /wp-content/

Disallow: /wp-includes/

But it generates

User-agent: *

/wp-admin/

/wp-content/

/wp-includes/

Disallow: /

2) Meta Tags of Keywords and Description will get many lines depend on their length. – has been solved. Now you have single line for each Meta Tags, unless you are using Word wrap on your text editor.

3) It appears blank slash “/”, when users list a directory
- has been solved.