SEO Basics: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 38: | Line 38: | ||
The Description Tag does NOT show up anywhere in a Page or Post, nor do they appear in raw HTML. | The Description Tag does NOT show up anywhere in a Page or Post, nor do they appear in raw HTML. | ||
Open Graph / OG, shows up in HTML as <meta property="og:image" content="https://NameOfFile&lt;nowiki/&gt;.jpg"/> According to current information, Facebook uses it. Google | Open Graph / OG, shows up in HTML as <meta property="og:image" content="https://NameOfFile&amp;lt;nowiki/&amp;gt;.jpg"/> According to current information, Facebook uses it. Google | ||
Default ALT Description to compensate for blank alt tags | Default ALT Description to compensate for blank alt tags | ||
Line 55: | Line 55: | ||
Media Library Assistant can Bulk update ALT fields for images (note WP Media folder has to be deactivated for it to work) | Media Library Assistant can Bulk update ALT fields for images (note WP Media folder has to be deactivated for it to work) | ||
Line 85: | Line 86: | ||
=== Schema.org === | ===Schema.org=== | ||
developed by several search engines to enhance how information is "represented" / displayed to users using tags such as the following; | developed by several search engines to enhance how information is "represented" / displayed to users using tags such as the following; | ||
Line 92: | Line 93: | ||
<meta itemprop= | <meta itemprop= | ||
MOZ seems to be a good source of information on searching.<br /> | MOZ seems to be a good source of information on searching. | ||
<br /> | |||
=== Mobile Enhancements === | |||
And for mobiles (AKA "responsive" themes), here are a couple of interesting plugins: Mobile Pack (older), Theme Switcha, WPTouch (but doesn't always do the site graphic properly), Equivalent Mobile Redirect & WP Mobile Redirect (if you want a separate site for mobile), Jetpack | |||
Message for mobile users: It is not possible to appreciate the grandeur of XYZ when viewing images on a small screen. This mobile site has been created for people interested in information. | |||
=== Multi Site === | |||
You need to add the following code to your wp-config.php file just before the /* That’s all, stop editing! Happy blogging. */ line. | |||
1 | |||
2 | |||
<code>/* Multisite */</code> | |||
<code>define( 'WP_ALLOW_MULTISITE', true );</code> | |||
from https://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/<br /> |