vBulletin Search Engine Optimization
This is a discussion on Improve META "keywords" generation within the Feature Requests forums, part of the vBSEO SEO Plugin category; Hi, Right now you are replacing the META keywords with this expression: Code: $newtext = preg_replace('#(<meta name="keywords".*?content=)"#is', '$1"' . str_replace('$', ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Improve META "keywords" generation
Hi, Right now you are replacing the META keywords with this expression: Code: $newtext = preg_replace('#(<meta name="keywords".*?content=)"#is',
'$1"' . str_replace('$', '\$' , $kw_content) . ',',
$newtext);
IMO, a better version would be this: Quote:
Let's take a random VBSEO page: vBSEO Functions for Extensibility The current META keywords are this: HTML Code: <meta name="keywords" content="vBSEO,Functions,Extensibility, vBSEO Functions for Extensibility, SEO, vbulletin search engine optimization, search engine optimisation, search engine friendly forums, vbulletin seo" /> HTML Code: <meta name="keywords" content="vBSEO,Functions,Extensibility" /> In your case (vbseo.com), this problem is not very big because all of your forums have very specific targets: VBSEO, SEO, optimizations aso. The problem is that not all forums are that specialized. For most forums, keeping the same set of keywords in *all* pages is inappropriate. Regards, Razvan |
| Tags |
| keywords, meta |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google To Add "Unavailable After" META Tag | Eros | SEO Buzz | 4 | 09-09-2007 10:44 PM |
| "Neuster Beitrag" zeigt falsche Seite an bei Ansicht "Neuste Themen zuerst" | mahakala | Deutsch | 7 | 04-28-2007 05:11 AM |
| meta name="robots" | skoenig | General Discussion | 7 | 09-25-2006 11:25 AM |
| Don't show "social bookmark" icons in "private" or "members only" forums? | john | Feature Requests | 5 | 09-09-2006 05:11 AM |
| Problem with meta keywords/descroption and "quote marks" | BigBlueBall | Bug Reporting | 3 | 01-18-2006 11:44 AM |