Themes and (SEO) appearance

Missing thumbnail in Telegram etc…

https://www.google.com/search?client=firefox-b-d&q=yoast+activate+display+a+preview+with+images

 

Themes

Page layout

 

 

part of htaccess – moet er wel in of niet in?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/?\.user\.ini$
RewriteRule .* – [F,L,NC]
</IfModule>
<IfModule !mod_rewrite.c>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
</IfModule>

Click to rate this post as a whole, thank you.
[Total: 0 Average: 0]