|
meta tags doesnt display when i do a view source 9 Months, 3 Weeks ago
|
|
|
when i installed tag meta, everything worked great. Now i just noticed that the meta tags that are configured through tag meta are all gone when i do a view source. They are however in the administrator where i can edit/add new ones.
how can this have happened?
|
|
|
|
|
|
|
Re:meta tags doesnt display when i do a view source 9 Months, 3 Weeks ago
|
|
|
If you can't see meta info in your page source, maybe Tag Meta is not working properly.
First, we should check if items are configured correctly. Could you please send me dump of Tag Meta table?
Thanks,
Luigi
|
|
admin
Administrator
Posts: 580
|
|
|
|
|
Re:meta tags doesnt display when i do a view source 9 Months, 1 Week ago
|
|
|
hi, i am sorry for replying back so late with this...
i just reinstalled it today, and i added one item in there, and here is the data dump for the tag meta table:
--
-- Table structure for table `jos_tagmeta`
--
CREATE TABLE `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=2 ;
--
-- 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, '^/index.php$', 'Pokerbest.org - Welcome', 'Pokerbest.org - Your online Poker Best Bet: Welcome to your guide for latest news,strategies, and interesting information from the world of poker.', 'Poker, Online Poker, Play Poker, Poker Online, Texas Holdem, Poker Rules, Omaha, News, Poker Player, Poker rooms', 2, 2, 2, 2, 2, 1, 1, 0, '0000-00-00 00:00:00');
|
|
|
|
|
|
|
Re:meta tags doesnt display when i do a view source 9 Months, 1 Week ago
|
|
|
here is the dump file
--
-- Table structure for table `jos_tagmeta`
--
CREATE TABLE `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=2 ;
--
-- 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, '^/index.php$', 'Pokerbest.org - Welcome', 'Pokerbest.org - Your online Poker Best Bet: Welcome to your guide for latest news,strategies, and interesting information from the world of poker.', 'Poker, Online Poker, Play Poker, Poker Online, Texas Holdem, Poker Rules, Omaha, News, Poker Player, Poker rooms', 2, 2, 2, 2, 2, 1, 1, 0, '0000-00-00 00:00:00');
|
|
|
|
|
|
|
Re:meta tags doesnt display when i do a view source 9 Months, 1 Week ago
|
|
|
All seems to be ok,
could you please send me url to make some test? If you prefere, send me an email (address in "contattaci" menu item on the left).
Regards,
Luigi
|
|
admin
Administrator
Posts: 580
|
|
|
|
|