yda5
Forum Replies Created
-
That’s not what I meant,
What i mean that maybe the structure should be that the home page is https://old-north.com/en/ (without the /home/)
and then each page would fall underneath /en/ like fall https://old-north.com/en/about/ for example.
But currently because the home page does have the /home/ in it, I’m afraid that google see it as a normal page and not as the home page.Hey! Thank you for your help.
What I mean by “treating it as a regular page” is that till now the homepage was https://old-north.com/en/ and each page would go under the /en/ for example the about page would be https://old-north.com/en/about/.
But now, after the developer changes the home page is https://old-north.com/en/home/ so it’s like another page (Same as the “about” page that I’ve mentioned before) and I’m not sure that is good in terms of structure wise.Hey! thank you for your help.
Eventually the developer decided to make the homepage as a subfolder as well, now it’s https://old-north.com/en/home/, and it actually solved the problem, but now I’m afraid that google doesn’t like it, and now it’s treating the home page as a regular page on the site and not as the homepage.
What do you think?This is the screenshot that you’ve asked for.
The problem with deactivated plugins is that is a costume build website, I’ll need to talk with the developer for doing so.
There’s another way maybe?
Thanks!
Forum: Developing with WordPress
In reply to: Read more functionThank you! i Used this code and it worked:
add_filter( 'excerpt_more', '__return_empty_string', 21 ); function wpse_134143_excerpt_more_link( $excerpt ) { $excerpt .= sprintf( '... <a href="%s">%s</a>.', esc_url( get_permalink() ), __( 'continue reading' ) ); return $excerpt; } add_filter( 'the_excerpt', 'wpse_134143_excerpt_more_link', 21 );Forum: Developing with WordPress
In reply to: Read more functionOr maybe there is another way to add “read more” to my website, I don’t know, i was thinking that is something basic that should be on every proper website..
Forum: Developing with WordPress
In reply to: Read more functionOk, but under which folder should i insert this of code?
Sorry, i have a basic knowledge on the code stuff.Forum: Developing with WordPress
In reply to: Read more functionI don’t why buy these codes just don’t work.. it gives me error again. @corrinarusso
And practically, how can i do it ? haha @joyously
Forum: Developing with WordPress
In reply to: Read more functionSo how can i extend it to work for all of the posts? @joyously
The code the you sent, doesn’t work at all, it gives me an error when i’m trying to save. @corrinarusso
You are the best, thanks!
Thank you so much for the informative replay.
When it’d comes out to the public, it’d be on the free version of yoast?Thank you for your kind help.
I’m very happy using yoast schema markup and yoast in general, Last question for now – there is any option to make the FAQ schema looks as accordion?Ok thank you for clarifying this issue for me, Now the question that pops up is if there is anything i can do about it, or it’s just a matter of time till google decide showing it?
Hey,
Thatβs exactly the issue, that you can see the FAQ schema only by view the website with site:mywebsite but not when real people doing their search on google.Ok so i fixed the problem, Something that i missed. I have a video on the post with link that includes the key phrase, So I just deleted the link source and the error was gone.
Thank you for your kind help π