- A backlink is when someone posts a link to your website on another website. A search engine catalogs theses and uses them as an indicator of your website's popularity and legitimacy. The more popular and legitimate the website that linked to you, the more legitimate you seem in the search engine's eyes.
- A 301 and redirect link are one and the same. When you use the internet and navigate to an address (like google.com for example) the computers talk to each other before the website is displayed. A key communication between them is HTTP Status Codes. You may already be familiar one of them: 404 (Page Not Found!). 301 (permanent redirect: page has moved permanently) and 302 (temporary redirect: page has moved temporarily) are types of this code. They indicate the computer that the page has moved, and that you will be redirected. When search engines find a page that has been moved with a redirect link, they will take that legitimacy built with the backlinks and apply it to the new page. For example, you have a domain called GoodVacuumCleaners.com and you want to move to BestVacuumCleanersEver.com. You will move the website to the new domain and set the old domain with a redirect link (301) so you can move your search rankings juice to the new domain.
Posts made by Advanced-Air-Ambulance
-
RE: Can anyone please explain the real difference between backlinks, 301 links, and redirect links?which one is better to rank a website? i am looking for the help for one of my website
-
RE: How can I solve Core Web Vital Issues for Mobile & Desktop?
Open each of those reports to see which core web vital is throwing a flag. If you're unsure how to do that, run your pages through Google PageSpeed Insights. It should give you an apt description of what's wrong and how to fix it.
-
RE: Is it worth keeping a decades-old domain that's merely 301 redirecting to the main domain?
An old domain may have gathered many useful links that can boost your main domain's profile. I vote keep.
-
RE: Google has discovered a URL but won't index it?
Hey Daniel. I agree with Chris. I have also noticed slow indexation recently. Might be a pain in the arse, but maybe you should request each page to be indexed individually in Search Console to add them to the high priority queue.
-
RE: Meta Description for ALL my Posts is Being Overwritten!
Hey Mike. Not to fret, this is actually a common silly mistake in theme development. The meta description shouldn't be set in WordPress theme because that is handled in the wp_head function. This function is where Yoast, and other plugins, hook into to deliver all the SEO optimized meta and header tags.
-
RE: Moz report not updated
Hey Sacha. If the update was supposed to happen today, sometimes I noticed it refreshes later during the day rather than earlier. If you have any further problems, I suggest you contact Moz Support directly. https://moz.com/help/contact
-
RE: Website homepage temporarily getting removed from google index
Hey.
I'm going to bounce off of Will here and recommend you check Search Console first. If you are de-indexed, it should display the reason on URL inspection, under index status. If you are really getting de-indexed and re-indexed within days, you are being recrawled frequently, so at least that's one good sign.
-
RE: Meta Description for ALL my Posts is Being Overwritten!
This is wrong, but right. This is a theme problem. The blog description is a description for the blog website as a whole, and not a description for the page. In Wordpress, you should not set a meta description explicitly in the theme file. That's the job of the wp_head, especially if you are using an SEO plugin to manage your descriptions. It's a common mistake that is easily remedied as evidenced by his reply.
-
RE: Competing Pages for Ranking Keywords?
Yeah, I don't disagree with you. Algorithmic filtering and ranking doesn't work exactly as intended, and there are ways to work around it as you point out. Generally, cannibalization shouldn't occur, but it does happen in some circumstances.
-
RE: Meta Description for ALL my Posts is Being Overwritten!
Sounds like a WordPress issue. I suspect there is a meta description defined in your theme file. Check that isn't the case.
It will look like this or very similar:
get_bloginfo('description')
Get rid of the whole meta tag that contains this php code.
If you are unsure how to find this, it will most likely be in your theme's header file. You can find this by going to the theme's folder and look for header.php.
You can also do this through the WordPress Dashboard > Appearance > Theme Editor. On the right hand side select the "Theme Header".
-
RE: Shopify Site with Multiple Domains?
I checked the page source. You can do this by heading to any web page, right clicking and selecting "view page source".
In Shopify, you can output the canonical url using the canonical_url object. I found this here: https://www.shopify.com/partners/blog/canonical-urls
{{ canonical_url }}
-
RE: Shopify Site with Multiple Domains?
I concur. Check with the business owner to see why both domains are operable. If there isn't a technical reason, redirect all traffic to the main domain.
-
RE: Shopify Site with Multiple Domains?
Hello Mike,
This may be hurting your presence on one or the other site. Duplicate content is typically frowned upon. You can get around this by simply assigning a canonical URL in the head of the HTML. A canonical URL tag tells the search engine "hey, the content is also accessible here but the official page is actually at example.com".
I went ahead and checked the HTML of both pages and they already have a canonical URL set to the main website address you posted. So it looks like you're good to go!
-
RE: Competing Pages for Ranking Keywords?
No, thankfully you don't encounter the issue of cannibalization between pages. Google or other search engines may use the more targeted page if it's determined to be more relevant , however if it's not determined to be more relevant you will get the page that's already ranked. It won't pull your other page down, however if you are just duplicating the content from the main page, the search engine may choose to skip indexing the new pages overall.
Overall, this should help and not hurt.
-
RE: Keyword in alt text or keyword in the body?
Search engines are smart enough to distinguish between content and alt texts. Typically alt texts are used for indexing images. I don't believe that would count toward your content keyword count, but it could also be a signal toward page relevance.
-
RE: Single Folder vs Root
I recommend Joseph's approach. There are many benefits to this approach: manageability, scalability, and seo. You can address all the practice areas available in specific locations as well as rank the firm more strongly in each location by key of relevance.
-
RE: Backlink quality vs quantity: Should I keep spammy backlinks?
I should also clarify, these may hurt you if they are your only links. If you have very little equitable links, this may cause Google and other search engines to falsely recognize you as spam. So just be careful and be on the look out for extra suspicious spam links. The balanced approach is the best approach: don't worry but stay aware!
Here is a more technical write-up from Moz that I reccomend: https://moz.com/help/link-explorer/link-building/spam-score
-
RE: Backlink quality vs quantity: Should I keep spammy backlinks?
No problem Liana.
- That is correct. Google understands that you don't have control of 3rd party sites, so instead of penalizing you, they minimize/ delete the effect the spam site links have.
- Yes, but only kind of. It may or may not increase PA/ DA, but according to Google it shouldn't hurt you.
But yeah that's the gist of it! Instead taking the time investigating and disavowing links, you could spend that time cultivating relationships with other websites and businesses that could give you nice quality linkage.
Hope this answer works for you.
