• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Duplicate title tags for showcase items and discussion threads

TomChuck

New Member
Showcase
Is there an easy way to resolve the duplicate title errors I'm getting in webmaster tools where the thread created from a showcase item has the same title? See screenshot. Ideally, I could append the title of the thread with - 'discussion'. Thanks.
 

Attachments

  • duplicate-title-tags.PNG
    duplicate-title-tags.PNG
    129.4 KB · Views: 2
Ideally, I could append the title of the thread with - 'discussion'. Thanks.
You can accomplish this via Template edit.

Template: nflj_showcase_thread_view_header

ADD this template code to the very top of the template:
HTML:
<xen:title>{xen:helper showcasePrefix, $scItem, escaped}{$scItem.item_name} | Discussion {xen:helper pagenumber, $page}</xen:title>

so it looks like this...

Selection_797.png


Selection_798.png


Includes appending the PAGE for multipage discussion threads.

Selection_799.png
 
Back
Top