Hi there,
I am new here, so i need your help to properly setup my website.
1) first question is about <h1> and <h2> tags. I want to add <h1> tag on my homepage, only for SEO purpose, so i used this html code: <h1 style=”display: none;”>keyword</h1> to edit homepage. Everything works great, but the problem is that, there is blank space under the image slider where i edited the code. can somebody explain me how to do it properly?
2) is it possible to have h2 tags for each article which is shown on homepage?
3) As i moved to new theme, i noticed that my website indexing structure has changed. Fore example: when i search site on google, instead of full permalink is see mywebsite.com/category. Is it bad or not for SEO, to have category shown in search engine?
Hello BIBI,
1)The simplest way to add an H1 tag is with a text box with some content to add this tag, like this -> http://screencast.com/t/ltxuDgzb and if you want do not affect your page content you should display this, for example on the bottom of the page or everywhere you want.
2)If you want to have h2 tags for each article wich is shown on your homepage it is necessary to change it from td_module.php file core, like this -> http://screencast.com/t/SC63awqxm
3)Using the category in your URL is a good thing for SEO but you should take care though; if your slug (the part of the URL that identifies the post) is long and you have the category in the URL as well, that might potentially lead to a very long URL which is harder to share and won’t benefit you as much in Google. If you decide to use the category in the permalink, make sure to pick short and descriptive slugs for your categories, and to preferably pick only one category for each post.
Hope this helps and let us know how it goes!
Thank you for the message!
1) the reason why i created html code with display:none; is that i don’t want extra content on my page. I just need H1 tag to be on homepage. is there anything from with the technique am i doing right now?
3) let me explain the problem. First i have not changed anything, once i installed your theme, suddenly search engines showed my links on google like this ::: mysite.com/category after i click on this links there is a simple link structure—– >> mywebsite.com/post-title. how can i change it??
Hello BIBI,
1)The code H1 tag exists in the source code and if you hide it with CSS does not affect it for Google because the code runs in the back end.
3)If you want to change the structure of the permalinks, you should set it from WordPres->Permalinks, like this-> http://screencast.com/t/NtuDAFqwme As reference, you can consult this link -> https://codex.wordpress.org/Using_Permalinks Please notice that the permalinks are controlled by the SEO Yoast plugin…and you have control about it from the plugin, like this -> http://screencast.com/t/lolo6BUH
For more information about WordPress SEO URL/Permalinks considerations, please consult this link ->
https://yoast.com/wordpress-seo-url-permalink/ It should be more useful for you.
For your latest request, if you want to add the Google Adsense Ads in sidebar, you have to use Custom Ad 1,2,3,4… and then you have to add the Ad box in your sidebar, like this -> http://screencast.com/t/5c1M76Xpc2 -> http://screencast.com/t/JD0FqRPSJ
Hope this helps and let us know how it goes!
Thank you for the message!
1)The simplest way to add an H1 tag is with a text box with some content to add this tag, like this -> http://screencast.com/t/ltxuDgzb and if you want do not affect your page content you should display this, for example on the bottom of the page or everywhere you want.
Using modules, make this not look fine. I tried.
How about adding H1 to logo just for homepage ? I found this
Is one year old thead where I found, would be ok ?
https://wordpress.org/support/topic/best-way-to-add-a-h1-tag-to-the-homepage?replies=4
code looks messi here… take a look at last reply. can that code safely included in theme ?
Hello cstyn,
The simplest way to have the H1 tag on your homepage is using the pagebuilder+page title as the template, like this -> http://screencast.com/t/6iO24JGCPUR and then your page title will have H1 tag. Another possibility would be to use a text block for your homepage and set the H1 text as in the example above. In the next major update, we will implement H1 tag in the logo section but until we will release this you can use these methods.
Thank you for the message!