• 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.

Implemented Article pages now have their own "view" action and template

Bob

Developer
Staff member
As per title, article pages now have their own "View" action (actionView) in the ArticlePage Controller that fully renders an article page instead of a using a redirect to the actionView in the Article controller.

The template 'xa_ams_article_view' will only be used to display the overview page and Full Article view page if the article is a multi page article that allows the article to be view in full view.

The template 'xa_ams_article_page_view' will be used to display a specific article page.

This is HUGE for you SEO Nuts as this will have a MAJOR impact on indexing Article Pages.

Each Article Page will now have its own meta data pertaining to the Article Page instead of using article meta data.

Each Article Page will now have its own application/ld+json (which is huge for SEO purposes).

Note: The 'xa_ams_article_view' template will be changing in AMS 2.2 (I left all of the existing page code in there for now, however, that will all be removed in the next major version).
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
Back
Top