Tag: WordPress

  • Submit a sitemap.xml of your WordPress to Google Search Console

    Submit a sitemap.xml of your WordPress to Google Search Console

    Summary The All in One SEO can create sitemap.xml. The sitemap submit from the Google Search Console. And the reason was that if you created or updated a web page, you need to notify Google. Because you want the search engine to return web search results that include the page. One way to notify you…

  • How to cooperate with Google Search Console

    How to cooperate with Google Search Console

    Summary Google Webmaster tool changed to Google Search Console in 2015. I use one such tool after a long interval. So, writing setup steps for it. Prerequisites You have the authority to control DNS. Steps Access to Google Search Console, then enter your domain. Resist TXT record with the value to your DNS. Check your…

  • Hide the date archive page of WordPress in a web search engine (e.g. Google, Duck Duck Go)

    Hide the date archive page of WordPress in a web search engine (e.g. Google, Duck Duck Go)

    Summary Q. Why is the date archive page of my website in search result page of google?A. That’s because the date archive page doesn’t output the noindex meta tag. All in One SEO doesn’t output noindex in the date archive page as default settings. Prerequisites WordPress v5.8.1 All in One SEO v4.1.4.4 Not Pro Edition…

  • WordPressをさくらのレンタルサーバとAWS Route 53で運用する – 1/2

    WordPressをさくらのレンタルサーバとAWS Route 53で運用する – 1/2

    はじめに 個人でブログをやっている人は今では珍しくないですが、ブログをHugoとEmacsのOrg-Modeの組み合わせで静的サイトとして構築してGitHubにプッシュしてNetlifyにデプロイしてホスティングする筆者のような運用は珍しい部類だと思います。今回は以下の理由から見直しを図りWordPressに乗り換えることにしまして、検討内容を記録することにしました。 移行する主な理由 現行フローは記事を投入するまでの手順が複雑なので単純化して他のことに時間を使いたい WordPressのブロックエディタ Gutenbergがv5.7で動作が安定していてUIとして魅力的で使いたい WordPressホスティング環境の検討 さて、WordPressを使うことにしたためホスティング環境の検討が必要です。筆者自身の要望を整理したところ以下の通りでした。 PVは月に2,000いけばよいぐらいの趣味ブログなのでランニングコストは月額¥500程度に留めたい 記事 (コンテンツ) の拡充を目指したいのでサーバーインフラ整備に時間を割きたくない サーバーインフラの契約は期間が長くても1年までに抑えたい (1年もあればIT周りのサービスは変わると思っているため) 日毎のデータ転送量に過不足がない (転送料の上限が大きくても不安を覚えるので適度な数値がよい) Let’s Encryptを使ったドメイン認証型のTLS/SSL証明のサポートが欲しい ステージング環境の構築ができるとなおよい 最終的にホスティング環境はさくらのレンタルサーバに着地したのですが色々と悩みました。 Netlify Netlifyでも以下のページによれば構築方法次第でWordPressを使えるようです。 Netlify and WordPress: better performance, less cost, and a better developer experience How to Migrate WordPress Sites to Jamstack: Tutorial + Video Guide WordPressで生成した静的サイトをNetlifyで公開する | marketechlabo しかしながら、筆者には特殊すぎると感じたため今回の環境構築では採用を見送ることにしました。 WordPress.com Netlify以外でWordPressを使うことを考えた際、SaSS型のWordPressを提供しているWordPress.comが真っ先に思い浮かびました。過去にWordPress.comのフリープランを使ったことがあり、もしかしたらいいプランがあるのかもしれないと思ったのです。 WordPress.comの料金プランは下図の通りなのですが、各プランを確認したところ筆者のニーズに合うものはありませんでした。おそらくターゲット層が筆者とは違うのでしょう。 プランの説明を見る限り、広告で収益を上げたり、Googleアナリティクスを使うためにはプレミアムプラン以上が必要で、WordPressのプラグインやサイトバックアップとリストアの機能やSFTPとデータベースアクセスをするためにはビジネスプランが必要です。筆者はWordPressは壊れやすい、データベースにアクセスしてSQLで処理した方が楽なケースがあるという認識があり、その認識で進めるとビジネスプランを契約する必要があるのですが、趣味のブログに月額¥2,900 (年額一括払い)を負担するのは痛い出費です。 そのためWordPress.comの利用は見送ることにしました。…