Closed (fixed)
Project:
Metatag
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2010 at 16:30 UTC
Updated:
2 Sep 2011 at 14:31 UTC
Jump to comment: Most recent file
I realize primary effort is going into getting D7 finalized, but am working on a site upgrade to D7 that requires Nodewords, now morphing into Metatags, so wondered if there is a dev, beta or rc release of this that can be tested.
Thanks for all the hard work.
| Comment | File | Size | Author |
|---|---|---|---|
| #20 | metahack.zip | 865 bytes | jamesbenison |
Comments
Comment #1
dave reidIt's still currently in planning and architecting stages, so there is no code to try at this time.
Comment #3
damienmckennaStupid spam.
Comment #4
SolaFide001 commentedThanks Dave.
If there is anything I can do to help, please let me know.
Comment #5
dgastudio commentedsubscribe
Comment #6
Andy B commentedsubscribe
Comment #7
Andy B commentedChanged title for better use in the dashboard, changed issue type to task if the devs are up to design/porting help from the community.
Comment #8
akalata commentedSubscribe, this is probably the only thing keeping me from being able to start building client sites in D7.
Comment #9
juliangb commentedSubscribe.
Please advise if there is anything that can be done to help with this.
Comment #10
Poieo commentedSubscribing...essential for the transition to D7.
Comment #11
dave reidIssues like this are really, really not helpful for me, the developer, but I'll leave it open for the meantime. I'm already very aware that this will be a module everyone wants, but this is a rewrite, we don't have a D7CX pledge, so be patient. Also consider the role of meta tags are not really that important for SEO purposes anymore. If you have someone telling you that your site "must" have this module, they're wrong. Drupal does a great job out the box.
Rather than adding '+1 subscribe' and it causing a new e-mail to me every time, please consider subscribing to the metatags issue queue so you can get direct updates on how everything is progressing.
Comment #12
Poieo commentedHey Dave,
I can certainly see how this issue would be annoying to you. Having a bunch of us tell you we need the module certainly doesn't help you get it done.
And, you're definitely right about meta tags and seo, they're just not useful. For me, the problem is clients who, no matter what you tell them, are insistent on using customizable meta tags on their site in the hopes of increasing their SEO performance.
From the looks of this que, there are several people who have paying clients waiting for this module. Would a chipin do anything for you in terms of shortening your time-line to an initial release? I would personally be willing to contribute.
Sorry again for dirtying up your inbox...
Comment #13
bradezone commentedsubbin' so it shows up in my drupal dashboard. I don't want constant emails either :D
but thanks for the info about how meta tags are not useful. Is there a good article available that will help me convince clients? ;)
Comment #14
giorgio79 commented"Also consider the role of meta tags are not really that important for SEO purposes anymore. If you have someone telling you that your site "must" have this module, they're wrong"
Only the keyword meta tags are disregarded.
Meta description is used often, and most importantly, no index and no follow for taxonomy pages so that pages with teasers, aka duplicate content, are not included in the search index.
This module is one of the most important for D7, including SEO purposes.
Comment #15
peterherman commented> This module is one of the most important for D7, including SEO purposes.
Yes, i agree to this statement.
In the hope of an soon first version.
regards
peterherman
Comment #16
JohnnyX commented@Dave:
Thank you for your great work! I also wainting for a testing/ working release but a rewrite is a lot of work...
Comment #17
dropbydrop commentedCould Acquia put a paid developer some time on this module?
It is essential for drupal marketing!
Comment #18
adamfairhead commentedThis is the single only module holding me back from upgrading to D7. Thanks for all your work, I can't wait to see a release!
Comment #19
davemurphy commentedsubscribe
Comment #20
jamesbenison commentedI built a d7 site about a month ago using the attached hack to get meta descriptions onto the pages. Would've shared sooner had I known how bad people were holding out for this. Should be pretty self explanatory.
Comment #21
nihonsei commentedJames Benison Thanks a lot.
Is there any other simple way (without using CCK field) to add description and keyword meta tags for the front page only?
How to and where to add these two lines? How to show them only for front page.
Once we get Meta Tags module for Druapl 7, can remove above code from the theme.
As we are not using description meta in D7, google search result is showing a long description, taken from the first paragraph of the front page. Within a week we lost top 20 ranking in google search by searching a main keyword of our site.
It was bad idea to upgrade d6 to d7 without nodewords or Meta Tags module for Drupal 7.
Comment #22
valthebaldNice hack James!
I will gladly use this approach
Comment #23
dgastudio commentednihonsei
in your current theme folder, copy page.tpl.php --> page-front.tpl.php.
in this file add manually meta info that u want.
save and flush cache.
Comment #24
builderShawn commented@James Benison on #20:
Just a small suggestion. I was getting an random error on user pages and more or less any page that didn't have the Description Field...
If you move the "$metaDescription = array();" out of the "if" statement and place it before the "if" statement, this will correct the error.
Thanks for the code!
Comment #25
NFL36 commentedsubscribe
Comment #26
drupal505 commentedIs there a time frame for this release?
Comment #27
valthebaldFor those like me desperately waiting for the metatags module - there's a quick solution http://drupal.org/project/metatags_quick
Comment #28
ken69 commentedNodewords is very importand to sites - meta description is very importand because then we can use marketing to have more clicks from SE. The most importand thing in nodewords is meta tags for 404 pages and for additional pages like user/* , comments/* etc - you can use ther noffolow, noindex, noarchive and this is ne of the most importand factor in good seo strategy.
Please do d7 port :)
Comment #29
valthebaldHave a look at http://drupal.org/project/metatags_quick :)
Comment #30
timbrandin commentedsubsribing!
Comment #32
nihonsei commentedmetatags_quick module is great and working fine. Thanks.
Comment #33
dave reid@nihonsei: I appriciate your contribution in this issue queue and to this project.
Comment #34
jeffwidman commentedsubscribe
Comment #35
dave reidCurrent code-base is actually semi-useable for editing individual entity meta tags. It needs work and polish and also default configurations which is being hard pushed this next week.
I still warn anyone that using the current code is highly volatile and I'm not yet supporting updates for any schema changes.