Installation went great for the component and plugin. Activated the plugin, used default parameters for plugin, set the order to last.
I created the tags for a couple pages, but I can't get the meta tags to actually update. I have tried and had the same problem with four different Joomla sites, so I must just be missing something simple!! Any help would be greatly appreciated.
www.homes4saleinriorancho.com/corrales-home-search (Sample URL of one not working)
Here is a dump:
--
-- Database: `finehome_homes4saleinriorancho`
--
-- --------------------------------------------------------
--
-- Table structure for table `jos_tagmeta`
--
CREATE TABLE IF NOT EXISTS `jos_tagmeta` (
`id` int(11) NOT NULL auto_increment,
`uri` varchar(255) NOT NULL default '',
`title` varchar(255) default NULL,
`description` varchar(255) default NULL,
`keywords` varchar(255) default NULL,
`rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `idxuri` (`uri`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `jos_tagmeta`
--
INSERT INTO `jos_tagmeta` (`id`, `uri`, `title`, `description`, `keywords`, `rindex`, `rfollow`, `rsnippet`, `rarchive`, `rodp`, `ordering`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, '
www.homes4saleinriorancho.com/corrales-home-search', 'Search Corrales Homes By Price', 'Search For Real Estate in Corrales, New Mexico by Price', 'Corrales Real Estate, Homes for sale in Corrales', 1, 1, 2, 2, 2, 1, 1, 0, '0000-00-00 00:00:00'),
(2, '
www.homes4saleinriorancho.com/placitas-by-price', 'Search Placitas RE By Price', 'Search Placitas RE By Price', 'Placitas Real Estate, Placitas Homes For Sale', 1, 1, 2, 2, 2, 2, 1, 0, '0000-00-00 00:00:00');