301 Redirect in WordPress not working in htaccess
301 Redirect in WordPress not working in htaccess
301 Redirect in WordPress not working in htaccess
SEO Site Title appearing in google search despite not being added
First off, WordPress itself is pretty good about SEO and structure right out of the box, there are countless WordPress websites that rank in the top 10 if not at number one for a given search. There is nothing at all in your OP that would lead me to believe WordPress is the problem. Second … Read more
Show Yoast SEO meta tags in Custom WordPress Templates (Theme)
This is because your attachment pages are being indexed by Google. A simple fix would be to install the WordPress SEO plugin and use it to redirect the attachment page URLs to the original media (your images). After you install the plugin, go to “Search Appearance”, then click the “Media” tab, and toggle the “Redirect … Read more
As there’s no page template called ‘Front Page’ anymore, I proceeded to the Theme Editor where I then edited the index.php file adding the following code right at the top of the file. <?php /* Template Name: Front Page */ ?> After I had saved the changes, I edited the Page and I then set … Read more
Change Image in Mobile Search Results
You typically won’t experience too much of an issue if you’ve correctly 301 redirected the URL. However, it’s better to customize an existing page instead of trying to replace it – and as you said, end up with incorrect breadcrumbs, which can make for a confusing user experience. If you create a child theme, you … Read more
Found my problem, was actually not even a plugin conflict but an optimisation operation that had broke the plugins! I added a couple days ago a script in functions.php that would “defer” all the scripts, which made important scripts being loaded after they were being executed. Thanks for the help.
Permalink structure for blog posts and pages are managed in WordPress Settings -> Permalinks page, so to make blog posts have permalinks like blog/%postname%/ and you’ve done it right. The tricky part is about Custom Post type permalinks declaration: in your CPT arguments declaration there’s a rewrite rule parameters, which in turn has with_front – … Read more