Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Indexation seo
#2
Hi Pablito,

You are totally right about Wordpress and GS. Wordpress has an over-complicated core
(wordpress was never meant to be for websites) and suffers from long page loading times.
GS is super php friendly and easy in it's core and with xml database it is very fast.

About the seo.
Do you develop websites local on your computer or do you develop websites online ?
If you develop a website online then you must block google from finding it during development.
Otherwise the seo from the development website will get mixed up with the website when it is ready.

Did you check that your fancy urls are correct in your websites ?
Did you check that your websites have the correct meta keys, description, author, etc. ?

For seo in GS you can make use of:
<?php get_header(); ?>
<?php get_page_meta_keywords(); ?>
<?php get_page_meta_desc(); ?>


And here is a plugin to improve seo
http://get-simple.info/extend/plugin/seo-manager/392/
Reply


Messages In This Thread
Indexation seo - by pablito - 2020-05-25, 02:17:18
RE: Indexation seo - by Felix - 2020-05-25, 03:33:17
RE: Indexation seo - by pablito - 2020-05-25, 17:05:27
RE: Indexation seo - by Felix - 2020-05-25, 19:08:32
RE: Indexation seo - by Sveninho - 2020-05-29, 06:28:43



Users browsing this thread: 1 Guest(s)