zimbrul
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Criteria: SEO News Theme requirementLooks like Swift would be a wise choice…any other you would recommend?
Forum: Everything else WordPress
In reply to: SEO-Should Categories and Tag pages excluded from index?To not have duplicated content, add some unique content to each of the pages.
…I’m not very experienced with WP so can you be a little bit more specific how do I do that? Thanks in advance
ZimbrulForum: Fixing WordPress
In reply to: What is the best Permalink structure?If you’re going to do news I would at least put the Year in there.
…and what permalink structure would you sugest for the news articles?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageThanks everybody
Forum: Fixing WordPress
In reply to: What is the best Permalink structure?I’m having the same question and I would like to ask the community what do you think about using the following structure (also for inclusion into Goggle News)
/%postname%-%post_id%
Forum: Your WordPress
In reply to: Critique my site pleaseI like it…how did you do the guestbook page?
Other question: how do you do in WordPress an external link page (like Facebook page on your site)?Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageHow do I change the ‘description’ to “description” tag?
After that I think we can delete the last posts as they are not quite related to the topic I must admit.
Anyway, looks like the WP community is very useful and helpful…thanks a lot for support for a newbie (sort of).Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageHi M, apparently it worked and code looks ok for titles and meta description. I’m not a HTML expert myself and I would like to ask a question about meta description tag: is it correct to have it like below?
<meta name=’description’ content=’Totul despre ….’/>
…I mean ‘description’ content is the right code?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageHi M, here is the code that relates to the <title> tag in header.php
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepage@ Cipri:
Your header.php file should contain something like this:
}?>
<title><?php wp_title(”); ?></title>
</head>Inbetween <title> and </title> you should have <?php wp_title(”); ?> and nothing else for the plugin to work corectly.
My theme’s header.php does not have that string but a more complicated string indeed…what should I do?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Switching from All In One SEO?You don’t have to recreate them nor do you have to use the plugin suggested by reface. There is an import export option in WordPress SEO.
…I’ve noticed that but I’ve got two questions:
1.If you do the import from All In One SEO it won’t populate the Yoast’s plugin fields as they have different taxonomy (%description as opposed to %%description%%). How do you know then which fields to fill in or not to fill in? (There are some extra fields in Yoast’s plugin you cannot find in All In One SEO plugin).
2.Yoast’s plugin looks more complex than All In One SEO and has some additional features such us xml sitemaps and robots.txt handling features. My question is: have you used this pluging or is better to choose dedicated plugins for each separate feature?
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Root redirect is created on page creationThat’s true, it does happen to me as well and I think is a bug.
There is a fix on Forums but I think is out dated as the code of the plugin has changed since the fix has been posted.Forum: Fixing WordPress
In reply to: Home page and SEO for a news-magazine like websiteThanks mate, I’ll have a look to see how it works ??