Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPBカップ
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

WordPressのRSSフィードを自動検出する設定方法

WPBeginnerにアクセスすると、URLバーにRSSアイコンがあることにお気づきでしょうか。このアイコンは、RSSフィードを自動検出に設定しているサイトでよく見かけます。自動検出を設定することで、ユーザーに購読を促し、また購読を知らないユーザーにも購読を知らせています。ほとんどのテーマはこの機能を無視していますが、これはあなたのテーマが持つべき個別で最も重要な機能かもしれません。このチュートリアルでは、WordPress RSSフィードの自動検出を設定する方法を紹介します。

RSS Auto Discovery

header.phpを開き、</head>コードの上に以下のコードを貼り付けます。

    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />

    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />

    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo(‘name’); ?> RSS Comments Feed" href="<?php bloginfo(‘comments_rss2_url’); ?>" />

業界の多くの信頼できるサイトが、読者に確実に購読してもらうために、このステップを踏んでいる。これらのコードがヘッダーファイルに入っているかどうかを確認し、入っていない場合は追加する必要がある。RSS購読者をトラッキングしたい場合は、フィードをFeedBurnerにリダイレクトすることをお忘れなく。

情報開示 私たちのコンテンツは読者支援型です。これは、あなたが私たちのリンクの一部をクリックした場合、私たちはコミッションを得ることができることを意味します。 WPBeginnerの資金源 をご覧ください。3$編集プロセスをご覧ください。

アバター

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

究極のWordPressツールキット

ツールキットへの無料アクセス - すべてのプロフェッショナルが持つべきWordPress関連製品とリソースのコレクション!

Reader Interactions

9件のコメント返信を残す

  1. mohadese esmaeeli

    Hello! Is having an RSS feed field for site SEO dangerous? There are various theories on this matter, and I appreciate it if you share your professional opinion. Also, under what conditions should one use RSS?

    • WPBeginner Support

      No, having an RSS feed is not dangerous it can even help search engines crawl your content. Most sites should normally have an RSS feed.

      管理者

  2. Kyle Alm

    I just implemented this on my blog, is this one of the reasons why CommentLuv doesn’t pickup my “Recent Blog Posts?”

    • Editorial Staff

      I don’t think that CommentLuv has anything to do with this technique.

      管理者

  3. Belinda

    I don’t think you mean below the /head code… I think you mean above it? As in, still within the head tags?? Let me know if I am misunderstanding something.

      • kf

        Would you mind correcting the entry? It’s only been about 3 years now.

        I’ve blown 45 minutes trying to corroborate the above or below /head tag and just for giggles, scrolled down to read comments. No offense, but failing to correct the entry doesn’t give your site credibility. I have a technical site too but I don’t force my visitors to do any more work than they have to. The easier I make it, the more likely they are to give me money. Just sayin…

返信を残す

コメントありがとうございます。すべてのコメントは私たちのコメントポリシーに従ってモデレートされ、あなたのメールアドレスが公開されることはありませんのでご留意ください。名前欄にキーワードを使用しないでください。個人的で有意義な会話をしましょう。