Not Being Indexed by Search Engines [closed]
This is a bit of a guess but there is a setting in the backend that will discourage indexing. Make sure that is not checked.
This is a bit of a guess but there is a setting in the backend that will discourage indexing. Make sure that is not checked.
Google does not index anchor tags, only URLs. (Note that by anchor tags, I assume you mean a URL like site.com/page.html#anchor) The solution is to create a separate, static URL that displays the same content as what you would get with the anchor tag – for instance site.com/page-anchor.html. Then you can just create a page … Read more
Currently you have two meta description tags on your site. If you view the source or use an inspector, you can see the duplicates for yourself. As to where they’re coming from, there are two possibilities. Themes and plugins can both output the final rendered code of your site. So, to figure out where the … Read more
Download either All in One SEO Pack, or WordPress SEO. These should help you create more traffic. You will need to take the time to go post by post, page by page, and add descriptions, titles, keywords, etc. for better SEO rankings.
turbo csv is a great plugin, i always use it on my projects : You convert your xml to csv (much easier to manage posts after) the plugin converts the csv to a post and you could even populate custom fields
theme specific it is, maybe look into themes single.php, search for title, or a function call of the_title()
Andrea, I came across your post because I am experiencing the same problem. Honestly, when I was deciding between ultimate and yoast, the juggernaut was a pro for me. Not anymore, links are linking to themselves, and links in the h1 h2 h3 so forth, even when I set it not to. I’ll be switching … Read more
You are going to need a place to park all that static content, so that’s more or less got to be a post of some kind with a bunch of custom fields. Whether it’s superficially called a post, custom post type or page might not matter much after you’ve done all the hacking you’re going … Read more
Okay, now I’ll try to answer your question, but first a quote from the Yoast SEO Guide: Some plugins, most specifically the All in One SEO plugin, use so called “automated descriptions”. They use the first sentence of a post to fill the meta description by default. That’s not very smart. That first sentence might … Read more
If you don’t want to use Permanent redirect (which you should do, will not hurt your rankings if it’s done properly), you can do like this: Create a custom post type: check Codex or install a plugin, like Custom Post Type UI Change the permalink structure for this custom post type ( using a plugin … Read more