Changeset 1719194
- Timestamp:
- 08/25/2017 06:37:40 AM (8 years ago)
- Location:
- change-og-url-to-http
- Files:
-
- 2 edited
-
tags/1.0/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
change-og-url-to-http/tags/1.0/README.txt
r1719191 r1719194 12 12 == Description == 13 13 14 When you shift your blog from HTTP to HTTPS, all your posts/pages lose facebook likes/share count. The only way to regain these likes/share counts is to 15 add a 'OG URL' tag that points back to the older 'HTTP' urls as [described here by Facebook](https://developers.facebook.com/docs/plugins/faqs#moving-urls). 14 When you shift your blog from HTTP to HTTPS, all your posts/pages lose facebook likes/share count. The only way to regain these likes/share counts is to add a 'OG URL' tag that points back to the older 'HTTP' urls as [described here by Facebook](https://developers.facebook.com/docs/plugins/faqs#moving-urls). 15 16 16 This plugin helps you do just that. 17 17 18 If you use a SEO plugin like Yoast, the OG URL tag automatically reflects the HTTPS version for HTTPS URLs. This plugin adds a filter to the 'OG URL' output 19 and changes it back to 'HTTP' for all existing posts/pages. New posts that you add after this plugin is activated will not be affected. 20 Similary, the canonical URL tag remains unchanged to'HTTPS'. Canonical tag is used by search engines like Google. So you are good when it comes to SEO.18 If you use a SEO plugin like Yoast, the OG URL tag automatically reflects the HTTPS version for HTTPS URLs. This plugin adds a filter to the 'OG URL' output and changes it back to 'HTTP' for all existing posts/pages. New posts that you add after this plugin is activated will not be affected. 19 20 Similary, the canonical URL tag remains unchanged as 'HTTPS'. Canonical tag is used by search engines like Google. So you are good when it comes to SEO. 21 21 22 22 This plugin changes the OG URL output for the following popular plugins: … … 29 29 = Note = 30 30 31 This plugin only changes the 'OG URL' tags for posts that existed when this plugin is first installed. This way all new posts will have the regular OG URL 32 tags with 'HTTPS'. 31 This plugin only changes the 'OG URL' tags for posts that existed when this plugin is first installed. This way all new posts will have the regular OG URL tags with 'HTTPS'. 33 32 34 33 = How does this work? = -
change-og-url-to-http/trunk/README.txt
r1719191 r1719194 12 12 == Description == 13 13 14 When you shift your blog from HTTP to HTTPS, all your posts/pages lose facebook likes/share count. The only way to regain these likes/share counts is to 15 add a 'OG URL' tag that points back to the older 'HTTP' urls as [described here by Facebook](https://developers.facebook.com/docs/plugins/faqs#moving-urls). 14 When you shift your blog from HTTP to HTTPS, all your posts/pages lose facebook likes/share count. The only way to regain these likes/share counts is to add a 'OG URL' tag that points back to the older 'HTTP' urls as [described here by Facebook](https://developers.facebook.com/docs/plugins/faqs#moving-urls). 15 16 16 This plugin helps you do just that. 17 17 18 If you use a SEO plugin like Yoast, the OG URL tag automatically reflects the HTTPS version for HTTPS URLs. This plugin adds a filter to the 'OG URL' output 19 and changes it back to 'HTTP' for all existing posts/pages. New posts that you add after this plugin is activated will not be affected. 20 Similary, the canonical URL tag remains unchanged to'HTTPS'. Canonical tag is used by search engines like Google. So you are good when it comes to SEO.18 If you use a SEO plugin like Yoast, the OG URL tag automatically reflects the HTTPS version for HTTPS URLs. This plugin adds a filter to the 'OG URL' output and changes it back to 'HTTP' for all existing posts/pages. New posts that you add after this plugin is activated will not be affected. 19 20 Similary, the canonical URL tag remains unchanged as 'HTTPS'. Canonical tag is used by search engines like Google. So you are good when it comes to SEO. 21 21 22 22 This plugin changes the OG URL output for the following popular plugins: … … 29 29 = Note = 30 30 31 This plugin only changes the 'OG URL' tags for posts that existed when this plugin is first installed. This way all new posts will have the regular OG URL 32 tags with 'HTTPS'. 31 This plugin only changes the 'OG URL' tags for posts that existed when this plugin is first installed. This way all new posts will have the regular OG URL tags with 'HTTPS'. 33 32 34 33 = How does this work? =
Note: See TracChangeset
for help on using the changeset viewer.