× Here you can get community support related to Tag Meta.

Submenu taking the meta information of parent menu

More
10 years 10 months ago #1208 by mohit
Hello,

I am having the url like below

abc.com/online-marketing/affiliate-marketing

online marking is the parent menu and affilated-marketing is the submenu. I want to make the meta information for affilated-marketing but it taking the meta information of parent menu online-marketing.

I am taking the url in meta tag like
/online-marketing/affiliate-marketing

Case sensitive , Request Only, Decode URL, Last URL all are checked true.

Can you suggest how can i make the url in meta tag.
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #1211 by admin
Hi,
from the screenshot the hits counter is still zero and this means the rule is not working. I should check your settings. Please, send me a dump of Tag Meta table and a screenshot of Tag Meta plugin settings.

Kind regards.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago - 10 years 10 months ago #1213 by mohit
Please Find the attachment. i am not able to upload .sql file so i am pasting the table data.

INSERT INTO `j25_tagmeta_rules` (`id`, `url`, `case_sensitive`, `request_only`, `decode_url`, `last_rule`, `placeholders`, `title`, `description`, `author`, `keywords`, `rights`, `xreference`, `canonical`, `rindex`, `rfollow`, `rsnippet`, `rarchive`, `rodp`, `rimageindex`, `comment`, `synonyms`, `synonmax`, `synonweight`, `preserve_title`, `hits`, `last_visit`, `ordering`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, '/consultancy-services', 1, 1, 1, 1, '', 'Consultancy services – Marketing & Strategic | aoom', 'aoom offers a range of cost effective consultancy services from marketing to strategy consulting to help businesses produce results that meet their needs', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 1, '2013-06-14 07:29:25', 0, 1, 0, '0000-00-00 00:00:00'),
(2, '/faq', 1, 1, 1, 1, '', 'Frequently Asked Questions | aoom', 'Frequently asked questions about aoom consultancy', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, 0, '0000-00-00 00:00:00'),
(3, '/sitemap', 1, 1, 1, 1, '', 'Sitemap | aoom', 'aoom online marketing consultancy helps companies grow by increasing online sales & access to expert web marketing advice. Call for a free marketing appraisal!', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 4, '2013-06-14 07:36:52', 0, 1, 0, '0000-00-00 00:00:00'),
(4, '/marketing-blog', 1, 1, 1, 1, '', 'Online marketing blog – Expert internet marketing tips & info | aoom', 'Free internet marketing tips, info, tactics & online trends from web marketing expert aoom consultancy. Covers PPC, SEO, affiliate, social media, CRM & more', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 2, '2013-06-14 07:29:35', 0, 1, 0, '0000-00-00 00:00:00'),
(5, '/about-aoom', 1, 1, 1, 1, '', 'About aoom | aoom', 'aoom (Art of Online Marketing) consultancy helps businesses grow & generate revenue by creating the most cost effective marketing portfolio & web strategy', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 1, '2013-06-14 07:29:43', 0, 1, 0, '0000-00-00 00:00:00'),
(6, '/contact-aoom', 1, 1, 1, 1, '', 'Contact Us | aoom consultancy', 'contact aoom consultancy – Email or call. Fill up contact form for a free marketing appraisal or marketing report', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 1, '2013-06-14 07:29:48', 0, 1, 0, '0000-00-00 00:00:00'),
(7, '/online-marketing', 1, 1, 1, 1, '', 'Online Marketing Strategy and Online Marketing Services | aoom', 'From small business internet marketing tactics to multinational online marketing strategies – aoom are the experts. Call today about a free marketing appraisal!', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 177, '2013-06-16 22:58:53', 0, 1, 63, '2013-06-14 11:39:56'),
(8, '/online-marketing/affiliate-marketing', 1, 1, 1, 1, '', 'Affiliate Marketing and Online Affiliate Marketing Programs | aoom', 'aoom can help define your online affiliate marketing strategy & develop affiliate marketing tactics that best reach your audience to drive sales. Call aoom today!', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, 63, '2013-06-17 03:55:50');
Attachments:
Last edit: 10 years 10 months ago by mohit.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #1216 by admin
This is the issue:

(7, '/online-marketing', 1, 1, 1, 1, '', 'Online Marketing Strategy and Online Marketing Services | aoom', 'From small business internet marketing tactics to multinational online marketing strategies – aoom are the experts. Call today about a free marketing appraisal!', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 177, '2013-06-16 22:58:53', 0, 1, 63, '2013-06-14 11:39:56'),

(8, '/online-marketing/affiliate-marketing', 1, 1, 1, 1, '', 'Affiliate Marketing and Online Affiliate Marketing Programs | aoom', 'aoom can help define your online affiliate marketing strategy & develop affiliate marketing tactics that best reach your audience to drive sales. Call aoom today!', '', 'marketing', '', '', '', 1, 1, 2, 2, 2, 2, '', 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, 63, '2013-06-17 03:55:50');

Both match the URL but the first one (ID=7) has a lowest order, so is applied before, and is configured as "last rule" so the process stops.

You should invert ordering OR BETTER configure rule with ID = 7 as not last rule (if you need also these meta info and meta from id=8 in addition) OR BETTER change the rule with ID = 7 to match only the main menu:

/online-marketing$

Just add the dollar at the end...

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.135 seconds