By the way, you can check domains age in bulk using Rush Analytics expired domains checker, it's free, but registration is needed.
Posts made by dotemna
-
RE: How to check the Domain Age?
-
RE: Reputable Place For Guest Posts
I would recommend Medium and LinkedIn. I'm just now developing a community on Medium, and there really are live users there. If your content is really high quality and gives value to users, I recommend posting there. Please send me a link when you post, it will be interesting to read)
-
RE: How do I carry out a redirect? Is there a code I need to use?
It depends on which type of redirect you mean and what the purpose is. Here are two common scenarios:
For redirecting a single page:
You can use a 301 redirect in your .htaccess file (for Apache servers):Redirect 301 /old-page.html https://www.yoursite.com/new-page.html
For redirecting an entire domain:
To redirect all pages from an old domain to a new one, you can use this code in your .htaccess file:RewriteEngine On RewriteCond %{HTTP_HOST} ^olddomain.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.olddomain.com [NC] RewriteRule ^(.*)$ https://www.newdomain.com/$1 [L,R=301,NC]
Both methods use 301 (permanent) redirects, which is typically best for SEO. Always test your redirects thoroughly to ensure they work as intended across your site.
-
RE: remove from google search
If you have access to your hosting panel, contact their support and ask them to help you remove this site. If you don't have access, try to find out what hosting you could use and contact them again. Finally, you can describe the whole situation to Google support and ask them to help you.
-
RE: remove from google search
If you have access to your hosting panel, contact their support and ask them to help you remove this site. If you don't have access, try to find out what hosting you could use and contact them again. Finally, you can describe the whole situation to Google support and ask them to help you.
-
RE: Seeking Advice on Improving On-Page SEO for my Website
Here are a few additional recommendations for improving the on-page SEO for your CCTV Camera Installation website:
-
Leverage structured data: Implement relevant schema markup, such as Product, Service, or Local Business schema, to provide search engines with more detailed information about your website's content. This can help improve the appearance of your listings in search results.
-
Optimize images and multimedia: Ensure that all images, videos, and other multimedia elements on your website are properly optimized for both search engines and user experience. This includes using descriptive file names, alt text, and captions, as well as compressing files to improve page load speed.
-
Optimize for local SEO: Since your business is location-specific, focus on optimizing your website for local search queries. This may include creating location-specific pages, ensuring your NAP (name, address, phone number) information is consistent across the web, and leveraging local business listings and directories.
-
-
RE: domain authority has not changed
You have to look at what the backlinks are. Maybe you just have low-quality backlinks, that's all.
-
RE: Duplicate content issue with ?utm_source=rss&utm_medium=rss&utm_campaign=
Hi @Dinsh007!
I usually exclude such pages with parameters in robots.txt file. -
RE: How to Choose destination page for a 301 redirect?
Hi @leslieevarts!
I suppose outdoor wedding packages page is a good replacement for Garden weddings: the meaning of it is pretty close to outdoor weddings. You can also link from the Outdoor weddings to the page with locations for Garden weddings, this will be very user-friendly. -
RE: How important is Lighthouse page speed measurement?
it is important to distinguish between PageSpeed Insights and Lighthouse. Maybe it's more important to follow PageSpeed Insights for your website. It becomes rather clear after reading this article https://rush-analytics.com/blog/google-pagespeed-insights-vs-lighthouse-how-do-they-differ. The differences between PageSpeed Insights and Lighthouse are explained in an easy way.
-
RE: Questions about putting 2-3 keywords in title tag.
The short answer is: simply use the keywords with the highest volume. But there can be many pitfalls and details which can affect the CTR on the SERP. I love this guide where they tell about them with examples: https://rush-analytics.com/blog/title-of-a-website-optimize-like-a-pro
-
RE: image alt attribute question
Hi @RichardNM!
I recommend to use Screaming Frog SEO Spider: here you can get a report with all the images with missing alt attribute and no to go to every particular page to find such images, as some people recommend you here in comments. -
RE: How to Reduce the spam score of the website?
Hi! Try to check out the spam score here https://rush-analytics.com/land/backlinks-spam, maybe the spam score you're getting at your tool is not correct.
-
RE: Google Search Console Still Reporting Errors After Fixes
Hi! Google Search Console has this issue, I would recommend not to pay much attention to it. If you know that everything's correct on the website, than you don't need to worry just because of Search Console issues.
-
RE: WHICH IS THE BEST KEYWORD RESEARCHER TOOL ???
Excuse me, what do you mean by CRDOWNLOAD?
-
RE: Trying to find all internal links to a specific page (without index)
Hi! You can use Screaming Frog and Google Search Console, as it is mentioned in this article: https://rush-analytics.com/blog/find-all-pages-on-website
Also, they've mentioned their own tool, but I haven't tried it yet.