Author/Username When we publish a post, the profile of the user who has published the post by WordPress automatically gets indexed in the sitemap, due to which sometimes the URL of the main post is not indexed but the author’s link appears in the search engine, due to which The visitors coming to the website […]
Blog
Taxonomies Stop indexing your website’s taxonomies (category, post-tag, post-format/type) without using any plugins. Just paste given code in your functions.php file. How to Stop indexing taxonomies via code add_filter( ‘wp_sitemaps_taxonomies’, function( $taxonomies ) { unset( $taxonomies[‘post_tag’] ); unset( $taxonomies[‘post_format’] ); unset( $taxonomies[‘category’] ); return $taxonomies; } ); Then SAVE functions.php file after paste this code.
Last Modified Date in Default WordPress Sitemap have not any type of Last Modified Date date in URL. So You Add Last Modified Date in Your WordPress custom theme without plugins. Simple paste given code in your theme’s functions.php file. How To login in cpanel open active themes folder and then open functions.php add_filter( ‘wp_sitemaps_posts_entry’, […]
What is Bing Webmaster Bing in one type for search engine like google, yahoo. official website – click here What is Bing webmaster This is a part of bing search engine. bing webmaster is indexing/crawlr tool. When you submit your website’s sitemap then bing webmaster crawl your sitemap and index your post in search engine.
Bing webmaster If you have any website in WordPress platform, so add/install Bing URL Submissions Plugin absolutely free By bing webmaster. Use this plugin in your website. When you publish your new post then this plugin automatic send to Bing website through bing API. How To Use First of all create and make account in bing […]
Pagination is Functionality to open or browser more uploaded posts or item. Browser more items in website trough pagination. Sometime search engine index duplicate content like page/2 or etc. If you want to stop indexing paginations result via functions.php so page given code in your active theme’s finctions.php file. How to Stop Indexing page Result […]
You have any wordpress custom theme and you want to add some features in your custom theme. So watch this Youtube video play list and find solution in Hindi Language. Video Source Link – Click Here Source – YouTube
Sachita Basu एक सोशल मीडिया स्टार है जो सबसे पहले tiktok मे शॉर्ट विडिओ बना कर सभी का दिल जीत लिया । फिर टिकटोक भरत मे ban होने के बाद इन्होंने ने snack विडिओ मे विडिओ अपलोड करना शुरू कर दिया । बाद मे govt के अनुसार सभी चाइनीज अप्प्स को भारत मे ban करने […]
Excerpt यह वॉर्डप्रेसस की पहले से ही डिफाइन की हुई क्लास है जिसमे पोस्ट मे लिखा हुआ टेक्स्ट जो फ़ीड पेज या होम पेज मे शॉर्ट तरीके से दिखाई दे । मतलब ये की होम पेज या फ़ीड पेज मे पोस्ट मे लिखा जो भी टेक्स्ट हो वो थोड़ा स ही दिखाई दे या आप […]
Website SEO Analyzer If you want to check the information or analysis of your website, then you will search in Google seo analyzer then you will get a lot of results but I will tell you some special website which analyzes the website very fast. How to Use Analyzer Online click any one given link […]