<%= f.text_field :custom_title, {:size => 103} %>
If you want the page to have a different title than the one that shows in the menu and browser title then enter it here.
<%= label_tag :skip_to_first_child? %>
<%= f.check_box :skip_to_first_child %>
<%= f.label :skip_to_first_child, "Check this box if you want the visitor to be redirected to this page's first child page if this page is selected.", :class => "stripped" %>
<%= f.label :link_url, "Custom URL" %>
<%= f.text_field :link_url, {:size => 103} %>
Enter a URL if this page links to an external site or to a pre-existing resource e.g. a contact page.
Note: This URL must point to a location that exists; a new one will not be created.
Search Engine Optimization
<%= f.label :browser_title %>
<%= f.text_field :browser_title, :size => 63 %>
If you want to override the default browser title, do it here.
<%= f.label :meta_keywords %>
<%= f.text_field :meta_keywords, :size => 63 %>
Enter 5-10 keywords that relate to this page. Separate keywords by a comma.
<%= f.label :meta_description %>
<%= f.text_area :meta_description, :cols => 95, :rows => 3 %>
Enter a concise two or three sentences describing what this page is about.
<%= f.label :show_in_menu %>
<%= f.check_box :show_in_menu %>
<%= f.label :show_in_menu, "Check this box if this page should appear in the site menu" %>