seo metatag manager and custom form fields questions

soaringeagle
@soaringeagle
10 years ago
3,304 posts
1 of my shops owners is trying to optimize a product
and brought up some questions that got me wondering

i see u can set title descripotion keywords etfc on "item details'

now say i added a product_title
product_keywords
product_description feilds to the form designer can i use smarty codes to simply add those entered text strings
what would these smarty codes look like



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 03/24/15 02:10:53AM
brian
@brian
10 years ago
10,149 posts
soaringeagle:
1 of my shops owners is trying to optimize a product
and brought up some questions that got me wondering

i see u can set title descripotion keywords etfc on "item details'

now say i added a product_title
product_keywords
product_description feilds to the form designer can i use smarty codes to simply add those entered text strings
what would these smarty codes look like

You would just use:

{$item.product_keywords}

i.e.

$item.YOUR_CUSTOM_FIELD_NAME

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
your the best now semi related question in new core update whats this mean exactly

New: title tag now allowed on html code coming in from the editor

maybe i can look around and figure it out but

and as far as the original question if i use that for say ..everything
i can use $item.*_keywords
$item.*_description

and useit for videos for blogs
forums
everything
and can use it for titles etc


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,149 posts
Michael added that - I think it is Site Builder related, but I am not sure - he would need to answer that.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,149 posts
soaringeagle:
and as far as the original question if i use that for say ..everything
i can use $item.*_keywords
$item.*_description

and useit for videos for blogs
forums
everything
and can use it for titles etc

Yep - if you create it as a form designer field, then that is correct.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
ok can ya ask micheal bout that i think i know what it is cause i think i requested it


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
10 years ago
7,800 posts
soaringeagle:...
New: title tag now allowed on html code coming in from the editor
...

It means you can add tite="something" to items in the editor and they won't be stripped out.

Previously
<img src="somewhere.png" title="a picture of a goat">
would be stripped to
<img src="somewhere.png">
because title tag was not allowed. Now it is, so you can add title tags.
soaringeagle
@soaringeagle
10 years ago
3,304 posts
ohh ok so not page title like link or image titles got ya not what i thought but still good do u know if those image and link titles are used in seo at all do they server much purpose
i think they are used but like ..barely...like a fraction of a percent ofyour score


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags