*

mariogtz

  • ***
  • 40 posts
how to customize the title, meta title and meta description of the following pages.
1. add new ad.
2. register
3. login
4. contact
5. companies or business profile
6. blog
7. FAQ

is very important for SEO.

I searched but could not modify.

I need your help.

*

MB Themes

You can use seo plugin, otherwise it aboit creating cuatom functiona to modify meta data.
You must update proper filter (meta_title, meta_description I think)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mariogtz

  • ***
  • 40 posts
a plugin does allow to modify the categories and home. but the pages described above I don't know how to do it.

Could you suggest code to modify or what file to modify?


*

MB Themes

@mariogtz
Home page already has setup in Settings > General.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mariogtz

  • ***
  • 40 posts
thanks. but what I need to modify are the following pages.

PLEASE. I NEED YOU HELP

1. add new ad.
2. register
3. login
4. contact
5. companies or business profile
6. blog
7. FAQ

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mariogtz

  • ***
  • 40 posts
but with the plugin you suggest it is not possible to customize the TITLES, META TITLES AND META DESCRIPTION, of the pages I want to change.

I would appreciate if you help me how to change them.

*

mariogtz

  • ***
  • 40 posts
I asked about how to customize TITLE , META TITLE AND META DESCRIPTION, but there was no answer.

Or is it necessary to request a paid customization?

I need an answer, please.

*

MB Themes

It is possible via translation file, as these are static. Plugins should generate own meta tags and procedure would be same using translation file.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mariogtz

  • ***
  • 40 posts
Could you suggest how to add these phrases? please

*

mariogtz

  • ***
  • 40 posts
Sorry, for the insistence on how to modify or add phrases to customize the title, meta description and meta title.

thank you

*

Vineet Singh

  • **
  • 9 posts
I also want to know how to update the meta title and meta description for these pages: Item post, Login, FAQ, login and create a new account.

Please help me out with this.

just change it in head.php

Code: [Select]
<title><?php echo meta_title() ; ?></title>
<title>haushaltsgeräte chemnitz, elektrogerätehandel,waschmaschinen</title>
<meta name="title" content="<?php echo osc_esc_html(meta_title()); ?>" />
<?php if( meta_description() != '' ) { ?>
<meta name="description" content="<?php echo osc_esc_html(meta_description()); ?>" />
<meta name="description" content="my keywords">
<?php ?>
<?php if( meta_keywords() != '' ) { ?>
<meta name="keywords" content="<?php echo osc_esc_html(meta_keywords()); ?>" />
<meta name="keywords" content="keywords">



*

Own Petz

  • ****
  • 126 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
I only want to change Blog home page title.. because it's showing only Blog, but there is no option in all in one seo plugin to change title for blog..

Please help me to fix this.


Thanks
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com

*

MB Themes

Plugin generates meta tags for itself in functions.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots