Prio | Original string | Translation | — |
---|---|---|---|
↑ | Fine tune your WordPress for SEO: rewrite title, add meta tags, canonical links and more. Out-of-the-box settings are a good starting point for blogs. | You have to log in to add a translation. | Details |
Original untranslated
Fine tune your WordPress for SEO: rewrite title, add meta tags, canonical links and more. Out-of-the-box settings are a good starting point for blogs.
You have to log in to edit this translation. Meta |
|||
↑ | Meta SEO Pack | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
Meta SEO Pack calls <code>wp_title()</code> function, so you can use <code>wp_title</code> filter to provide your title. Of course you can also take advantage of Meta SEO Pack integration - here is the code: | You have to log in to add a translation. | Details | |
Original untranslated
Meta SEO Pack calls <code>wp_title()</code> function, so you can use <code>wp_title</code> filter to provide your title. Of course you can also take advantage of Meta SEO Pack integration - here is the code:
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
<em>Integrate title generation</em> | You have to log in to add a translation. | Details | |
Original untranslated
<em>Integrate title generation</em>
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Meta SEO Pack exposes few functions too. You can use them in your plugin (or theme) too. Please use them instead of accessing class members and options directly - they may change in some version. On the other hand, functions listed here should not change. | You have to log in to add a translation. | Details | |
Original untranslated
Meta SEO Pack exposes few functions too. You can use them in your plugin (or theme) too. Please use them instead of accessing class members and options directly - they may change in some version. On the other hand, functions listed here should not change.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Meta SEO Pack uses two kinds of filters to get metadata information (title, keywords, etc.): ones named <code>msp_get_something</code> and <code>msp_something</code>. The former ones are called when Meta SEO Pack does not support particular page type - you can use them to return metadata for custom page types generated by your plugin. The latter ones are called to do postprocessing of metadata. By default plugin registers three default WordPress filters (<code>wptexturize</code>, <code>convert_chars</code> and <code>esc_html</code>) to postprocess title, keywords and description values. | You have to log in to add a translation. | Details | |
Original untranslated
Meta SEO Pack uses two kinds of filters to get metadata information (title, keywords, etc.): ones named <code>msp_get_something</code> and <code>msp_something</code>. The former ones are called when Meta SEO Pack does not support particular page type - you can use them to return metadata for custom page types generated by your plugin. The latter ones are called to do postprocessing of metadata. By default plugin registers three default WordPress filters (<code>wptexturize</code>, <code>convert_chars</code> and <code>esc_html</code>) to postprocess title, keywords and description values.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Meta SEO Pack internally calls many filters. Some of them are internal WordPress filters (some parts of plugin code bases on core WordPress code), but there is also a group of plugin-specific filters. You can use them to integrate your plugin with Meta SEO Pack. Full list of them you can find below. | You have to log in to add a translation. | Details | |
Original untranslated
Meta SEO Pack internally calls many filters. Some of them are internal WordPress filters (some parts of plugin code bases on core WordPress code), but there is also a group of plugin-specific filters. You can use them to integrate your plugin with Meta SEO Pack. Full list of them you can find below.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
<code>add_canonical</code> - <code>true</code> if canonical URLs are enabled. | You have to log in to add a translation. | Details | |
Original untranslated
<code>add_canonical</code> - <code>true</code> if canonical URLs are enabled.
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>add_robots</code> - <code>true</code> if meta robots are enabled; | You have to log in to add a translation. | Details | |
Original untranslated
<code>add_robots</code> - <code>true</code> if meta robots are enabled;
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>add_description</code> - <code>true</code> if meta description is enabled; | You have to log in to add a translation. | Details | |
Original untranslated
<code>add_description</code> - <code>true</code> if meta description is enabled;
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>add_keywords</code> - <code>true</code> if meta keywords are enabled; | You have to log in to add a translation. | Details | |
Original untranslated
<code>add_keywords</code> - <code>true</code> if meta keywords are enabled;
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>rewrite_title</code> - <code>true</code> if title rewriting is enabled; | You have to log in to add a translation. | Details | |
Original untranslated
<code>rewrite_title</code> - <code>true</code> if title rewriting is enabled;
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>msp_canonical</code> - postprocessing of canonical URL. | You have to log in to add a translation. | Details | |
Original untranslated
<code>msp_canonical</code> - postprocessing of canonical URL.
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>msp_get_canonical</code> - filter called when Meta SEO Pack does not support some kind of pages internally. You can use it to return your canonical URL; | You have to log in to add a translation. | Details | |
Original untranslated
<code>msp_get_canonical</code> - filter called when Meta SEO Pack does not support some kind of pages internally. You can use it to return your canonical URL;
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
<code>msp_robots</code> - postprocessing of meta robots. | You have to log in to add a translation. | Details | |
Original untranslated
<code>msp_robots</code> - postprocessing of meta robots.
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.