hlxsites / vg-volvotrucks-ca

Franklin site for Volvo Trucks Canada
https://www.volvotrucks.ca/
Apache License 2.0
0 stars 0 forks source link

Bug - Press Releases are not loading in Volvo CA (en-ca) homepage #63

Closed Varunvolvo closed 1 month ago

Varunvolvo commented 3 months ago

Issue Type

Bug

Summary

News news post 2021 are not appearing in main page

Priority

Blocker

Description

The Press releases main page is not showing the recently published articles. The issues in the Press Release Main page are -

  1. The first block is showing up a disclaimer text which is not a news article. Whixh should basically not showup.
  2. The last article that is shown is - (2020-11-10).

Affected Device Classes

Mobile, Tablet, Desktop

Affected Browsers/Devices and Versions

All

Steps to Reproduce

1, Navigate to Volvo Trucks CA website and under News and Section click Press Releases.

  1. Preview the page and the issue can be viewed

Expected Results

Recent articles should be displayed.

Actual Results

The last article is of (2020-11-10).

image

Attachment

1

amglebihan commented 2 months ago

@Varunvolvo @Kannan-CM It appears to be a content/configuration issue. Firstly, the disclaimer page was mistakenly added to the press-releases.xlsx file (as seen in the last entry of the raw_index tab and the first entry of the helix_default tab), where it shouldn't be. Additionally, it seems the order of the press releases is determined by the helix_default tab. On volvotrucks.us, the press releases are listed by date (newest to oldest), but this is not the case for volvotrucks.ca. What I don't know is who typically maintains those files.

Kannan-CM commented 2 months ago

HI @amglebihan , The "press-releases.xlsx" file get auto updated. We don't manage it.

amglebihan commented 2 months ago

@Varunvolvo, does the disclaimer.docx page serve any purpose? It is being indexed and showing up in press releases. If it’s not necessary, or was created for testing purpose, we should unpublish and remove it. I also don't see any specific logic that handles the display of press releases in chronological order, starting with the newest. They are currently displayed in the order they appear in the helix_default tab in this file.

Kannan-CM commented 2 months ago

Hi @amglebihan ,

Disclaimer is used on all the Press releases at the bottom of the page:

image

amglebihan commented 2 months ago

@Kannan-CM We should then prevent it from being indexed, as it will appear in the press releases JSON.

amglebihan commented 2 months ago

I removed the disclaimer page from the press-releases.xlsx file. While it no longer appears in the JSON on the preview link, it is still present in the JSON on the live site. This might be due to caching.

girishdigrajkar commented 2 months ago

Validated and able to get the correct results hence issue could be closed :

image image

@amglebihan : Please proceed closure of this bug.

cc: @Kannan-CM