kbame
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?Kindly reply to solve this issue
Forum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?Any pls help me for my issue in my website?
Forum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?The above is another report from another website. Kindly review all the reports i have sent above. And pls help me to solve the issue.
Thanks
CPForum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?Custom 404 Error Page Test
Your website is not using a custom 404 error page. Default 404 error pages result in a poor experience – it can mislead users into thinking an entire site is down or broken, greatly increases the chance they leave your site entirely, and looks unprofessional. By creating a custom 404 error page, you can improve your website’s user experience by letting users know that only a specific page is missing/broken (and not your entire site), providing them helpful links, the opportunity to report bugs, and potentially track the source of broken links in your site.Forum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?Open Graph Protocol
Missing ‘og:image’
We detected open graph tags on your webpage, but there are some errors that should be fixed.
Facebook developed the Open Graph protocol to enable the integration of any web page with its social media platform. Other social media platforms have also adopted the protocol, allowing you to control how your web pages are presented when shared across social media.
Use the Sharing Debugger to check what information appears when shared on Facebook and the Twitter Cards Validator to do the same for Twitter.
og:type website
og:url https://www.kbame.com/
og:title Accounting and Bookkeeping Services Dubai | Accounting Services Dubai
og:description Accounting and Bookkeeping Services Dubai. KBA offers best Accounting services in Dubai & top bookkeeping firm in Dubai with Certified chartered Accountants
og:locale en_US
og:site_name KBA Accounting and BookkeepingForum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?pls see here in this link
https://www.woorank.com/en/www/kbame.comNow from the above woorank link you will get the coorect info about 404 page error(404 page missing) and og tag is missing.
Forum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?Can u pls reply for my 404 page not found issue? And one more problem i have my website og tag is missing. Kindly help me for fixing my og tag issue.
Many Thanks
CPForum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?if i have 404 page in my website, then how i am getting this messgae from woorank?
Kindly see this message from woo rank website
Your website does not have a custom 404 Error Page.
Your server responded with the HTTP status code: 200
404 error pages are displayed when the page you are trying to open can’t be found on the site’s server for a variety of reasons.
It looks like kbame.com doesn’t have a customized 404 error page. This makes your site less user friendly. Generic 404 error pages strand users on a page with no links or suggestions of what to do next.
Use a custom 404 page to reduce customer frustration and link to other pages on your site. Make sure it returns the 404 http status code.
Forum: Fixing WordPress
In reply to: How can i create a 404 page in a wordpress website?Hello Mr.fattymattybrewing,
Thanks for the Reply.
<?php
/**
*
* 404 template
*
*/
get_header(); ?><div class=”row clearfix page-404″>
<div class=”col col-sm-4″>
<span class=”icon-address”></span>
</div><div class=”col col-sm-8″>
<h1>404</h1><p><?php esc_html_e( ‘Apologies, but the page you requested could not be found. Perhaps searching will help.’, ‘businesslounge’); ?></p>
<?php get_template_part(“searchform”); ?>
</div></div>
<?php get_footer(); ?>