set_option( 'wpseo_rss' ); echo '
' . __( "This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.", 'wordpress-seo' ) . '
'; $textarea_atts = array( 'cols' => '50', 'rows' => '5', ); $yform->textarea( 'rssbefore', __( 'Content to put before each post in the feed', 'wordpress-seo' ), '', $textarea_atts ); $yform->textarea( 'rssafter', __( 'Content to put after each post in the feed', 'wordpress-seo' ), '', $textarea_atts ); ?>%%AUTHORLINK%% |
|
---|---|
%%POSTLINK%% |
|
%%BLOGLINK%% |
|
%%BLOGDESCLINK%% |