Pages & Images Page Edit Metatags Top Info Line Instructions
METATAG EDITOR
If you add new pages to the site, there are several New_Page scripts included (just change the name of the page to your new page), or you may have to configure a new "form_data" script for each page. Contact me is you get stuck on this.
###################################################################### # META TAG Optimization for your pages # # INSTRUCTIONS: READ CAREFULLY # # Modify the code below for the page links to optimize each page # DO NOT remove any " or ; or other formatting. # Keywords in Custom1 - separate with a comma # Description in Custom2- short descriptive sentence of the page # Title of page (try to use top one or two keywords ###################################################################### # Meta Tags for page links ###################################################################### # Enter code here for each page that you want custom meta tags for. Be sure title is exactly correct. if ($form_data{'page'}) { if ($form_data{'page'} eq "Contact_Us.htm") { $custom1 = "South Florida, white doves,, weddings, funerals, anniversaries, Herbie Tomas, contact"; #Keywords $custom2 = "Contact South Florida White Doves to book your dove release in south FL"; #Description $custom3 = "Contact South Florida White Doves, 305-778-2232"; # Title } if ($form_data{'page'} eq "About_Us.htm") { $custom1 = "white dove release, south florida, serving Dade Broward Counties, Maimi, Fort Lauderdale"; # Keywords $custom2 = "South Florida White Doves provides a service that will make a lasting memory. We have done over 100 weddings, and well over 200 memorials, ";# Description $custom3 = "About South Florida White Doves, Professional Dove Releases, Book your release now "; # Title } if ($form_data{'page'} eq "Photo_Gallery.htm") { $custom1 = "white doves, white dove releases, Diane Schafer Photography, release doves, pigeons, columba livia, ring-neck doves, Rock Doves"; # Keywords $custom2 = "Learn about the many species of doves worldwide"; # Description $custom3 = "Photo Gallery, Diane Schafer Photography"; # Title } if ($form_data{'page'} eq "WEDDING_PACKAGES.htm") { $custom1 = "white dove releases, weddings, classic wedding release, display cage, flock release"; # Keywords $custom2 = "South Florida White Doves provides releases for any special event, especially weddings."; # Description $custom3 = "Wedding packages offered by South Florida White Doves, Classic Display and Classic Flock Release"; # Title } if ($form_data{'page'} eq "FAQs.htm") { $custom1 = "trained doves, homing instinct, navigate many miles"; # Keywords $custom2 = "Frequently asked questions about white doves and their release. They are not harmed and will return home. "; # Description $custom3 = "Frequently asked questions about White Dove Releases"; # Title } if ($form_data{'page'} eq "Standards_of_Conduct.htm") { $custom1 = "professional Standards, International White Dove Society, Code of Conduct"; # Keywords $custom2 = "Hire only a professional that adheres to a Code of Conduct with their white dove releases. Read our code as stated by members of the White Dove Society International "; # Description $custom3 = "Professional Standards of the members of White Dove Society"; # Title } if ($form_data{'page'} eq "Memorials.htm") { $custom1 = ""; # Keywords $custom2 = ""; # Description $custom3 = ""; # Title } if ($form_data{'page'} eq "New_Page.htm") { $custom1 = ""; # Keywords $custom2 = ""; # Description $custom3 = ""; # Title } if ($form_data{'page'} eq "New_Page.htm") { $custom1 = ""; # Keywords $custom2 = ""; # Description $custom3 = ""; # Title } if ($form_data{'page'} eq "New_Page.htm") { $custom1 = ""; # Keywords $custom2 = ""; # Description $custom3 = ""; # Title } if ($form_data{'page'} eq "New_Page.htm") { $custom1 = ""; # Keywords $custom2 = ""; # Description $custom3 = ""; # Title } } ################################################################## # Default values - if no code configured Updated ###################################################################### if ($custom1 eq "") { # Keywords $custom1 = "$page $custom5 "; $custom1 =~ s/.htm/ /g; $custom1 =~ s/.html/ /g; } if ($custom2 eq "") { # Description $custom2 = "$custom6"; } if ($custom3 eq "") { # Title $custom3 = "$page $custom4"; $custom3 =~ s/.htm/ /g; $custom3 =~ s/.html/ /g; } 1;
www.beyondthesidewalks.com
set pass Sub