Post by Zeus-DX » Mon May 16, 2016 10:00 pm

Is there any module which can auto-fill SEO Title, SEO-Description and SEO-Keyword?
Auto fillers with certain instructions would be much more appreciated
For example:
Product title: Apple iPhone 6s 16GB (EU)
SEO Title: Apple iPhone 6s 16GB (EU) | MyStore

I would like the " | MyStore" to be automatically added as well

Newbie

Posts

Joined
Thu Jun 11, 2015 3:54 pm

Post by IP_CAM » Tue May 17, 2016 2:03 am

just check the links below, a huge amount exists for such purposes:

http://www.opencart.com/index.php?route ... EO%20title
http://www.opencart.com/index.php?route ... search=SEO
http://www.opencart.com/index.php?route ... earch=Meta
http://www.opencart.com/index.php?route ... h=Keywords

Just be aware, that no Tool can be/act smarter than a Coder, they only can use - combine, what exists,
hopefully in 'verbally' best sorted manner, already.

And to add your ShopName to the title, technically just add, i.E.: 'Your Nice Shop' ,
where shown below: in this line, in the HEADER.TPL Theme File:

Code: Select all

<title><?php echo $title; ?></title>
here:

Code: Select all

<title>Your Nice Shop - <?php echo $title; ?></title>
or here:

Code: Select all

<title><?php echo $title; ?> - Your Nice Shop</title>
But, JUST be AWARE, that an SEO-Extension, you probably decide to use for such,
will probably REQUIRE/USE/CHANGE this Title OC Source Code line, to function, and thereby
probably be searching exactly for a line like:

Code: Select all

<title><?php echo $title; ?></title>
so, you could have a Problem, since, if a VqMod is involved, it would not longer be able, to find
the header.tpl TITLE - Code-line, as requested, by DEFAULT, because you changed it manually to
something like this already:

Code: Select all

<title>Your Nice Shop - <?php echo $title; ?></title>
You then would either have to make the VqMOD Search... Line matching the NEW Default Line
in the header.tpl File, or then add the YOUR NICE SHOP to the VqMod ADD Content, to make it work.

It's much easier to do, compared with trying to explain... :D
Good Luck
Ernie

PS, And just don't forget,Google DOES NOT LIKE overlength Title Lines.

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Zeus-DX » Tue May 17, 2016 3:12 pm

Any specific suggestions?

Newbie

Posts

Joined
Thu Jun 11, 2015 3:54 pm

Post by IP_CAM » Wed May 18, 2016 12:24 am

sure, just test, what comes for free, first, possibly something already exists, matching your
specific requirements. Or then, get it done, by one of the Pro's, it may save some costly time.
Good Luck!
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland
Who is online

Users browsing this forum: No registered users and 153 guests