[jira] Created: (OFBIZ-2214) Product Id for SEO

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2214) Product Id for SEO

Nicolas Malin (Jira)
Product Id for SEO
------------------

                 Key: OFBIZ-2214
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2214
             Project: OFBiz
          Issue Type: Improvement
          Components: product
    Affects Versions: SVN trunk
         Environment: trunk 748884
            Reporter: Eric DE MAULDE
            Priority: Trivial
             Fix For: SVN trunk


For SEO into URL,
Google (by example) recognizes words
but a word has to be separate by "/" or "-" or ","

But OFBiz suggests Variant Product Id
with a non-separated extension (the counter)



--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2214) Product Id for SEO

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric DE MAULDE updated OFBIZ-2214:
----------------------------------

    Attachment: ProductFeatureServices_productId-SEO.patch

this patch improves suggested variant Product Ids
it adds "-" between default variant product Id and its extension

So Google can regognize better a product Id with this system

> Product Id for SEO
> ------------------
>
>                 Key: OFBIZ-2214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2214
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: trunk 748884
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: ProductFeatureServices_productId-SEO.patch
>
>
> For SEO into URL,
> Google (by example) recognizes words
> but a word has to be separate by "/" or "-" or ","
> But OFBiz suggests Variant Product Id
> with a non-separated extension (the counter)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2214) Product Id for SEO

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677788#action_12677788 ]

Jacques Le Roux commented on OFBIZ-2214:
----------------------------------------

Hi Eric,

I'm not sure to understand where those URLs are visible in eCommerce ? Can you send an URL example please ?

> Product Id for SEO
> ------------------
>
>                 Key: OFBIZ-2214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2214
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: trunk 748884
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: ProductFeatureServices_productId-SEO.patch
>
>
> For SEO into URL,
> Google (by example) recognizes words
> but a word has to be separate by "/" or "-" or ","
> But OFBiz suggests Variant Product Id
> with a non-separated extension (the counter)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2214) Product Id for SEO

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677808#action_12677808 ]

Eric DE MAULDE commented on OFBIZ-2214:
---------------------------------------

Into Url and into page,
Google identifies words to analyse the page.
So words are important.

*** Example :
http://demo.hotwaxmedia.com/ecommerce/catalog/200/202/p_WG-9943-B3

It's better to display "WG-9943-B3" than "WG-994301".

Into my application, virtual products can build around 200 variants.
Manually, it's too long to change each variant product id.

My futur target is to display each variant product into different pages,
and  so reference more pages to Google

> Product Id for SEO
> ------------------
>
>                 Key: OFBIZ-2214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2214
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: trunk 748884
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: ProductFeatureServices_productId-SEO.patch
>
>
> For SEO into URL,
> Google (by example) recognizes words
> but a word has to be separate by "/" or "-" or ","
> But OFBiz suggests Variant Product Id
> with a non-separated extension (the counter)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2214) Product Id for SEO

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2214.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Eric,

Your patch is in trunk at revision: 749047  


> Product Id for SEO
> ------------------
>
>                 Key: OFBIZ-2214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2214
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: trunk 748884
>            Reporter: Eric DE MAULDE
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: ProductFeatureServices_productId-SEO.patch
>
>
> For SEO into URL,
> Google (by example) recognizes words
> but a word has to be separate by "/" or "-" or ","
> But OFBiz suggests Variant Product Id
> with a non-separated extension (the counter)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.