<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									TheThor（ザ トール）から移行する際のmeta description につきまして - SWELLに関する質問				            </title>
            <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/</link>
            <description>SWELLユーザー限定で利用可能な掲示板です。</description>
            <language>ja</language>
            <lastBuildDate>Thu, 16 Jul 2026 20:20:08 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: TheThor（ザ トール）から移行する際のmeta description につきまして</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-856</link>
                        <pubDate>Thu, 23 Dec 2021 05:33:23 +0000</pubDate>
                        <description><![CDATA[@mak こんにちは、ご返答ありがとうございます。SQL文ありがとうございます。勉強して試してみます。ありがとうございました。感謝いたします！]]></description>
                        <content:encoded><![CDATA[<p>@mak <br />こんにちは、ご返答ありがとうございます。<br /><span>SQL文ありがとうございます。<br /></span>勉強して<span>試してみます。<br /><br />ありがとうございました。<br />感謝いたします！</span></p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>zaw</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-856</guid>
                    </item>
				                    <item>
                        <title>RE: TheThor（ザ トール）から移行する際のmeta description につきまして</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-850</link>
                        <pubDate>Wed, 22 Dec 2021 22:39:23 +0000</pubDate>
                        <description><![CDATA[@zaw さん、データベースのデータを書き換えると、一括でdescriptionデータをSEO PACKに移行できます。下記の記事内容（The Thorのmeta_keyは&#039;description&#039;）が正しい情報だとするとThorのdescriptionデータを、SEO PACKのdescriptionデータに変換されます。


Update wp_postmeta Se...]]></description>
                        <content:encoded><![CDATA[<p>@zaw さん、<br /><br />データベースのデータを書き換えると、一括でdescriptionデータをSEO PACKに移行できます。<br /><br /><br />下記の記事内容（The Thorのmeta_keyは'description'）が正しい情報だとすると、<br /><a class="wpforo-auto-embeded-link" href="https://letstry.jp/the-thor%E3%81%AEpv%E6%95%B0%E3%82%92swell%E3%81%AB%E5%BC%95%E3%81%8D%E7%B6%99%E3%81%8E%E3%81%9F%E3%81%84.html#index_id1" target="_blank" rel="nofollow noopener">https://letstry.jp/the-thor%E3%81%AEpv%E6%95%B0%E3%82%92swell%E3%81%AB%E5%BC%95%E3%81%8D%E7%B6%99%E3%81%8E%E3%81%9F%E3%81%84.html#index_id1</a><br /><br /><br /><br />下記のSQL文を実行すると、<span>The Thorのdescriptionデータ</span><span>を、SEO PACKのdescriptionデータに変換されます。</span></p>
<p></p>
<hr />
<p><strong>Update wp_postmeta Set meta_key = 'ssp_meta_description' where meta_key = 'description';</strong></p>
<hr />
<p><br /><br />ただし、かならずデータベースのバックアップを取ってから、まずはテスト環境などでお試しされることを推奨いたします。</p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>MAK</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-850</guid>
                    </item>
				                    <item>
                        <title>RE: TheThor（ザ トール）から移行する際のmeta description につきまして</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-845</link>
                        <pubDate>Wed, 22 Dec 2021 08:32:37 +0000</pubDate>
                        <description><![CDATA[@zaw 私は、やったことがないので判断ができません。もしご判断が難しいようであれば、無理はしなくて手間をかけたほうが良いですよ、ということまでは言えます。
もし、今から私がやるとしたら、安全牌として

The ThorにSEO設定をしていた
SEO PACKをインストール・有効化
手動など、何らかの方法でThe Thorに書き込んでいたSEO設定をSEO PACKへ...]]></description>
                        <content:encoded><![CDATA[<p>@zaw 私は、やったことがないので判断ができません。もしご判断が難しいようであれば、無理はしなくて手間をかけたほうが良いですよ、ということまでは言えます。</p>
<p>もし、今から私がやるとしたら、安全牌として</p>
<ol>
<li>The ThorにSEO設定をしていた</li>
<li>SEO PACKをインストール・有効化</li>
<li>手動など、何らかの方法でThe Thorに書き込んでいたSEO設定をSEO PACKへ移行（書き写し）</li>
<li>The Thor無効化→SWELL有効化</li>
</ol>
<p>になりますね。</p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>しらこ</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-845</guid>
                    </item>
				                    <item>
                        <title>RE: TheThor（ザ トール）から移行する際のmeta description につきまして</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-844</link>
                        <pubDate>Wed, 22 Dec 2021 08:07:18 +0000</pubDate>
                        <description><![CDATA[@96ssbike ご返答ありがとうございます。調べた部分の情報を共有させていただきます。検索するとだいたいのサイトが手作業という無いようなのですが、こちらだけデータの書き換え？の対応方法が書かれていますTHORが『description』、SEO SIMPLE PACKが『ssp_meta_description』とされていて、つまりはデータ名の書き換えをすれば良いという事な...]]></description>
                        <content:encoded><![CDATA[<p>@96ssbike <br /><br />ご返答ありがとうございます。調べた部分の情報を共有させていただきます。<br />検索するとだいたいのサイトが手作業という無いようなのですが、こちらだけデータの書き換え？の対応方法が書かれています。<br /><br />https://letstry.jp/the-thor%E3%81%AEpv%E6%95%B0%E3%82%92swell%E3%81%AB%E5%BC%95%E3%81%8D%E7%B6%99%E3%81%8E%E3%81%9F%E3%81%84.html#index_id1<br /><br />こちらによると、<br /><span>『wp_postmeta』テーブル</span><br />THE THORが『description』、SEO SIMPLE PACKが『ssp_meta_description』とされていて、<br />つまりはデータ名の書き換えをすれば良いという事なのでしょうか？<br />プログラマとしてのスキルが無いので判断がむずかしいです。<br />いかがでしょうか？</p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>zaw</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-844</guid>
                    </item>
				                    <item>
                        <title>RE: TheThor（ザ トール）から移行する際のmeta description につきまして</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-843</link>
                        <pubDate>Wed, 22 Dec 2021 07:51:45 +0000</pubDate>
                        <description><![CDATA[おっしゃるとおりのSEOデータは、様々なテーマが持てるようになっています。

The Thor
JIN
Cocoon
Snow Monkey

などなど…
これらは、他のSEO設定に移行する際は、どうしてもキホン手動などの移行になりますね。
このような知見がないため、逆に「こんな形が良いよ」というのがあればご共有いただければ幸いです。最近の知見共有のブログなど...]]></description>
                        <content:encoded><![CDATA[<p>おっしゃるとおりのSEOデータは、様々なテーマが持てるようになっています。</p>
<ul>
<li>The Thor</li>
<li>JIN</li>
<li>Cocoon</li>
<li>Snow Monkey</li>
</ul>
<p>などなど…</p>
<p>これらは、他のSEO設定に移行する際は、どうしてもキホン手動などの移行になりますね。</p>
<p>このような知見がないため、逆に「こんな形が良いよ」というのがあればご共有いただければ幸いです。最近の知見共有のブログなども知りません。たまに、素敵な方が「すげー」って内容の技術ブログ書いてくださることもありますよね。ただ、今回お力になれずすみません。</p>
<p>また、おそらく今回の内容は公式としてもサポート不可だと思われます。SWELL本体や、乗り換えサポートプラグインにそういう機能はないので。</p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>しらこ</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-843</guid>
                    </item>
				                    <item>
                        <title>TheThor（ザ トール）から移行する際のmeta description につきまして</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-842</link>
                        <pubDate>Wed, 22 Dec 2021 07:04:02 +0000</pubDate>
                        <description><![CDATA[TheThor（ザ トール）からSwellにサイトを移行する準備をしています。そのなかで、meta description の移行についてどうすればよいか解りません。検索でしらべると、SEO SIMPLE PACKをインストールした状態でコピペ、もしくはデータベースを書き換えなどしか見つかりませんでした。コピペするには記事数が数百記事あって力技は物理的に難しく、データベースを触...]]></description>
                        <content:encoded><![CDATA[<p>TheThor（ザ トール）からSwellにサイトを移行する準備をしています。<br />そのなかで、meta description の移行についてどうすればよいか解りません。<br /><br />検索でしらべると、SEO SIMPLE PACKをインストールした状態でコピペ、<br />もしくはデータベースを書き換えなどしか見つかりませんでした。<br /><br />コピペするには記事数が数百記事あって力技は物理的に難しく、<br />データベースを触るほどのスキルもなくて困っています。<br /><br />どうしたら良いでしょうか？<br />また、TheThorから移行する際に気をつける点など、<br />お勧めのサイトがあれば教えていただけると助かります。<br />お手数ですが、よろしくお願いします。</p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>zaw</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/thethor%ef%bc%88%e3%82%b6-%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%89%e3%81%8b%e3%82%89%e7%a7%bb%e8%a1%8c%e3%81%99%e3%82%8b%e9%9a%9b%e3%81%aemeta-description-%e3%81%ab%e3%81%a4%e3%81%8d%e3%81%be%e3%81%97/#post-842</guid>
                    </item>
							        </channel>
        </rss>
		