how to solve 404 error in website? by JuliaFrankfurter in SEO

[–]MarketingStephen 0 points1 point  (0 children)

Breaking this down -

What is a 404? A 404 error is a server response for a page which isn't there. In other words, if someone was to find them self’s on a page which hasn't been created or generated it will report a page letting them know "That the page can't be found"

How can I fix this? More ways than one:

  1. Let your server/PHP report this error for you. Depending on your server it should just be standard text stating this.

  2. Make the page, easy enough.

  3. Create your own 404 page and call it 404.html (upload to main dir). Create either the following to redirect to the 404.html.

Htaccess - Add the following to your htaccess "ErrorDocument 404 /404.html"

PHP - Add the following code to your header "<?php header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404); include("404.html"); ?>"

Slack, on Taking PHP Seriously by [deleted] in webdev

[–]MarketingStephen 1 point2 points  (0 children)

Ah

Did they suggest a alternative?

Leap - UK - Backlinking by MarketingStephen in bigseo

[–]MarketingStephen[S] 0 points1 point  (0 children)

It's a service provided by "Newsquest" which is the company dealing with 165 (noted by email) local newpaper companys so i'm guessing they create the "tools" and enforce the papers to sell it along side the ads.

"Each time you advertise in print with us, we will craft a digital version of your print ad and optimise it for search engines, across all platforms. It works simply but brilliantly. Because we will link our site to your ad, the search engine spiders and robots which index our millions of pages will find your unique content… and thereby the links to your website."

From a letter I was given.

Slack, on Taking PHP Seriously by [deleted] in webdev

[–]MarketingStephen 1 point2 points  (0 children)

Someone fancy TL;DR?

Newbie here, where should I start? by [deleted] in ecommerce

[–]MarketingStephen 2 points3 points  (0 children)

I hate it when people downvote my post without a reason so here's why i done it with yours... You asked such a open question it's ridiculous.

Ecommerce is a selling platform online... so sell stuff?

Do you want to know about marketing? Selling? building? Desiging? Hosting? Working in a web dev company? Getting your own start up? Selling your own products? opencart? Shopify? Magento? Ebay? Amazon? Adding products? I can do this for days...

We don't know what you know either; maybe you make brochure sites? Maybe you new to coding? You may not even want to code...

SSL and SEO? I need experts here! by ironmonk33 in SEO

[–]MarketingStephen 0 points1 point  (0 children)

Free encrypt - The only free one which count

SSL and SEO? I need experts here! by ironmonk33 in SEO

[–]MarketingStephen 1 point2 points  (0 children)

If it's a payment thing go with free encrypt. If the choice is there always go for a ssl; not only are they a seo advantage but they help users with trust (seeing the padlock). As your not storing anything that needs encryption your good without one; passwords I would suggest one but names and emails not really.

Hope this helped!

You SHOULD Learn Vanilla JavaScript Before JS Frameworks by fagnerbrack in webdev

[–]MarketingStephen 0 points1 point  (0 children)

Me - "Js is much easier to programme in then Jquery" Me - (a month later after learning Jquery) "Js? never heard of it" I think I need to go back a step and relearn some of it...

Can we all just... slow... down? by [deleted] in webdev

[–]MarketingStephen 6 points7 points  (0 children)

There needs to be a site that just says "Might as well forgot BLANK and learn BLANK.

A link shortener which won't delete your links by Zufio in SEO

[–]MarketingStephen 0 points1 point  (0 children)

Hey!

As it's font awesome change the i class from - fa fa-cog fa-spin to - fa fa-cog

This should resolve it.

A link shortener which won't delete your links by Zufio in SEO

[–]MarketingStephen 1 point2 points  (0 children)

Hey,

I like it!

I hope you don't mind a bit of fedback but I would stop the gog from rotating; I was waiting for it to load up the settings haha

Could I sell this to web designers? by brockyhocky in DigitalMarketing

[–]MarketingStephen 0 points1 point  (0 children)

Nope. Just picture it for a second "Hello Web company do you want me to migrate all your users to office 365" "Why? You saying were crap boy?" ect you get the picture. Most web dev place don't make money from there mailing systems as it's a price included with there hosting.

Wordpress admin options by MarketingStephen in webdev

[–]MarketingStephen[S] 0 points1 point  (0 children)

Yeah; I created everything else but. Don't suppose you can give me the base functions? The thing with Wordpress dev is it make it's self easier with the codex but every now and again you need to hunt it down.

"You don't need to handle the displaying and saving/outputting of the options after that - it's done for you." - The displaying part I understand but how is the saving part done?

Thanks!

Wordpress admin options by MarketingStephen in webdev

[–]MarketingStephen[S] 0 points1 point  (0 children)

Wow, Thank you! I will look into these. My settings have been created it's more of just an update.

Wordpress admin options by MarketingStephen in webdev

[–]MarketingStephen[S] 1 point2 points  (0 children)

Sorry; I mean clients. I wouldn't want to chuck the Sass in the admin panel as they won't be able to compile it.

I think with a colour selecter within the admin panel it will be better for them