Running Drupal 4.7.3, Nodewords 4.7 (1.32.2.11), PathAuto 4.7 (1.22.2.8).

I have added a description and keywords in the "front page" tab at admin/settings/nodewords. I have used pathauto to add an seo friendly (eg. "this-is-the-node") alias to node/1. I have set node/1 as my front page in admin/settings under "Default front page".

When I go to this-is-the-node or node/1 I only get the site-wide keywords and the teaser as description.

I do not get the front page Description or Keywords as expected.

Thanks,

BlueSquare.

Comments

marcoBauli’s picture

as a temporary solution, try using the mission field found at /admin/settings: it should be reflected in the meta description of the front page

Robrecht Jacques’s picture

No, setting the site mission will not work in 4.7 (it did in 4.6 though).

The problem was that nodewords.module checks whether we are on a node page (so eg node/1) first and uses the meta tags assigned to that node first. Only if one is not a node page (eg the default front page node/) we checked whether the page is used as the front page.

I've changed the behaviour: first check whether we are on the front page and thus use the meta tags set in administer >> settings >> meta tags >> front page, and if we are not on the front page, only then use the meta tags defined of the node.

Please check (nodewords.module version 1.32.2.12) and report back.

bluesquare’s picture

Ok, I downloaded and installed the latest 4.7 build (1.32.2.13) and it is working perfectly.

Thanks for fixing this problem so promptly.

BlueSquare

Robrecht Jacques’s picture

Status: Active » Fixed
marcoBauli’s picture

Weird, i am on 4.7.2 and i can see the META description containing the exact content of my mission.

Don't know more about this, but is a luck for me since i am using a panel from Panels.module as front page and Nodewords is not integrated with Panels yet.

Anonymous’s picture

Status: Fixed » Closed (fixed)