Skip to main content

Best 12 Wordpress SEO Tips and Advice

One of the best opensource I like is Wordpress and it can be used both as Blog and as well for CMS

Wordpress by default has some search engine friendly setup but we need to edit some part of the code and add plugins to make it more search engine friendly and the plugins will help us to do the work easier and better. Below are the tips to create search engine friendly Wordpress blog

(1) Initially you can add search engine friendly theme with less image and your choice of image can go for logo, banner and bullets. Try to reduce code size and bytes.
(2) Install "All in SEO" Plugin". Activate and edit in options according to your visitors focus
(3) Most importantly do add alt attribute for logos and banner, i see most of the blogs miss to implement this technique or alt attribute are not unique. To solve this you can try "Custom Header" plugin and enter HTML codes for each posts and pages
(4) Permalink a very important part that helps to create search engine friendly URLS. In wordpress admin you can find "Permalinks" under option. In this you can notice "Custom structure", you may try adding this tag /%postname%/
(5) Create and configure .htaccess file and place the below code

RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]

Save and upload in root and confirm that .htaccess file is been enabled in your server and your done
(6) If your theme doesn't have archive section, don't miss to add because new visitors to you blog may also like to read your old posts, so try adding the code to your theme
(7) Again "Popular tags" one of the very important part for blog and seo which helps to show visitors and search engine to the importance of blog posts and subjects. The follwoing code will show tags popularity by size
(8) Install "Recent post" plugin and activate. This plugin helps to retrieve list of the most recent posts for your visitors
(9) Add "Google Sitemaps" to the plugin folder and activate . Set write access to the root server and then go to options >> Google sitemap and then click "Build sitemap manually" link and this creates site map and as you add new post xml file gets updated automatically with new posts URL.
(10) Add this sitemap.xml file to Google and Yahoo Webmaster tool so that spider will crawl the URL on regular basis
(11) Configure and add Google Custom Search and Google Analytics
(12) Register to Feedburner and add your post RSS feed to Feedburner and create an option in the blog for your readers to subscribe your posts, by this as and when you post, your reader will be sent mail or noticed through browser about your new posts

Hope above Wordpress SEO Tips and Advice will help you to create search engine friendly Wordpress blog

Popular posts from this blog

5 SEO Tips to follow in 2022

You would have already knew these SEO tips but you would have ignored or missed out. If you know or not, do consider following and look very close to these, #1 Disavow file Check your site backlinks using your fav SEO tool and find out backlinks which you think is bad and add to the disavow file .    Reference https://www.google.com/webmasters/tools/disavow-links-main #2 Page Speed Improve your page speed for better user experience. This is one of the important ranking signal. Do an analysis & optimize your website with Page speed tool.     Reference https://pagespeed.web.dev/ #3 User Interaction Make sure you provide a good user experience by not completing your web page design. Make it simple and drive the user through an interaction in the form of simple CTA button to get the data. #4 Page layout Shift Every web page should have visual stability. Image or video with unknown dimensions or fonts that loads large then falls back to small or any wired widget ...

Disavow.txt Smart Code Report to Disavow Spammy Or Low-Quality Links

You need to make sure about the links to be disavowed. The main factor is about low-quality & spammy links those points to the site. The process need to be carried out only if you think the links that are to be mentioned are causing issues to your site's online presence. # This Disavow Report was created on Date, year (Today) for domain.com # This report includes links of 2 prior reports submitted on Month Date, Month Date # This report also contains new data added today, Month Date # We have request webmaster to remove our links from their domain. The links from the following domain were cleaned up domain:1xyz.com domain:2xyz.com domain:3xyz.com http://spam.abc.com/article/comments.html # The webmaster did not respond. The links from the following domain were not cleaned up domain:1abc.com domain:2abc.com domain:3abc.com # The below blogspot has differnt ccTLDs. We assume Google will apply disavow to all ccTLDs. domain:xyz.blogspot.com Customize the disa...

What Google Hates?

As we know Google is trying to bring best search results with wide range of algorithms and the most popular panda update does a lot to meet user’s experience. In some cases, even now we see n number of scrapper sites and search manipulation sites in web search. Google is still fighting to get all these sites dumped. What Google hates? 1. Serving different results for search engines and users. 2. Content copied from different sites. 3. Buying paid links to manipulate site ranking. 4. Keyword stuffing in content and HTML tags. 5. Hiding keywords using style sheet. 6. Too many JavaScript pop-ups in a page. 7. Slow loading sites. 8. Low server response sites. 9. Duplicate URLs and sites that don’t use canonical URL tags. 10. Dynamic sites that doesn’t use parameter handling. 11. Pages that have high bounce rate. 12. Tags that doesn’t meet body content. 13. Low average time spent on each page. 14. Non-search engine friendly URLs 15. Images that are not optimized which res...