I have been posting blogs on my website recently. I tried searching the images for certain keywords on the google images section, the problem is that the image only shows the site title but the title of the page where the image added is missing.
Having just the site title makes no sense for the keyword we looked for. What am I doing wrong or what do I need to change or add to have the title of that specific page below the image on google image section?
Basically, I hadn't called the title inside function.php and that's why the title of my blog pages wasn't visible in the google search engines. Refer the following link if anyone faced the same issue as me
https://wordpress.org/support/topic/custom-page-title-not-showing/
Related
I need to add this link to WordPress, as a reference to photo: https://unsplash.com/photos/WoUiQ65Grns When I add it, it automatically moves the whole blog post text and photos to right in mobile view.
I am using Avada theme of WordPress and trying to add it in a post, as a text in Avada's 'Text Block'. Can you tell me what is wrong with this link and how to fix it?
( As I tested further, some other website links are also causing same issue in blog posts. )
Might be you want to add the correct link to your WordPress site, the link https://unsplash.com/photos/WoUiQ65Grns is not just a photo, it's a site that includes the photo element, so maybe you can use the https://images.unsplash.com/photo-1554896593-e7f761a681f9 correct link into your WordPress site.
I am trying to share a link of the URL https://www.millerwelds.com/about/fabtech in linked in, and it does not correctly show the image and title. Most of the other pages in the site are working very well. https://www.millerwelds.com/about/sema is a similar page that shows the image and title correctly. https://www.millerwelds.com/about/fabtech incorrectly shows the "Sign up for newsletters". The page also has all og tags in place correctly, so not sure what is missing. Any ideas on what is wrong? Appreciate your help, Thanks!
Image1: Publishing post with titles
Image2: Posts titles are not appearing
Post titles are not with article in page, I am not talking about browser titles (the title appear in tag) I am concern about the posts that visitors read, these posts are looking awkward without their original titles.
These titles are appearing in latest blog posts widgets and also available in short_codes or excerpts.
I am new in wordpress googled about it but yet no solution.
First try this solution
Find the post that is missing the Title and Edit it .
Scroll down the page and look for the “Format” settings box
All my posts with missing titles were set to “Aside”. Changing
that to “Standard” and all sorted
If it's not work, Than share your website link because sometimes there is a display:none css statement applied to your titles SO i can see what is the actual problem after see the live website :)
My main idea is that when i do a google search on my company's info, it keeps showing the latest post made. I would like to make the info the same everytime i do a google search. That will definitely show a good image of my company. I am using wordpress to run my company's website. I need some guidance on this... Thanks... Please pardon me if this is a stupid question. If there is other ways of doing this, instead of using wordpress, do tell me... Will be very happy to hear some suggestions...
This is a great question, and I think that there are a couple ways you could do it.
The first way that came to mind is to use your site's meta description on your home page. Your meta description is the 156 characters that appear in black letters underneath your site title in the search results.
If you want your meta description to be static and unchanging, just like LinkedIn, you can set your meta description without any coding knowledge using Yoast's Wordpress SEO Plugin. After you install it, edit your home page in Wordpress Admin and set the meta description to be your desired text. You can set the meta description for every page on your site, and each one will display the corresponding description in the search results.
If you want your meta description to be the latest post, you will either need to change the meta description for the homepage manually every time you write a new post, or you could write up some code to automatically generate the meta description from the first 156 characters of your latest blog post.
But, there is a second method that might work better. For an example site, I did a Google search for CSSTricks.com. Notice that it appears that Google is automatically pulling in their latest post without them having to do any hoopla with the meta description.
So, I went to CSSTricks using Google Chrome and did a right-click -> Inspect Element to view the source of the web page, to see how they were doing it. (You may need to open the below image in a new tab or save it to your computer to be able to read the code, because it is so small)
They do not have any meta description on their site, but they are using the HTML5 article tag. It appears that Google is pulling in the first p tag nested inside the article tag, and then displaying that as the black text in place of the meta description. So theoretically, if this is indeed how it works, what you need to do is write the markup of your home page so that it displays the post content using the article tag with a nested p tag, just as they have done.
Hope this helps!
I'm using wordpress and i would put HTML link in title page or title widget.
Thanks to help me :)
You can't put images in title tags. Not ever, not just in WordPress. If you are wanting an image to show up next to the URL in the browser window, that's called a favicon. Look that up and you'll find a number of generators and tutorials.
Or, are you trying to figure out how to put an image next to the heading tag? (such as <h1>)?