Page 1 of 1

Custom Category Title H1 Tag Bottom Description & Product Ti

Posted: Mon Jun 17, 2013 9:15 pm
by xdomofab
Custom Category Title H1 Tag Bottom Description & Product Title & Information Title
Have you ever needed extra fields on the category or product page? If yes, then this mod can help you.

Make your category and product SEO friendly!
One of the most important steps in improving your site's ranking in Google search results is to ensure that it contains plenty of rich information that includes relevant keywords, unique title, unique h1 tag and fresh content.

Features:
-Extra field in category to add custom category title (leave it blank, category tile = category name)
-Extra field in category to add custom category h1 tag (leave it blank, category h1 = category name)
-(NEW) Extra field in category to add custom category bottom description (leave it blank, it will not display)
-Extra field in product to add custom product title (leave it blank, product tile = product name)


Download: http://www.opencart.com/index.php?route ... n_id=12247

Image
Image

Google perfers fresh content, so you can use the [category bottom description] to update your category content for your target audiences.

Store Front Demo:
category demo: http://www.target409.com/components
product demo: http://www.target409.com/samsung-syncmaster-941bw

Admin Demo:
http://www.target409.com/admin
Username: demo
Password: demo


Requirements
VQmod 2.2 or later is required

Easy VQMOD install. Installation instructions included.
Support: xdomofab@gmail.com

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Sat Jun 29, 2013 3:52 am
by tdaubs
Interesting. I'm going to give it a spin and see what kind of mileage I get.

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Tue Jul 02, 2013 9:14 am
by xdomofab
@tdaubs, thanks for purchasing this extension, Please contact me if you find any errors.

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Fri Jul 26, 2013 2:48 pm
by xdomofab
custom information page title added and extension opencart v1.5.6 released!

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Mon Sep 23, 2013 10:30 am
by billkou
Hello.

This extension looks good.

Is there an possibility of injecting the product's title inside the product description ( on top of it ) as a h2 or h3? I've seen some SEO packs do this, as well as respected e-shops with very good seo results do this.

Thanks a lot!

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Mon Sep 23, 2013 12:57 pm
by xdomofab
billkou wrote:Hello.

This extension looks good.

Is there an possibility of injecting the product's title inside the product description ( on top of it ) as a h2 or h3? I've seen some SEO packs do this, as well as respected e-shops with very good seo results do this.

Thanks a lot!
The H2, H3 and H4 tags are meant for sub headers. Headers aren't a big ranking factor. however, it's worth thinking about your structure and using one <h2> - <h6> tag if you can.

insert the product's title inside the product description ( on top of it ) as a h2, check out the demo:
http://www.target409.com/samsung-syncmaster-941bw

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Thu Oct 10, 2013 3:32 am
by stemon
Hi.

My website code has 5 <H1>. one being the product/category name and the other 4 the footer´s info, like About, COntact, Facebook and Twitter.

I´ve been looking to fix that but I have very littlet knowledge of coding, Im not a developer.

Do the last 4 have to be under <H>? If so, i believe they should be <H2>, <H3>... as you mentioned before. Am I right?

Would you mod help me with fixing that?


Many thanks

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Thu Oct 10, 2013 5:14 am
by billkou
stemon wrote:Hi.

My website code has 5 <H1>. one being the product/category name and the other 4 the footer´s info, like About, COntact, Facebook and Twitter.

I´ve been looking to fix that but I have very littlet knowledge of coding, Im not a developer.

Do the last 4 have to be under <H>? If so, i believe they should be <H2>, <H3>... as you mentioned before. Am I right?

Would you mod help me with fixing that?


Many thanks
I recommend setting them not higher than h4. Or even not an h tag at all could be good, but if there are some good-respectable links then h4 is OK in my opinion.

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Thu Oct 10, 2013 11:37 am
by xdomofab
stemon wrote:Hi.

My website code has 5 <H1>. one being the product/category name and the other 4 the footer´s info, like About, COntact, Facebook and Twitter.

I´ve been looking to fix that but I have very littlet knowledge of coding, Im not a developer.

Do the last 4 have to be under <H>? If so, i believe they should be <H2>, <H3>... as you mentioned before. Am I right?

Would you mod help me with fixing that?


Many thanks
I recommend using <b> or <strong> tag to about, contact ,facebook twitter.. I'd like to help you, PM me. :)

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Fri Dec 27, 2013 3:43 am
by jamesx88
I downloaded and installed this extension. I ran the SQL. I have no prefix on my database tables.

None of the extra lines are showing up. I checked VQMOD log it shows this:

---------- Date: 2013-12-26 18:36:27 ~ IP : ********* ----------
REQUEST URI : /*********
MOD DETAILS:
modFile : /home/******/public_html/vqmod/xml/customize category title h1 headline bottom description.xml
id : vqmod for customize category title and bottom description
version : 1.0
vqmver : 2.3.2
author : xdomofab
SEARCH NOT FOUND (ABORTING MOD): $this->document->setTitle($category_info['name']);


This appears over and over.

Also this error:
---------- Date: 2013-12-26 18:39:59 ~ IP : ******** ----------
REQUEST URI : /admin/index.php?route=catalog/category&token=8e9d50afd7c83f58771ce742450d6984
MOD DETAILS:
modFile : /home/******/public_html/vqmod/xml/customize category title h1 headline bottom description.xml
id : vqmod for customize category title and bottom description
version : 1.0
vqmver : 2.3.2
author : xdomofab
SEARCH NOT FOUND (ABORTING MOD): $this->db->query("INSERT INTO " . DB_PREFIX . "category_description SET category_id = '" . (int)$category_id . "', language_id = '" . (int)$language_id . "', name = '" . $this->db->escape($value['name']) . "', meta_keyword = '" . $this->db->escape($value['meta_keyword']) . "', meta_description = '" . $this->db->escape($value['meta_description']) . "', description = '" . $this->db->escape($value['description']) . "'");

----------------------------------------------------------------------



Can you help?

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Fri Dec 27, 2013 4:33 am
by jamesx88
Ok I seemed to fix the problem (conflicting VQMOD addon) but now the H1 tag doesn't appear on the page when I fill it in the box.

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Fri Jun 06, 2014 9:47 pm
by labeshops
I really like this idea BUT I would like to see it taken 1 step further and let you create different titles, descriptions and bottom descriptions PER STORE when you have a multi-store setup. IMO each store should have it's own unique text for the best SEO use.

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Fri Jun 06, 2014 9:53 pm
by ranjith raj
Notice: Error: Could not load language module/delivery_date! in /home/minusco/public_html/aranirice.com/vqmod/vqcache/vq2-system_library_language.php on line 39

can any one help me..??? getting this error in admin panel....!!!

Re: Custom Category Title H1 Tag Bottom Description & Produc

Posted: Fri Oct 02, 2015 5:03 pm
by raunharman
We are using Open Cart 2.0.1 with Stowear theme.

I have purchased this module and installed it.

There was no problem in installation except that the following already existed in the database.

ALTER TABLE `oc_information_description`
ADD `meta_title` VARCHAR(255);


The new lines do not show up in the products or category.

The module is in use at www.tacfabfashions.com

Can you please help.