开发者 |
chrisguitarguy
agencypmg |
---|---|
更新时间 | 2013年2月1日 04:04 |
捐献地址: | 去捐款 |
PHP版本: | 3.2 及以上 |
WordPress版本: | 3.5.1 |
seo-auto-linker.zip
file and unzip itseo-auto-linker
folder to your wp-content/plugins
directoryDue to some changes that make SEO Auto Linker much more usable (an maintainable), keywords from versions before 0.7 must be migrated. There is a second plugin included called SEO Auto Linker Migrator that will do this for you. Just activate it and your done.
Sort of. If you keyword list is lorem, ipsum
, the word lorem
OR the word ipsum
will be linked to the specified URL. If the content contains both lorem
and `ipsum, they will only both be linked if you set the number of links per post to more than one for that keyword list.
If you add hundreds of keywords, the answer is probably yes. However, SEO auto linker makes use of several wp_cache functions which, when combined with a persistent caching plugin, should help speed things up. If you're running a large scale WordPress install, you should probably be using a caching plugin anyway.
In order to keep things simple, SEO Auto Linker searches for some common elements in your HTML (headings, images, inputs, etc) and removes them before adding links, adding them back later. It can't predict every bit of HTML, unfortunately, so sometimes text in attributes or other text gets linked where it shouldn't.
Nope. Because custom fields (aka wp_postmeta
) can be used for so many different things, it doesn't make sense to automatically link that content.
SEO Auto Linker ignores content inside of shortcodes. If you find yourself using shortcodes inside a theme to do things like columns, etc, you may be doing it wrong. This was a deliberate decision and isn't likely to change.
Yes. Two ways:
<!--nolinks-->
somewhere in the content of the post where you don't want linksauto-link
).((?<!\pL))
and ((?!\pL))
seoal_only_single
filter to allow users to add links on archives, etc.preg_quote