I am using nodewords to generate page specific meta tag info for all pages. This doesn't work for Views pages because it is not editted like a normal node and therefore nodewords doesn't work. Any alternatives or thoughts of adding Views compatibility?

CommentFileSizeAuthor
#13 nodewords-fix-view-deletion.patch671 bytesMoxide

Comments

orionvortex’s picture

I am also interested in this feature. My site has many page views but there is currently no way to add description or keyword meta tags to views which is critical to SEO. I really hope that a solution turns up soon.

jeffabailey’s picture

I third that, I might have to write it myself.

niklp’s picture

Yeah... I wasn't really sure what this meant as I haven't actively used Views yet, but I think I get it, and YES we need it! :)

Go for it Jeff...! ;)

Robrecht Jacques’s picture

Well, it seems I have 4 testers for nodewords.module version 1.32.2.20. I've added support for views. Please test and report back - then I might release a nodewords-4.7.x-1.1 with official support for this.

jeffabailey’s picture

I'm using 5.1 now or I would help test it out. If you code it for that version I would be happy to test.

Robrecht Jacques’s picture

Version: 4.7.x-1.x-dev » 5.x-1.0
Status: Active » Patch (to be ported)

Committed to 4.7-1.1.
Patch needs to be ported to work on 5.1.

BioALIEN’s picture

Any status on porting to 5.x? So we can close this issue off ;)

elruy’s picture

Title: Views compatibility with nodewords » Views compatibility with nodewords - drupal 5.1

Has anyone ported the views patch to drupal 5.1? I would be happy to test it.

marcoBauli’s picture

howdy, maybe i shall open a support request, but i'll try here since is pertinent:

i've just upgraded my nodewords.module to 4.7-1.1 but i cannot really see any difference in my Views pages (yep, i cleared the cache ;)...where am i supposed to insert meta descriptions for views pages? ..or are them meant to be automatically generated from header/footer text or something? or again maybe i need to update views too?

any hand apreciated

unghander’s picture

I need that feature for Drupal 5.1 too. I hope someone is working on this issue?

Robrecht Jacques’s picture

Fixed in 5.x-1.x-dev. Will be included in the next release of meta tags.

howdy, maybe i shall open a support request, but i'll try here since is pertinent:

i've just upgraded my nodewords.module to 4.7-1.1 but i cannot really see any difference in my Views pages (yep, i cleared the cache ;)...where am i supposed to insert meta descriptions for views pages? ..or are them meant to be automatically generated from header/footer text or something? or again maybe i need to update views too?

any hand apreciated

Let me look at this. Normally you would get a fieldset "Meta tags" on the views edit page, just like you get on the node edit pages.

Moxide’s picture

Beware though : when you delete a view, nodewords table entries won't be deleted. Unless this patch is applied to 'views_ui.module'.

Regards.
Moxide

Moxide’s picture

StatusFileSize
new671 bytes

...and you must apply the attached patch to nodewords (the formid of views' confirm delete form has changed).
Should have compared your code and mine more thoroughly :-)

Robrecht Jacques’s picture

Status: Patch (to be ported) » Needs review

Thanks Moxide! Didn't test deletion.

Your patch for views is indeed needed - I submitted a similar patch for views 4.7.x when I added the views support for nodewords 4.7.x, but didn't test whether they actually fixed it.

Anyway, because I now do a

  } else if ($form_id == 'views_ui_admin_delete_confirm') {
    $form['#submit'] = array_merge(array('nodewords_views_handler' => array()), (array)$form['#submit']);
  }

the nodewords_views_handler is added before the views_ui_admin_delete_confirm_submit so things should clean up nicely when deleting a view. This doesn't mean that the drupal_goto is a bug in views_ui.module.

Robrecht Jacques’s picture

Version: 5.x-1.0 » 5.x-1.3
Status: Needs review » Fixed

Fixed in the latest release: nodewords 5.x-1.3.

Anonymous’s picture

Status: Fixed » Closed (fixed)
wowik73’s picture

Title: Views compatibility with nodewords - drupal 5.1 » Views compatibility with nodewords - drupal 5.9
Version: 5.x-1.3 » 5.x-1.11
Status: Closed (fixed) » Active

I install nodewords (Meta tags) but not work with Views.
Why????
Problem - back?

avpaderno’s picture

Status: Active » Closed (won't fix)

As the Drupal 5 version is not supported anymore, I am changing the status of this report.